Skip to content

Commit

Permalink
Merge pull request #76917 from GuardianDll/load_min_max_cleanups
Browse files Browse the repository at this point in the history
disable support for `x-min`/`x-max` itemgroup fields
  • Loading branch information
Maleclypse authored Oct 10, 2024
2 parents a44d848 + 8b65293 commit 6b8bda9
Show file tree
Hide file tree
Showing 11 changed files with 102 additions and 111 deletions.
18 changes: 9 additions & 9 deletions data/json/itemgroups/Locations_MapExtras/map_extras.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@
{ "group": "shirts", "damage": [ 1, 4 ] },
{ "group": "jackets", "damage": [ 1, 4 ], "prob": 30 },
{ "group": "pants", "damage": [ 1, 4 ] },
{ "group": "socks_unisex", "damage-min": 1, "damage-max": 4 },
{ "group": "shoes", "damage-min": 1, "damage-max": 4 },
{ "group": "hatstore_hats", "damage-min": 1, "damage-max": 4, "prob": 40 },
{ "group": "socks_unisex", "damage": [ 1, 4 ] },
{ "group": "shoes", "damage": [ 1, 4 ] },
{ "group": "hatstore_hats", "damage": [ 1, 4 ], "prob": 40 },
{ "group": "college_lake", "prob": 50 },
{ "group": "college_lake", "prob": 70 },
{ "group": "SUS_book_nonf_soft", "prob": 25 }
Expand Down Expand Up @@ -126,12 +126,12 @@
],
"prob": 50
},
{ "item": "pants_cargo", "damage-min": 1, "damage-max": 4 },
{ "group": "socks_unisex", "damage-min": 1, "damage-max": 4 },
{ "group": "lab_shoes", "damage-min": 1, "damage-max": 4, "prob": 50 },
{ "group": "shirts", "damage-min": 1, "damage-max": 4, "prob": 50 },
{ "group": "jackets", "damage-min": 1, "damage-max": 4, "prob": 30 },
{ "group": "underwear", "damage-min": 1, "damage-max": 3 }
{ "item": "pants_cargo", "damage": [ 1, 4 ] },
{ "group": "socks_unisex", "damage": [ 1, 4 ] },
{ "group": "lab_shoes", "damage": [ 1, 4 ], "prob": 50 },
{ "group": "shirts", "damage": [ 1, 4 ], "prob": 50 },
{ "group": "jackets", "damage": [ 1, 4 ], "prob": 30 },
{ "group": "underwear", "damage": [ 1, 3 ] }
]
},
{
Expand Down
72 changes: 36 additions & 36 deletions data/json/itemgroups/corpses.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"ammo": 60,
"//": "Adjusted mon_zombie_military_pilot_death_drops with bloody remains instead of a corpse.",
"entries": [
{ "group": "clothing_military_pilot", "prob": 65, "damage-min": 1, "damage-max": 4 },
{ "group": "gear_soldier_sidearm", "prob": 30, "damage-min": 1, "damage-max": 4 },
{ "item": "two_way_radio", "prob": 50, "charges": [ 0, 100 ], "damage-min": 1, "damage-max": 4 },
{ "group": "clothing_military_pilot", "prob": 65, "damage": [ 1, 4 ] },
{ "group": "gear_soldier_sidearm", "prob": 30, "damage": [ 1, 4 ] },
{ "item": "two_way_radio", "prob": 50, "charges": [ 0, 100 ], "damage": [ 1, 4 ] },
{ "prob": 40, "group": "adderall_bottle_plastic_pill_prescription_10" },
{ "group": "wallets_military", "prob": 5 },
{ "item": "militarymap", "prob": 5 },
Expand All @@ -42,17 +42,17 @@
"entries": [
{
"distribution": [
{ "group": "clothing_soldier_set", "prob": 65, "damage-min": 1, "damage-max": 4 },
{ "group": "clothing_soldier_winter_set", "prob": 35, "damage-min": 1, "damage-max": 4 }
{ "group": "clothing_soldier_set", "prob": 65, "damage": [ 1, 4 ] },
{ "group": "clothing_soldier_winter_set", "prob": 35, "damage": [ 1, 4 ] }
]
},
{ "group": "gear_soldier_sidearm", "prob": 30, "damage-min": 1, "damage-max": 4 },
{ "group": "gear_soldier_sidearm", "prob": 30, "damage": [ 1, 4 ] },
{
"collection": [
{
"distribution": [
{ "group": "guns_rifle_milspec", "prob": 75, "damage-min": 1, "damage-max": 4 },
{ "group": "guns_shotgun_milspec", "prob": 25, "damage-min": 1, "damage-max": 4 }
{ "group": "guns_rifle_milspec", "prob": 75, "damage": [ 1, 4 ] },
{ "group": "guns_shotgun_milspec", "prob": 25, "damage": [ 1, 4 ] }
]
},
{
Expand Down Expand Up @@ -121,20 +121,20 @@
"//": "Generic corpses that will definitely not get up again",
"subtype": "distribution",
"entries": [
{ "group": "corpse_generic_male", "prob": 30, "damage-min": 4, "damage-max": 4 },
{ "group": "corpse_generic_female", "prob": 30, "damage-min": 4, "damage-max": 4 },
{ "group": "corpse_generic_boy", "prob": 10, "damage-min": 4, "damage-max": 4 },
{ "group": "corpse_generic_girl", "prob": 10, "damage-min": 4, "damage-max": 4 },
{ "group": "corpse_generic_human", "prob": 10, "damage-min": 4, "damage-max": 4 },
{ "group": "corpse_generic_gunned", "prob": 30, "damage-min": 4, "damage-max": 4 },
{ "group": "corpse_bloody", "prob": 15, "damage-min": 4, "damage-max": 4 },
{ "group": "corpse_painful", "prob": 15, "damage-min": 4, "damage-max": 4 },
{ "group": "corpse_scorched", "prob": 15, "damage-min": 4, "damage-max": 4 },
{ "group": "corpse_stabbed", "prob": 15, "damage-min": 4, "damage-max": 4 },
{ "group": "corpse_gunned", "prob": 15, "damage-min": 4, "damage-max": 4 },
{ "group": "corpse_halved_upper", "prob": 15, "damage-min": 4, "damage-max": 4 },
{ "group": "corpse_half_beheaded", "prob": 15, "damage-min": 4, "damage-max": 4 },
{ "group": "corpse_child_gunned", "prob": 15, "damage-min": 4, "damage-max": 4 }
{ "group": "corpse_generic_male", "prob": 30, "damage": 4 },
{ "group": "corpse_generic_female", "prob": 30, "damage": 4 },
{ "group": "corpse_generic_boy", "prob": 10, "damage": 4 },
{ "group": "corpse_generic_girl", "prob": 10, "damage": 4 },
{ "group": "corpse_generic_human", "prob": 10, "damage": 4 },
{ "group": "corpse_generic_gunned", "prob": 30, "damage": 4 },
{ "group": "corpse_bloody", "prob": 15, "damage": 4 },
{ "group": "corpse_painful", "prob": 15, "damage": 4 },
{ "group": "corpse_scorched", "prob": 15, "damage": 4 },
{ "group": "corpse_stabbed", "prob": 15, "damage": 4 },
{ "group": "corpse_gunned", "prob": 15, "damage": 4 },
{ "group": "corpse_halved_upper", "prob": 15, "damage": 4 },
{ "group": "corpse_half_beheaded", "prob": 15, "damage": 4 },
{ "group": "corpse_child_gunned", "prob": 15, "damage": 4 }
]
},
{
Expand Down Expand Up @@ -167,20 +167,20 @@
"//": "Generic empty corpses that will definitely not get up again",
"subtype": "distribution",
"entries": [
{ "item": "corpse_generic_male", "prob": 30, "damage-min": 4, "damage-max": 4 },
{ "item": "corpse_generic_female", "prob": 30, "damage-min": 4, "damage-max": 4 },
{ "item": "corpse_generic_boy", "prob": 10, "damage-min": 4, "damage-max": 4 },
{ "item": "corpse_generic_girl", "prob": 10, "damage-min": 4, "damage-max": 4 },
{ "item": "corpse_generic_human", "prob": 10, "damage-min": 4, "damage-max": 4 },
{ "item": "corpse_generic_gunned", "prob": 30, "damage-min": 4, "damage-max": 4 },
{ "item": "corpse_bloody", "prob": 15, "damage-min": 4, "damage-max": 4 },
{ "item": "corpse_painful", "prob": 15, "damage-min": 4, "damage-max": 4 },
{ "item": "corpse_scorched", "prob": 15, "damage-min": 4, "damage-max": 4 },
{ "item": "corpse_stabbed", "prob": 15, "damage-min": 4, "damage-max": 4 },
{ "item": "corpse_gunned", "prob": 15, "damage-min": 4, "damage-max": 4 },
{ "item": "corpse_halved_upper", "prob": 15, "damage-min": 4, "damage-max": 4 },
{ "item": "corpse_half_beheaded", "prob": 15, "damage-min": 4, "damage-max": 4 },
{ "item": "corpse_child_gunned", "prob": 15, "damage-min": 4, "damage-max": 4 }
{ "item": "corpse_generic_male", "prob": 30, "damage": 4 },
{ "item": "corpse_generic_female", "prob": 30, "damage": 4 },
{ "item": "corpse_generic_boy", "prob": 10, "damage": 4 },
{ "item": "corpse_generic_girl", "prob": 10, "damage": 4 },
{ "item": "corpse_generic_human", "prob": 10, "damage": 4 },
{ "item": "corpse_generic_gunned", "prob": 30, "damage": 4 },
{ "item": "corpse_bloody", "prob": 15, "damage": 4 },
{ "item": "corpse_painful", "prob": 15, "damage": 4 },
{ "item": "corpse_scorched", "prob": 15, "damage": 4 },
{ "item": "corpse_stabbed", "prob": 15, "damage": 4 },
{ "item": "corpse_gunned", "prob": 15, "damage": 4 },
{ "item": "corpse_halved_upper", "prob": 15, "damage": 4 },
{ "item": "corpse_half_beheaded", "prob": 15, "damage": 4 },
{ "item": "corpse_child_gunned", "prob": 15, "damage": 4 }
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion data/json/itemgroups/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@
"type": "item_group",
"subtype": "distribution",
"id": "superglue",
"items": [ { "item": "super_glue", "charges-min": 0, "charges-max": 600, "container-group": "superglue_bottles" } ]
"items": [ { "item": "super_glue", "charges": [ 0, 600 ], "container-group": "superglue_bottles" } ]
},
{
"type": "item_group",
Expand Down
46 changes: 23 additions & 23 deletions data/json/itemgroups/trash_and_debris.json
Original file line number Diff line number Diff line change
Expand Up @@ -315,29 +315,29 @@
"//": "A building has collapsed. Perhaps from a bomb, perhaps from a fire",
"//2": "This stuff survived and lies inside the ruins but is really crude and damaged.",
"items": [
{ "item": "string_36", "prob": 2, "count": [ 5, 40 ], "damage-min": 0, "damage-max": 3 },
{ "item": "frame", "prob": 2, "count": [ 0, 1 ], "damage-min": 0, "damage-max": 3 },
{ "item": "hdframe", "prob": 2, "count": [ 0, 1 ], "damage-min": 0, "damage-max": 3 },
{ "item": "metal_tank", "prob": 2, "count": [ 0, 1 ], "damage-min": 0, "damage-max": 3 },
{ "item": "screen_mesh", "prob": 2, "count": [ 1, 2 ], "damage-min": 0, "damage-max": 3 },
{ "item": "metal_tank_little", "prob": 2, "count": [ 0, 1 ], "damage-min": 0, "damage-max": 3 },
{ "item": "water_faucet", "prob": 2, "count": [ 1, 2 ], "damage-min": 0, "damage-max": 3 },
{ "item": "peephole", "prob": 2, "count": [ 0, 1 ], "damage-min": 0, "damage-max": 3 },
{ "item": "cu_pipe", "prob": 2, "count": [ 2, 4 ], "damage-min": 0, "damage-max": 3 },
{ "item": "chain", "prob": 2, "count": [ 0, 1 ], "damage-min": 0, "damage-max": 3 },
{ "item": "rope_6", "prob": 2, "count": [ 1, 2 ], "damage-min": 0, "damage-max": 3 },
{ "item": "rope_30", "prob": 2, "count": [ 0, 1 ], "damage-min": 0, "damage-max": 3 },
{ "item": "rebar", "prob": 8, "count": [ 2, 6 ], "damage-min": 0, "damage-max": 3 },
{ "item": "brick", "prob": 20, "count": [ 10, 20 ], "damage-min": 0, "damage-max": 3 },
{ "item": "pipe", "prob": 5, "count": [ 2, 6 ], "damage-min": 0, "damage-max": 3 },
{ "item": "string_36", "prob": 2, "count": [ 5, 40 ], "damage": [ 0, 3 ] },
{ "item": "frame", "prob": 2, "count": [ 0, 1 ], "damage": [ 0, 3 ] },
{ "item": "hdframe", "prob": 2, "count": [ 0, 1 ], "damage": [ 0, 3 ] },
{ "item": "metal_tank", "prob": 2, "count": [ 0, 1 ], "damage": [ 0, 3 ] },
{ "item": "screen_mesh", "prob": 2, "count": [ 1, 2 ], "damage": [ 0, 3 ] },
{ "item": "metal_tank_little", "prob": 2, "count": [ 0, 1 ], "damage": [ 0, 3 ] },
{ "item": "water_faucet", "prob": 2, "count": [ 1, 2 ], "damage": [ 0, 3 ] },
{ "item": "peephole", "prob": 2, "count": [ 0, 1 ], "damage": [ 0, 3 ] },
{ "item": "cu_pipe", "prob": 2, "count": [ 2, 4 ], "damage": [ 0, 3 ] },
{ "item": "chain", "prob": 2, "count": [ 0, 1 ], "damage": [ 0, 3 ] },
{ "item": "rope_6", "prob": 2, "count": [ 1, 2 ], "damage": [ 0, 3 ] },
{ "item": "rope_30", "prob": 2, "count": [ 0, 1 ], "damage": [ 0, 3 ] },
{ "item": "rebar", "prob": 8, "count": [ 2, 6 ], "damage": [ 0, 3 ] },
{ "item": "brick", "prob": 20, "count": [ 10, 20 ], "damage": [ 0, 3 ] },
{ "item": "pipe", "prob": 5, "count": [ 2, 6 ], "damage": [ 0, 3 ] },
{ "item": "nail", "prob": 2, "count": [ 0, 1 ], "charges": [ 3, 15 ] },
{ "item": "lc_wire", "prob": 3, "count": [ 2, 6 ], "damage-min": 0, "damage-max": 3 },
{ "item": "lc_wire", "prob": 3, "count": [ 2, 6 ], "damage": [ 0, 3 ] },
{ "item": "charcoal", "prob": 3, "charges": [ 3, 7 ] },
{ "item": "scrap_copper", "prob": 2, "count": [ 2, 4 ], "damage-min": 0, "damage-max": 3 },
{ "item": "sheet_metal", "prob": 2, "count": [ 1, 4 ], "damage-min": 0, "damage-max": 3 },
{ "item": "sheet_metal_small", "prob": 2, "count": [ 1, 4 ], "damage-min": 0, "damage-max": 3 },
{ "item": "spike", "prob": 5, "count": [ 2, 4 ], "damage-min": 0, "damage-max": 3 },
{ "item": "hinge", "prob": 2, "count": [ 1, 2 ], "damage-min": 0, "damage-max": 3 },
{ "item": "scrap_copper", "prob": 2, "count": [ 2, 4 ], "damage": [ 0, 3 ] },
{ "item": "sheet_metal", "prob": 2, "count": [ 1, 4 ], "damage": [ 0, 3 ] },
{ "item": "sheet_metal_small", "prob": 2, "count": [ 1, 4 ], "damage": [ 0, 3 ] },
{ "item": "spike", "prob": 5, "count": [ 2, 4 ], "damage": [ 0, 3 ] },
{ "item": "hinge", "prob": 2, "count": [ 1, 2 ], "damage": [ 0, 3 ] },
{ "item": "steel_lump", "prob": 5, "count": [ 2, 5 ] },
{ "item": "steel_chunk", "prob": 5, "count": [ 5, 10 ] }
]
Expand All @@ -349,8 +349,8 @@
"//": "A building has collapsed. Perhaps from a bomb, perhaps from a fire",
"//2": "This is the stuff that fell outside and lies on the ground in the open.",
"items": [
{ "item": "rebar", "prob": 2, "count": [ 5, 10 ], "damage-min": 0, "damage-max": 3 },
{ "item": "brick", "prob": 20, "count": [ 15, 30 ], "damage-min": 0, "damage-max": 3 }
{ "item": "rebar", "prob": 2, "count": [ 5, 10 ], "damage": [ 0, 3 ] },
{ "item": "brick", "prob": 20, "count": [ 15, 30 ], "damage": [ 0, 3 ] }
]
},
{
Expand Down
6 changes: 3 additions & 3 deletions data/json/mapgen/survivor_forest_camp.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@
"container-item": "corpse_child_calm",
"entries": [
{ "item": "childnote" },
{ "group": "child_items", "damage-min": 1, "damage-max": 3, "prob": 100 },
{ "group": "child_items", "damage-min": 1, "damage-max": 3, "prob": 50 },
{ "group": "child_bugout", "damage-min": 1, "damage-max": 3, "prob": 100 },
{ "group": "child_items", "damage": [ 1, 3 ], "prob": 100 },
{ "group": "child_items", "damage": [ 1, 3 ], "prob": 50 },
{ "group": "child_bugout", "damage": [ 1, 3 ], "prob": 100 },
{ "group": "clothes_unisex_survival", "damage": [ 1, 3 ], "prob": 100 }
]
},
Expand Down
6 changes: 3 additions & 3 deletions data/json/mapgen_palettes/oil_platform_palette.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,16 +281,16 @@
"id": "lubricant",
"type": "item_group",
"items": [
{ "item": "motor_oil", "container-item": "metal_tank", "charges-min": 2000, "charges-max": 60000, "prob": 50 },
{ "item": "motor_oil", "container-item": "jerrycan_big", "charges-min": 0, "charges-max": 20000, "prob": 30 },
{ "item": "motor_oil", "container-item": "metal_tank", "charges": [ 2000, 60000 ], "prob": 50 },
{ "item": "motor_oil", "container-item": "jerrycan_big", "charges": [ 0, 20000 ], "prob": 30 },
{ "item": "metal_tank", "prob": 20 }
]
},
{
"id": "oil_drums",
"type": "item_group",
"items": [
{ "item": "crude_oil", "container-item": "55gal_drum", "charges-min": 180000, "charges-max": 200000, "prob": 60 },
{ "item": "crude_oil", "container-item": "55gal_drum", "charges": [ 180000, 200000 ], "prob": 60 },
{ "item": "55gal_drum", "prob": 30 }
]
}
Expand Down
2 changes: 1 addition & 1 deletion data/json/npcs/militia/GM_Militia_Merchant.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"id": "MILITIA_MERCHANT_misc",
"subtype": "collection",
"items": [
{ "item": "jerky", "count-min": 3, "count-max": 8, "prob": 30 },
{ "item": "jerky", "count": [ 3, 8 ], "prob": 30 },
{ "group": "tools_general", "prob": 80, "count": [ 1, 3 ] },
{ "group": "tools_home", "prob": 80, "count": [ 1, 3 ] },
{ "group": "tools_carpentry", "prob": 30, "count": [ 1, 3 ] },
Expand Down
34 changes: 17 additions & 17 deletions data/mods/Aftershock/monsterdrops/monsterdrops.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,38 +58,38 @@
"subtype": "collection",
"entries": [
{ "item": "boots_combat" },
{ "item": "technician_pants_gray", "prob": 100, "damage-min": 0, "damage-max": 5 },
{ "item": "technician_shirt_gray", "prob": 100, "damage-min": 0, "damage-max": 5 },
{ "item": "afs_magellan_suit", "prob": 50, "damage-min": 0, "damage-max": 5 },
{ "group": "military", "prob": 50, "damage-min": 0, "damage-max": 5 },
{ "group": "mil_food", "prob": 100, "damage-min": 0, "damage-max": 5 }
{ "item": "technician_pants_gray", "prob": 100, "damage": [ 0, 5 ] },
{ "item": "technician_shirt_gray", "prob": 100, "damage": [ 0, 5 ] },
{ "item": "afs_magellan_suit", "prob": 50, "damage": [ 0, 5 ] },
{ "group": "military", "prob": 50, "damage": [ 0, 5 ] },
{ "group": "mil_food", "prob": 100, "damage": [ 0, 5 ] }
]
},
{
"type": "item_group",
"id": "xl_uplift_death_drop",
"subtype": "collection",
"entries": [
{ "item": "xlboots_combat", "damage-min": 0, "damage-max": 5 },
{ "item": "xl_technician_pants_gray", "prob": 50, "damage-min": 0, "damage-max": 5 },
{ "item": "xl_technician_shirt_gray", "prob": 100, "damage-min": 0, "damage-max": 5 },
{ "item": "xl_jeans", "prob": 50, "damage-min": 0, "damage-max": 5 },
{ "group": "military", "prob": 50, "damage-min": 0, "damage-max": 5 },
{ "group": "mil_food", "prob": 100, "damage-min": 0, "damage-max": 5 }
{ "item": "xlboots_combat", "damage": [ 0, 5 ] },
{ "item": "xl_technician_pants_gray", "prob": 50, "damage": [ 0, 5 ] },
{ "item": "xl_technician_shirt_gray", "prob": 100, "damage": [ 0, 5 ] },
{ "item": "xl_jeans", "prob": 50, "damage": [ 0, 5 ] },
{ "group": "military", "prob": 50, "damage": [ 0, 5 ] },
{ "group": "mil_food", "prob": 100, "damage": [ 0, 5 ] }
]
},
{
"type": "item_group",
"id": "xl_uplift_zed_death_drop",
"subtype": "collection",
"entries": [
{ "item": "xlboots_combat", "damage-min": 1, "damage-max": 5 },
{ "item": "xl_technician_pants_gray", "prob": 50, "damage-min": 1, "damage-max": 5 },
{ "item": "xl_technician_shirt_gray", "prob": 100, "damage-min": 1, "damage-max": 5 },
{ "item": "xl_jeans", "prob": 50, "damage-min": 1, "damage-max": 5 },
{ "item": "xlboots_combat", "damage": [ 1, 5 ] },
{ "item": "xl_technician_pants_gray", "prob": 50, "damage": [ 1, 5 ] },
{ "item": "xl_technician_shirt_gray", "prob": 100, "damage": [ 1, 5 ] },
{ "item": "xl_jeans", "prob": 50, "damage": [ 1, 5 ] },
{ "item": "mp5mag", "prob": 10 },
{ "group": "military", "prob": 50, "damage-min": 0, "damage-max": 5 },
{ "group": "mil_food", "prob": 100, "damage-min": 0, "damage-max": 5 }
{ "group": "military", "prob": 50, "damage": [ 0, 5 ] },
{ "group": "mil_food", "prob": 100, "damage": [ 0, 5 ] }
]
},
{
Expand Down
12 changes: 6 additions & 6 deletions data/mods/Xedra_Evolved/itemgroups/map_extra_itemgroups.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
],
"prob": 50
},
{ "group": "clothing_outdoor_pants", "damage-min": 1, "damage-max": 4 },
{ "group": "socks_unisex", "damage-min": 1, "damage-max": 4 },
{ "group": "lab_shoes", "damage-min": 1, "damage-max": 4, "prob": 50 },
{ "group": "shirts", "damage-min": 1, "damage-max": 4, "prob": 50 },
{ "group": "jackets", "damage-min": 1, "damage-max": 4, "prob": 30 },
{ "group": "underwear", "damage-min": 1, "damage-max": 3 },
{ "group": "clothing_outdoor_pants", "damage": [ 1, 4 ] },
{ "group": "socks_unisex", "damage": [ 1, 4 ] },
{ "group": "lab_shoes", "damage": [ 1, 4 ], "prob": 50 },
{ "group": "shirts", "damage": [ 1, 4 ], "prob": 50 },
{ "group": "jackets", "damage": [ 1, 4 ], "prob": 30 },
{ "group": "underwear", "damage": [ 1, 3 ] },
{ "item": "corpse", "damage": 4 }
]
},
Expand Down
Loading

0 comments on commit 6b8bda9

Please sign in to comment.