Skip to content

Commit

Permalink
Small fixes to HWS definition
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingranade committed Dec 27, 2019
1 parent 5c0b19e commit 26d8d2e
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions data/json/mapgen/hazardous_waste_sarcophagus.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,12 @@
"F": { "item": "office_paper", "chance": 50 }
},
"place_item": [ { "item": "id_military", "x": 22, "y": 20 }, { "item": "cleansuit", "x": 28, "y": 24 } ],
"set": [ { "square": "radiation", "amount": [ 10, 30 ], "x": 0, "y": 0, "x2": 47, "y2": 47 } ],
"set": [
{ "square": "radiation", "amount": [ 10, 30 ], "x": 0, "y": 0, "x2": 23, "y2": 23 },
{ "square": "radiation", "amount": [ 10, 30 ], "x": 0, "y": 24, "x2": 23, "y2": 47 },
{ "square": "radiation", "amount": [ 10, 30 ], "x": 24, "y": 0, "x2": 47, "y2": 23 },
{ "square": "radiation", "amount": [ 10, 30 ], "x": 24, "y": 24, "x2": 47, "y2": 47 }
],
"place_monster": [
{ "monster": "mon_hazmatbot", "x": 36, "y": 20 },
{ "monster": "mon_hazmatbot", "x": 13, "y": 29 },
Expand Down Expand Up @@ -287,7 +292,12 @@
"~": [ { "item": "trash", "chance": 50 }, { "item": "sewer", "chance": 50 }, { "item": "nanomaterials", "chance": 3 } ]
},
"place_item": [ { "item": "sarcophagus_access_code", "x": 20, "y": 31 } ],
"set": [ { "square": "radiation", "amount": [ 10, 70 ], "x": 0, "y": 0, "x2": 47, "y2": 47 } ],
"set": [
{ "square": "radiation", "amount": [ 10, 30 ], "x": 0, "y": 0, "x2": 23, "y2": 23 },
{ "square": "radiation", "amount": [ 10, 30 ], "x": 0, "y": 24, "x2": 23, "y2": 47 },
{ "square": "radiation", "amount": [ 10, 30 ], "x": 24, "y": 0, "x2": 47, "y2": 23 },
{ "square": "radiation", "amount": [ 10, 30 ], "x": 24, "y": 24, "x2": 47, "y2": 47 }
],
"monster": { " ": { "monster": "mon_zombie", "chance": 10 } },
"monsters": { "~": { "monster": "GROUP_VANILLA", "chance": 20, "density": 0.1 } },
"computers": {
Expand Down Expand Up @@ -319,6 +329,7 @@
{
"id": "nanomaterials",
"type": "item_group",
"subtype": "collection",
"entries": [ { "item": "nanomaterial", "prob": 100 } ]
}
]

0 comments on commit 26d8d2e

Please sign in to comment.