Skip to content

Commit

Permalink
Merge pull request #30316 from Night-Pryanik/randomize-amount-of-ammo…
Browse files Browse the repository at this point in the history
…-in-gun-spawns

Randomize amount of ammo in gun spawns and other small fixes for zombie soldiers loot spawn
  • Loading branch information
ZhilkinSerg authored May 8, 2019
2 parents ef530e6 + 04e6245 commit 22c5390
Show file tree
Hide file tree
Showing 5 changed files with 232 additions and 165 deletions.
4 changes: 2 additions & 2 deletions data/json/corpses.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{ "item": "adderall", "prob": 40 },
{ "item": "id_military", "prob": 5 },
{ "item": "militarymap", "prob": 5 },
{ "item": "cash_card", "charges-min": 0, "charges-max": 50000 },
{ "item": "cash_card", "prob": 10, "charges-min": 0, "charges-max": 50000 },
{ "group": "mil_food", "prob": 15 },
{ "item": "bone_human", "count": [ 5, 8 ], "prob": 100 },
{ "item": "human_flesh", "count": [ 5, 8 ], "prob": 100 },
Expand Down Expand Up @@ -62,7 +62,7 @@
{ "item": "two_way_radio", "prob": 50 },
{ "item": "grenade", "prob": 5 },
{ "item": "id_military", "prob": 5 },
{ "item": "cash_card", "charges-min": 0, "charges-max": 50000 },
{ "item": "cash_card", "prob": 10, "charges-min": 0, "charges-max": 50000 },
{ "group": "misc_smoking", "prob": 30 }
]
},
Expand Down
Loading

0 comments on commit 22c5390

Please sign in to comment.