Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlorthishen committed Oct 10, 2024
1 parent ecc9c6a commit b7e2bda
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion data/json/mapgen/convention_center/convention_center.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
" ",
" ",
" "
],
],
"terrain": { "v": "t_ladder_down" },
"palettes": [ "roof_palette" ]
}
Expand Down
20 changes: 13 additions & 7 deletions data/json/mapgen/convention_center/convention_center_nested.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
" n h * h n ",
" n X* n "
],
"furniture": {"X": "f_crate_c"},
"place_monsters": [ { "monster": "GROUP_ZOMBIE_GUNSTORE", "x": [ 0, 19 ], "y": [ 0, 19 ], "density": 0.1 } ],
"furniture": { "X": "f_crate_c" },
"items": {
"n": [ { "item": "guns_common", "chance": 20 }, { "item": "gunmod_common", "chance": 20 } ],
"X": [ { "item": "guns_common", "chance": 70 }, { "item": "guns_rare", "chance": 40 } ]
Expand Down Expand Up @@ -61,7 +62,8 @@
" ",
" "
],
"furniture": {"X": "f_crate_c"},
"place_monsters": [ { "monster": "GROUP_ZOMBIE_GUNSTORE", "x": [ 0, 19 ], "y": [ 0, 19 ], "density": 0.1 } ],
"furniture": { "X": "f_crate_c" },
"items": {
"n": [ { "item": "guns_common", "chance": 20 }, { "item": "gunmod_common", "chance": 20 } ],
"X": [ { "item": "guns_common", "chance": 70 }, { "item": "guns_rare", "chance": 40 } ]
Expand Down Expand Up @@ -101,7 +103,8 @@
"│││││ n * h n ",
"│││││ ** * ** "
],
"furniture": {"X": "f_crate_c"},
"place_monsters": [ { "monster": "GROUP_ZOMBIE_GUNSTORE", "x": [ 0, 23 ], "y": [ 0, 23 ], "density": 0.2 } ],
"furniture": { "X": "f_crate_c" },
"items": {
"n": [ { "item": "guns_common", "chance": 20 }, { "item": "gunmod_common", "chance": 20 } ],
"X": [ { "item": "guns_common", "chance": 70 }, { "item": "guns_rare", "chance": 40 } ]
Expand Down Expand Up @@ -141,7 +144,8 @@
" nnnnnn n h │││││",
" *** │││││"
],
"furniture": {"X": "f_crate_c"},
"place_monsters": [ { "monster": "GROUP_ZOMBIE_GUNSTORE", "x": [ 0, 23 ], "y": [ 0, 23 ], "density": 0.2 } ],
"furniture": { "X": "f_crate_c" },
"items": {
"n": [ { "item": "guns_common", "chance": 20 }, { "item": "gunmod_common", "chance": 20 } ],
"X": [ { "item": "guns_common", "chance": 70 }, { "item": "guns_rare", "chance": 40 } ]
Expand Down Expand Up @@ -176,7 +180,8 @@
" ",
" "
],
"furniture": {"X": "f_crate_c"},
"place_monsters": [ { "monster": "GROUP_ZOMBIE_GUNSTORE", "x": [ 0, 19 ], "y": [ 0, 19 ], "density": 0.1 } ],
"furniture": { "X": "f_crate_c" },
"items": {
"n": [ { "item": "guns_common", "chance": 20 }, { "item": "gunmod_common", "chance": 20 } ],
"X": [ { "item": "guns_common", "chance": 70 }, { "item": "guns_rare", "chance": 40 } ]
Expand Down Expand Up @@ -211,7 +216,8 @@
" ",
" X XX"
],
"furniture": {"X": "f_crate_c"},
"place_monsters": [ { "monster": "GROUP_ZOMBIE_GUNSTORE", "x": [ 0, 19 ], "y": [ 0, 19 ], "density": 0.1 } ],
"furniture": { "X": "f_crate_c" },
"items": {
"n": [ { "item": "guns_common", "chance": 20 }, { "item": "gunmod_common", "chance": 20 } ],
"X": [ { "item": "guns_common", "chance": 70 }, { "item": "guns_rare", "chance": 40 } ]
Expand Down Expand Up @@ -855,7 +861,7 @@
"palettes": [ "convention_nested_palette" ],
"place_loot": [ { "item": "coffeemaker", "x": [ 5, 6 ], "y": 0 } ]
}
},
},
{
"type": "mapgen",
"method": "json",
Expand Down
2 changes: 1 addition & 1 deletion data/json/mapgen_palettes/convention_center_palette.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"distribution": [
[ "convention_nested_vacant", 2 ],
[ "convention_nested_fandom", 5 ],
[ "convention_nested_gunshow", 500 ],
[ "convention_nested_gunshow", 7 ],
[ "convention_nested_lecture_small", 2 ],
[ "convention_nested_lecture_big", 3 ]
]
Expand Down

0 comments on commit b7e2bda

Please sign in to comment.