Skip to content

Commit

Permalink
more drops for zombie technicians
Browse files Browse the repository at this point in the history
give 'em wallets, pocket trash, tool boxes with tools and electronic
supplies, more or less what they already had just more dense, don't
spawn with work clothes and an aplifier circuit
  • Loading branch information
casswedson committed Jan 27, 2024
1 parent 0f39e72 commit 3e8045c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion data/json/itemgroups/Clothing_Gear/clothing.json
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,10 @@
{ "group": "clothing_work_gloves", "prob": 75 },
{ "group": "clothing_work_hat", "prob": 60 },
{ "group": "clothing_work_mask", "prob": 40 },
{ "item": "ear_plugs", "prob": 15 },
{
"distribution": [ { "item": "ear_plugs" }, { "item": "attached_ear_plugs_off" }, { "item": "attachable_ear_muffs" } ],
"prob": 60
},
{ "item": "tool_belt", "prob": 25 },
{
"distribution": [
Expand Down
9 changes: 6 additions & 3 deletions data/json/monsterdrops/zombie_technician.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
"entries": [
{ "group": "clothing_work_set", "damage": [ 1, 4 ] },
{ "group": "underwear", "damage": [ 1, 4 ] },
{ "group": "default_zombie_items_pockets", "prob": 80, "damage": [ 0, 2 ] },
{
"distribution": [ { "group": "tools_carpentry", "prob": 30 }, { "group": "tools_common", "prob": 70 } ],
"prob": 30
"distribution": [ { "group": "tools_workshop", "prob": 30 }, { "group": "tools_toolbox", "prob": 70 } ],
"prob": 50
},
{ "group": "supplies_electronics", "prob": 50 },
{ "group": "supplies_electronics", "count": [ 1, 3 ], "prob": 70 },
{ "group": "wallets", "damage": [ 1, 4 ], "prob": 60 },
{ "item": "id_industrial", "prob": 20 }
]
},
Expand Down Expand Up @@ -44,6 +46,7 @@
{ "group": "clothing_work_gloves", "prob": 50, "damage": [ 1, 4 ] },
{ "group": "clothing_work_mask", "prob": 40, "damage": [ 1, 4 ] },
{ "group": "default_zombie_items_pockets", "prob": 80, "damage": [ 0, 2 ] },
{ "group": "wallets", "damage": [ 1, 4 ], "prob": 40 },
{ "item": "tool_belt", "prob": 25, "damage": [ 1, 4 ] },
{
"distribution": [ { "item": "pickaxe", "prob": 10, "damage": [ 1, 3 ] }, { "item": "shovel", "prob": 50, "damage": [ 1, 3 ] } ],
Expand Down

0 comments on commit 3e8045c

Please sign in to comment.