Files
TheriapolisV3/Content/Data/dungeon_layouts/mine_small.json
T

26 lines
530 B
JSON
Raw Normal View History

{
"id": "mine_small",
"dungeon_type": "AbandonedMine",
"size_band": "small",
"anchor": "",
"room_count_min": 3,
"room_count_max": 5,
"branching": "linear",
"required_roles": ["entry"],
"optional_roles": ["transit", "loot", "dead-end"],
"loot_table_per_band": {
"t1": "loot_dungeon_mine_t1",
"t2": "loot_dungeon_mine_t2"
},
"spawn_kind_distribution": {
"Brigand": 0.6,
"WildAnimal": 0.4
},
"level_band_to_loot_band": {
"0": "t1",
"1": "t1",
"2": "t2",
"3": "t2"
}
}