Skip to content

Commit

Permalink
feat(balance): buff kevlar zombie skinning (#3538)
Browse files Browse the repository at this point in the history
increase kevlar plates on kevlar zombie
  • Loading branch information
Krwak authored Nov 4, 2023
1 parent fbbc238 commit 497c99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/harvest.json
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@
{ "drop": "meat_tainted", "type": "flesh", "mass_ratio": 0.25 },
{ "drop": "fat_tainted", "type": "flesh", "mass_ratio": 0.08 },
{ "drop": "bone_tainted", "type": "bone", "mass_ratio": 0.1 },
{ "drop": "kevlar_plate", "type": "skin", "mass_ratio": 0.015 },
{ "drop": "kevlar_plate", "type": "skin", "mass_ratio": 0.035 },
{ "drop": "pheromone", "type": "bionic", "max": 1 }
]
},
Expand Down

0 comments on commit 497c99f

Please sign in to comment.