11 lines
293 B
Plaintext
11 lines
293 B
Plaintext
|
let camp = ../../package.dhall
|
||
|
|
||
|
in camp.Area::{
|
||
|
, name = "start"
|
||
|
, humanName = "Miau Wasteland Clearing"
|
||
|
, description =
|
||
|
"A clearing in the desert, there is a path to the west that leads towards the city of Cihan."
|
||
|
, links = [ "cihan" ]
|
||
|
, kind = "wasteland"
|
||
|
}
|