Skip to content

Commit

Permalink
Merge pull request CleverRaven#57212 from Termineitor244/Zombie-child…
Browse files Browse the repository at this point in the history
…-drops-update

Zombie child drops update
  • Loading branch information
Rivet-the-Zombie authored Apr 28, 2022
2 parents 6d87e1b + 5eaeda9 commit 9305a5f
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 13 deletions.
59 changes: 56 additions & 3 deletions data/json/itemgroups/Clothing_Gear/gear_civilian.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,12 @@
{ "item": "cookies", "prob": 80, "charges": [ 1, 4 ] },
{ "item": "crack", "prob": 8, "charges": [ 1, 4 ] },
{ "item": "licorice", "prob": 10, "charges": [ 1, 4 ] },
[ "bat", 60 ],
[ "bat", 40 ],
[ "bat_nerf", 20 ],
[ "bat_metal", 20 ],
[ "hockey_stick", 10 ],
{ "item": "mp3", "prob": 80, "charges": [ 0, 100 ] },
{ "item": "portable_game", "prob": 30, "charges": [ 0, 100 ] },
{ "group": "softdrinks_canned", "prob": 55 },
{ "item": "cola", "prob": 6, "container-item": "bottle_plastic", "sealed": false },
{ "item": "creamsoda", "prob": 6, "container-item": "bottle_plastic", "sealed": false },
Expand All @@ -105,27 +110,39 @@
{ "item": "lemonlime", "prob": 4, "container-item": "bottle_twoliter" },
{ "item": "orangesoda", "prob": 3, "container-item": "bottle_twoliter" },
{ "item": "colamdew", "prob": 5, "container-item": "bottle_twoliter" },
[ "backpack", 38 ],
[ "backpack", 48 ],
[ "purse", 20 ],
[ "slingpack", 19 ],
[ "travelpack", 10 ],
[ "petpack", 1 ],
[ "bookstrap", 1 ],
[ "pockknife", 14 ],
[ "roller_shoes_off", 10 ],
[ "knife_swissarmy", 10 ],
[ "hairpin", 5 ],
[ "fc_hairpin", 1 ],
[ "wristwatch", 10 ],
[ "game_watch", 10 ],
[ "umbrella", 5 ],
[ "teleumbrella", 2 ],
[ "usb_drive", 10 ],
{ "group": "writing_utensils", "prob": 40 },
{ "group": "kids_books", "prob": 155 },
{ "group": "book_school", "prob": 35 },
[ "novel_pulp", 16 ],
{ "group": "toy_radio_car", "prob": 1 },
{ "group": "toy_makerspace_kit", "prob": 1 },
{ "group": "toy_robot_kit", "prob": 1 },
{ "group": "toy_engine_kit", "prob": 1 },
[ "breadboard", 30 ],
{ "item": "voltmeter", "prob": 20, "charges": [ 0, 100 ] },
{ "item": "multimeter", "prob": 20, "charges": [ 0, 100 ] },
[ "mouthpiece", 3 ],
[ "basketball", 8 ],
[ "beach_volleyball", 8 ],
[ "indoor_volleyball", 8 ],
[ "football", 8 ],
[ "elbow_pads", 20 ],
[ "knee_pads", 20 ],
{ "item": "radiocontrol", "prob": 5, "charges": [ 0, 100 ] },
[ "whistle", 3 ],
[ "slingshot", 10 ],
Expand All @@ -138,6 +155,42 @@
[ "milkshake_fastfood", 3 ]
]
},
{
"id": "child_hats",
"type": "item_group",
"//": "Hats for zombie children.",
"items": [
{ "item": "helmet_football", "prob": 30 },
{ "item": "helmet_ball", "prob": 30 },
{ "item": "hat_ball", "prob": 10 },
{ "item": "hat_golf", "prob": 5 },
{ "item": "helmet_bike", "prob": 80 }
]
},
{
"id": "child_shoes",
"type": "item_group",
"//": "Shoes for zombie children.",
"items": [
{ "item": "roller_shoes_off", "prob": 30 },
{ "item": "roller_shoes_on", "prob": 25 },
{ "item": "rollerskates", "prob": 40 },
{ "item": "roller_blades", "prob": 35 },
{ "item": "sneakers", "prob": 50 },
{ "item": "lowtops", "prob": 40 },
{ "item": "dance_shoes", "prob": 25 },
{ "item": "slippers", "prob": 30 },
{ "item": "flip_flops", "prob": 35 },
{ "item": "flip_flops_exp", "prob": 5 },
{ "item": "leathersandals", "prob": 40 },
{ "item": "straw_sandals", "prob": 20 },
{ "item": "bastsandals", "prob": 20 },
{ "item": "sneakers_steel", "prob": 20 },
{ "item": "knee_high_boots", "prob": 20 },
{ "item": "thigh_high_boots", "prob": 15 },
{ "item": "boots", "prob": 25 }
]
},
{
"type": "item_group",
"id": "npc_hacker",
Expand Down
5 changes: 2 additions & 3 deletions data/json/itemgroups/Locations_MapExtras/locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2007,9 +2007,8 @@
[ "mouthpiece", 5 ],
[ "football", 5 ],
[ "roller_blades", 20 ],
[ "rollerskates", 10 ],
[ "rollerskates", 10 ],
[ "roller_shoes_off", 10 ],
[ "rollerskates", 20 ],
[ "roller_shoes_off", 20 ],
[ "survnote", 3 ],
{ "group": "toy_radio_car", "prob": 3 },
{ "group": "toy_makerspace_kit", "prob": 1 },
Expand Down
5 changes: 4 additions & 1 deletion data/json/itemgroups/supplies.json
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,10 @@
[ "hat_ball", 10 ],
[ "helmet_ball", 20 ],
[ "bat", 80 ],
[ "bat_nerf", 80 ],
[ "bat_metal", 40 ],
[ "bat_nerf", 50 ],
[ "hockey_stick", 10 ],
[ "towel", 30 ],
[ "pom_poms", 50 ],
[ "cheerleader_top", 25 ],
[ "cheerleader_top_short", 1 ],
Expand Down
51 changes: 45 additions & 6 deletions data/json/monsterdrops/zombie_child.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,21 @@
"//": "contains cloth for an average zombie child",
"id": "default_zombie_children_clothes",
"entries": [
{ "group": "coats_unisex", "damage": [ 1, 4 ], "prob": 20 },
{
"distribution": [
{ "group": "coats_unisex", "prob": 90, "damage": [ 1, 4 ] },
{ "item": "football_armor", "prob": 10, "damage": [ 1, 4 ] }
],
"prob": 20
},
{ "group": "common_gloves", "damage": [ 1, 4 ], "prob": 20 },
{ "group": "hatstore_hats", "damage": [ 1, 4 ], "prob": 20 },
{
"distribution": [
{ "group": "hatstore_hats", "prob": 50, "damage": [ 1, 4 ] },
{ "group": "child_hats", "prob": 50, "damage": [ 1, 4 ] }
],
"prob": 20
},
{ "group": "scarfs_unisex", "damage": [ 1, 4 ], "prob": 20 },
{ "group": "accesories_personal_unisex", "damage": [ 1, 4 ], "prob": 15 },
{
Expand All @@ -34,7 +46,13 @@
]
},
{ "group": "neckties", "prob": 15, "damage": [ 1, 4 ] },
{ "group": "shoes_unisex", "prob": 30, "damage": [ 1, 4 ] },
{
"distribution": [
{ "group": "shoes_unisex", "prob": 50, "damage": [ 1, 4 ] },
{ "group": "child_shoes", "prob": 50, "damage": [ 1, 4 ] }
],
"prob": 30
},
{ "group": "socks_unisex", "damage": [ 1, 4 ], "prob": 50 },
{ "group": "accesories_personal_mens", "prob": 15, "damage": [ 1, 4 ] }
]
Expand All @@ -48,7 +66,14 @@
{
"collection": [
{ "group": "pants_female", "prob": 60, "damage": [ 1, 4 ] },
{ "group": "shoes_unisex", "prob": 30, "damage": [ 1, 4 ] },
{
"distribution": [
{ "group": "child_shoes", "prob": 50, "damage": [ 1, 4 ] },
{ "group": "shoes_unisex", "prob": 30, "damage": [ 1, 4 ] },
{ "group": "shoes_womens", "prob": 20, "damage": [ 1, 4 ] }
],
"prob": 30
},
{ "group": "shirts_unisex", "prob": 60, "damage": [ 1, 4 ] },
{
"distribution": [
Expand All @@ -66,7 +91,14 @@
{
"distribution": [ { "item": "dress", "prob": 70, "damage": [ 1, 4 ] }, { "item": "sundress", "prob": 50, "damage": [ 1, 4 ] } ]
},
{ "group": "dress_shoes", "prob": 30, "damage": [ 1, 4 ] },
{
"distribution": [
{ "group": "dress_shoes", "prob": 60, "damage": [ 1, 4 ] },
{ "group": "child_shoes", "prob": 20, "damage": [ 1, 4 ] },
{ "group": "shoes_womens", "prob": 20, "damage": [ 1, 4 ] }
],
"prob": 30
},
{
"collection": [
{
Expand All @@ -82,7 +114,14 @@
"collection": [
{ "group": "costume_cheerleader_set_any", "damage": [ 1, 4 ] },
{ "item": "pom_poms", "prob": 50, "damage": [ 1, 4 ] },
{ "group": "shoes_unisex", "prob": 30, "damage": [ 1, 4 ] },
{
"distribution": [
{ "group": "shoes_unisex", "prob": 60, "damage": [ 1, 4 ] },
{ "group": "child_shoes", "prob": 35, "damage": [ 1, 4 ] },
{ "group": "shoes_womens", "prob": 5, "damage": [ 1, 4 ] }
],
"prob": 30
},
{
"distribution": [
{
Expand Down

0 comments on commit 9305a5f

Please sign in to comment.