"default" {
  "floor" { Place "FLOOR" Flag EMPTY_ROOM }
  "wood_floor" { Place "FLOOR" Place "FLOOR_WOOD1" Flag EMPTY_ROOM }
  "stone_floor" { Place "FLOOR" Place "FLOOR_STONE1" Flag EMPTY_ROOM }
  "set_territory" Flag EMPTY_ROOM
  "no_territory" RemoveFlag EMPTY_ROOM
  "resources" RemoveFlag NO_RESOURCES
  "clear_furniture" ClearFurniture
  "dining_table" Place "DINING_TABLE"
  "rock" Place "MOUNTAIN"
  "hard_rock" Place "MOUNTAIN2"
  "water" { ClearFurniture Place "WATER"}
  "lava" { ClearFurniture Place "MAGMA"}
  "stockpile" Stockpile 0
  "bed" Place "BED1"
  "wall" Place "WOOD_WALL"
  "wood_wall" Place "WOOD_WALL"
  "castle_wall" Place "CASTLE_WALL"
  "wood_door" Place "WOOD_DOOR"
  "wood_gate" Place "WOOD_GATE"
  "stone_bridge" Place "STONE_BRIDGE"
  "wood_bridge" Place "BRIDGE"
  "treasure_chest" Place "TREASURE_CHEST"
  "iron_door" Place "IRON_DOOR"
  "iron_gate" Place "IRON_GATE"
  "iron_gate_blocking" Place "IRON_GATE_BLOCKING"
  "down_stairs0" Stairs DOWN "DOWN_STAIRS" 0
  "up_stairs0" Stairs UP "UP_STAIRS" 0
  "down_stairs1" Stairs DOWN "DOWN_STAIRS" 1
  "up_stairs1" Stairs UP "UP_STAIRS" 1
  "clear_middle" ClearLayer MIDDLE
  "outside_furniture" OutsideFurniture
  "inside_furniture" InsideFurniture
  "armor_chest" Place "ARMOR_CHEST"
  "pamphlet_chest" Place "PAMPHLET_CHEST"
  "knife_chest" Place "KNIFE_CHEST"
  "ada_chest" Place "ADA_CHEST"
  "swarmer_chest" Place "SWARMER_CHEST"
  "blacksmith_chest" Place "BLACKSMITH_CHEST"
  "torch" Place "GROUND_TORCH"
  "throne" Place "THRONE"
  "forge" Place "FORGE"
  "corpse" Items 1 "corpse"
  "shop0" Shop 0
}

"adoxie_feet" inherit "default" append {
  "adoxie_left_foot" Place "ADOXIE_LEFT_FOOT"
  "adoxie_right_foot" Place "ADOXIE_RIGHT_FOOT"
  "adoxie_feet_trigger" Place "ADOXIE_FEET_TRIGGER"
  "down_stairs0" Stairs DOWN "ADOXIE_FEET_ALTAR" 0
}

"village" inherit "default" append {
  "stone_floor" Chain { ClearFurniture Place "FLOOR" Place "FLOOR_WOOD1" Flag EMPTY_ROOM }
  "castle_wall" Place "WOOD_WALL"
}

"black_market_entry" inherit "default" append {
  "up_stairs1" Stairs UP "INACTIVE_PORTAL" 1
}

"guard_post_floor2" inherit "default" append {
  "up_stairs0" Stairs UP "BOOKCASE_STAIRS" 0
}

"adoxie_temple" inherit "default" append {
  "down_stairs0" Stairs DOWN "ADOXIE_STATUE_TEMPLE" 0
}

"blacksmith" inherit "default" append {
  "down_stairs0" Stairs DOWN "FORGE_STAIRS" 0
}
