Skip to content

Commit

Permalink
No survivor belts for cunning ferals (#55438)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoobindisguise authored Feb 17, 2022
1 parent 95ff222 commit 97018ef
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion data/json/monsterdrops/feral_humans.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,14 @@
{ "group": "survivor_stabbing", "prob": 100, "damage": [ 0, 3 ] },
{ "group": "mon_zombie_survivor_death_drops", "prob": 100 },
{ "item": "spearsling", "prob": 100, "damage": [ 0, 3 ] },
{ "item": "survivor_belt_notools", "prob": 30, "damage": [ 0, 3 ] },
{
"distribution": [
{ "item": "police_belt", "prob": 35, "damage": [ 0, 3 ] },
{ "item": "fireman_belt", "prob": 35, "damage": [ 0, 3 ] },
{ "item": "tool_belt", "prob": 30, "damage": [ 0, 3 ] }
],
"prob": 50
},
{ "item": "duster_leather", "prob": 25, "damage": [ 0, 3 ] },
{ "item": "kevlar", "prob": 25, "damage": [ 0, 3 ] },
{ "item": "tac_helmet", "prob": 10, "damage": [ 0, 3 ] }
Expand Down

0 comments on commit 97018ef

Please sign in to comment.