Skip to content

Commit

Permalink
feat(content): zombies drop bows/crossbows/slingshots with ammo, hous…
Browse files Browse the repository at this point in the history
…e spawns for archery added. (#5024)

* feat(content): zombies drop bows/crossbows/slingshots with ammo, house spawns for archery added.

* addition to lockers in cabins.

* flamming arrows are bugged, only spawned one.
  • Loading branch information
Lamandus authored Jul 20, 2024
1 parent a5bf385 commit 6d5dd35
Show file tree
Hide file tree
Showing 10 changed files with 777 additions and 13 deletions.
2 changes: 2 additions & 0 deletions data/json/itemgroups/Locations_MapExtras/locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
{ "group": "guns_pistol_common", "prob": 20 },
{ "group": "guns_rifle_common", "prob": 20 },
{ "group": "guns_shotgun_common", "prob": 20 },
{ "group": "carried_guns_archery", "prob": 10 },
{ "group": "guns_pistol_obscure", "prob": 60 },
{ "group": "guns_rifle_obscure", "prob": 60 },
{ "group": "guns_shotgun_obscure", "prob": 60 },
Expand All @@ -126,6 +127,7 @@
{ "group": "guns_rifle_common", "prob": 50 },
{ "group": "guns_shotgun_common", "prob": 50 },
{ "group": "guns_survival", "prob": 100 },
{ "group": "carried_guns_archery", "prob": 20 },
{ "item": "flaregun", "prob": 25 },
{ "item": "large_repairkit", "prob": 5 },
{ "item": "signal_flare", "prob": 20 },
Expand Down
Loading

0 comments on commit 6d5dd35

Please sign in to comment.