Skip to content

Commit

Permalink
Merge pull request #74690 from PatrikLundell/fema
Browse files Browse the repository at this point in the history
Roofs + floors on FEMA camp
  • Loading branch information
Maleclypse authored Jun 21, 2024
2 parents d1fe2af + f1d8dd4 commit 4c16172
Show file tree
Hide file tree
Showing 5 changed files with 455 additions and 45 deletions.
35 changes: 35 additions & 0 deletions data/json/mapgen/fema/FEMA.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,38 @@
[
{
"type": "mapgen",
"om_terrain": [ [ "fema_roof", "fema_entrance_roof", "fema_1_3_roof" ] ],
"method": "json",
"object": {
"rows": [
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ---------- ------- ",
" -........- -.....- ",
" -........- ------- ",
" -........- ",
" -........- ",
" -........- ",
" -........- ",
" -........- ",
" -........- ",
" -........- ",
" ---------- "
],
"palettes": [ "roof_palette" ]
}
},
{
"type": "mapgen",
"om_terrain": [
Expand Down Expand Up @@ -83,6 +117,7 @@
"f......................................................................f",
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
],
"terrain": { "d": "t_floor", "l": "t_floor", "L": "t_floor" },
"furniture": { "d": "f_desk", "L": [ "f_rack", "f_utility_shelf" ] },
"items": { "L": { "item": "tools_general", "chance": 50, "repeat": [ 1, 3 ] } },
"monster": { "_": { "monster": "mon_turret_searchlight" } },
Expand Down
Loading

0 comments on commit 4c16172

Please sign in to comment.