thesource-campaigns/Miau/areas/cihan.dhall

12 lines
363 B
Plaintext

let camp = ../../package.dhall
in camp.Area::{
, name = "cihan"
, humanName = "Cihan Town Square"
, description =
"The town square of Cihan. There is a lot of hustle and bustle with activity as people go about their lives."
, links =
[ "start", "palace", "tavern", "armor_shop", "weapon_shop", "market" ]
, kind = "town"
}