Skip to content

Commit

Permalink
Add another variant, try and make more obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
anothersimulacrum committed Mar 26, 2019
1 parent 6d7bc45 commit dc39150
Showing 1 changed file with 65 additions and 2 deletions.
67 changes: 65 additions & 2 deletions data/json/mapgen/basement/basement_meth.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@
],
"place_monster": [
{ "monster": "mon_zombie_hazmat", "x": [ 19, 21 ], "y": [ 15, 20 ], "chance": 50 },
{ "monster": "mon_zombie_rot", "x": 15, "y": 6, "chance": 30 }
{ "monster": "mon_zombie_hazmat", "x": [ 13, 14 ], "y": [ 11, 16 ], "chance": 50 },
{ "monster": "mon_zombie_rot", "x": 15, "y": 6, "chance": 30 },
{ "monster": "mon_zombie_common", "x": [ 13, 14 ], "y": [ 11, 17 ], "chance": 90, "repeat": [ 1, 3 ] }
],
"place_fields": [
{ "x": [ 15, 16 ], "y": [ 5, 6 ], "field": "fd_blood", "density": 3 },
Expand Down Expand Up @@ -163,7 +165,68 @@
{ "group": "home_hw", "x": 13, "y": 20, "chance": 40, "repeat": [ 1, 3 ] },
{ "group": "home_hw", "x": [ 21, 22 ], "y": 5, "chance": 40, "repeat": [ 1, 3 ] }
],
"place_item": [ { "x": 11, "y": 10, "item": "towel" } ]
"place_item": [ { "x": 11, "y": 10, "item": "towel" } ],
"place_monster": [ { "monster": "mon_zombie_common", "x": [ 13, 14 ], "y": [ 11, 17 ], "chance": 90, "repeat": [ 1, 3 ] } ]
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": [ "basement" ],
"weight": 250,
"object": {
"rotation": [ 0, 3 ],
"fill_ter": "t_rock",
"rows": [
" ",
" ",
" ",
" ",
" |||||||||||||||||",
" |DYYY+D|rr__d|TT|",
" |##YY+D|____w|..|",
" |##YY|||+|||||+||",
" |D...+...YYYYYYY|",
" |||+||...YYYYYYY|",
" |&...|...YYYYYYY|",
" |....+..|||||||||",
" |Scci|........T| ",
" ||||||........T| ",
" |..<|....t| ",
" |..<|....t| ",
" |..||YY.TB| ",
" |..B||||||| ",
" |+||| ",
" |__F| ",
" |r_W| ",
" ||||| ",
" ",
" "
],
"palettes": [ "basement_residential" ],
"terrain": { "Y": "t_floor" },
"furniture": { "Y": [ [ "f_crate_c", 2 ], [ "f_crate_o", 3 ], [ "f_null", 10 ] ] },
"liquids": { "W": { "liquid": "water_clean", "amount": [ 0, 100 ] } },
"place_loot": [
{ "group": "religious_books", "x": 15, "y": 17 },
{ "group": "bed", "x": [ 8, 9 ], "y": [ 6, 7 ], "chance": 90, "repeat": [ 1, 3 ] },
{ "group": "dresser", "x": 8, "y": 5, "chance": 85, "repeat": [ 2, 5 ] },
{ "group": "dresser", "x": 8, "y": 8, "chance": 85, "repeat": [ 2, 5 ] },
{ "group": "dresser", "x": 13, "y": [ 5, 6 ], "chance": 85, "repeat": [ 2, 5 ] },
{ "group": "laundry", "x": 19, "y": 5, "chance": 50, "repeat": [ 1, 10 ] },
{ "group": "laundry", "x": 19, "y": 6, "chance": 50, "repeat": [ 1, 10 ] },
{ "group": "softdrugs", "x": [ 9, 10 ], "y": 12, "chance": 75, "repeat": [ 1, 3 ] },
{ "group": "softdrugs", "x": 3, "y": 16, "chance": 75, "repeat": [ 1, 3 ] },
{ "group": "cleaning", "x": 11, "y": 10, "chance": 90, "repeat": [ 1, 3 ] },
{ "group": "cleaning", "x": [ 17, 18 ], "y": 16, "chance": 90 },
{ "group": "cleaning", "x": [ 15, 16 ], "y": 5, "chance": 90, "repeat": [ 1, 3 ] },
{ "group": "home_hw", "x": 13, "y": 20, "chance": 40, "repeat": [ 1, 3 ] },
{ "group": "home_hw", "x": 21, "y": [ 12, 13 ], "chance": 40, "repeat": [ 1, 3 ] },
{ "group": "home_hw", "x": [ 21, 22 ], "y": 5, "chance": 40, "repeat": [ 1, 3 ] },
{ "group": "guns_shotgun_rare", "x": 21, "y": 14, "chance": 10 }
],
"place_item": [ { "x": 11, "y": 10, "item": "towel" }, { "x": 21, "y": 14, "item": "wrench" } ],
"place_monster": [ { "monster": "mon_zombie_common", "x": [ 13, 14 ], "y": [ 11, 17 ], "chance": 90, "repeat": [ 1, 3 ] } ]
}
}
]

0 comments on commit dc39150

Please sign in to comment.