Skip to content

Commit

Permalink
mad militia guard base (CleverRaven#59067)
Browse files Browse the repository at this point in the history
  • Loading branch information
LyleSY authored and alef committed Aug 5, 2022
1 parent 8be49ec commit 349d69d
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 4 deletions.
20 changes: 18 additions & 2 deletions data/json/mapgen/cabin.json
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,15 @@
],
"terrain": { ">": "t_stairs_down", "$": "t_window_boarded", "=": "t_door_locked", "-": "t_railing" },
"place_loot": [ { "group": "homeguns", "x": 7, "y": 9, "chance": 100, "ammo": 90, "magazine": 100 } ],
"place_monsters": [ { "monster": "GROUP_PREPPER_HOUSE", "x": [ 4, 20 ], "y": [ 3, 15 ], "density": 0.1 } ]
"place_monster": [
{
"group": "GROUP_PREPPER_HOUSE",
"x": [ 4, 20 ],
"y": [ 3, 15 ],
"pack_size": [ 1, 2 ],
"spawn_data": { "patrol": [ { "x": [ 4, 20 ], "y": [ 3, 15 ] } ] }
}
]
}
},
{
Expand Down Expand Up @@ -935,7 +943,15 @@
"########################"
],
"palettes": [ "bunker", "empty_bunker_items" ],
"place_monsters": [ { "monster": "GROUP_PREPPER_HOUSE", "x": [ 4, 22 ], "y": [ 10, 19 ], "density": 0.3 } ],
"place_monster": [
{
"group": "GROUP_PREPPER_HOUSE",
"x": [ 4, 22 ],
"y": [ 10, 19 ],
"pack_size": [ 1, 2 ],
"spawn_data": { "patrol": [ { "x": [ 4, 22 ], "y": [ 10, 19 ] } ] }
}
],
"set": [ { "point": "trap", "id": "tr_beartrap", "x": 3, "y": 7 }, { "point": "trap", "id": "tr_shotgun_1", "x": 18, "y": 8 } ]
}
}
Expand Down
20 changes: 18 additions & 2 deletions data/json/mapgen/lmoe.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,15 @@
"########################"
],
"palettes": [ "bunker", "empty_bunker_items" ],
"place_monsters": [ { "monster": "GROUP_PREPPER_HOUSE", "x": [ 4, 22 ], "y": [ 10, 19 ], "density": 0.3 } ],
"place_monster": [
{
"group": "GROUP_PREPPER_HOUSE",
"x": [ 4, 22 ],
"y": [ 10, 19 ],
"pack_size": [ 1, 2 ],
"spawn_data": { "patrol": [ { "x": [ 4, 22 ], "y": [ 10, 19 ] } ] }
}
],
"terrain": { "(": "t_pit_spiked" },
"set": [ { "point": "trap", "id": "tr_beartrap", "x": 3, "y": 6 }, { "point": "trap", "id": "tr_shotgun_1", "x": 18, "y": 8 } ]
}
Expand Down Expand Up @@ -370,7 +378,15 @@
{ "chunks": [ "lmoe3_tankroom_11x11" ], "x": 1, "y": 18 },
{ "chunks": [ "lmoe3_crafting_11x11" ], "x": 13, "y": 18 }
],
"place_monsters": [ { "monster": "GROUP_PREPPER_HOUSE", "x": [ 1, 22 ], "y": [ 4, 22 ], "density": 0.3 } ],
"place_monster": [
{
"group": "GROUP_PREPPER_HOUSE",
"x": [ 1, 22 ],
"y": [ 4, 22 ],
"pack_size": [ 1, 2 ],
"spawn_data": { "patrol": [ { "x": [ 1, 22 ], "y": [ 4, 22 ] } ] }
}
],
"set": [
{ "point": "trap", "id": "tr_beartrap", "x": 13, "y": 12 },
{ "point": "trap", "id": "tr_nailboard", "x": 11, "y": 20 },
Expand Down
1 change: 1 addition & 0 deletions data/json/monsters/feral_humans.json
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,7 @@
"material": [ "flesh" ],
"symbol": "@",
"color": "i_magenta",
"diff": 15,
"aggression": 75,
"morale": 20,
"melee_skill": 6,
Expand Down

0 comments on commit 349d69d

Please sign in to comment.