Skip to content

Commit

Permalink
Sling bullet/ball bearing recovery (cataclysmbnteam#2768)
Browse files Browse the repository at this point in the history
* Sling bullet/ball bearing recovery

I made it so that sling bullets, small sling bullets, and ball bearings drop themselves.

* Removed drop, added recover flag

The Drop field made it drop 50 copies of an 'active' ball bearing, so instead I just made it have the "RECOVER_1000" flag for ball bearings, sling bullets, and small sling bullets.

* Update data/json/items/ammo.json

Co-authored-by: Chaosvolt <[email protected]>

* Update data/json/items/ammo.json

Co-authored-by: Chaosvolt <[email protected]>

* Update data/json/items/ammo.json

Co-authored-by: Chaosvolt <[email protected]>

---------

Co-authored-by: Chaosvolt <[email protected]>
  • Loading branch information
yay855 and chaosvolt authored May 7, 2023
1 parent 70168f5 commit c9486fd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions data/json/items/ammo.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@
"dispersion": 14,
"loudness": 0,
"count": 50,
"dont_recover_one_in": 1000,
"effects": [ "NEVER_MISFIRES", "NON-FOULING" ]
},
{
Expand Down Expand Up @@ -1076,7 +1077,8 @@
"dispersion": 10,
"loudness": 0,
"to_hit": -1,
"effects": [ "NEVER_MISFIRES", "NON-FOULING", "RECOVER_100" ]
"dont_recover_one_in": 1000,
"effects": [ "NEVER_MISFIRES", "NON-FOULING" ]
},
{
"type": "AMMO",
Expand All @@ -1095,6 +1097,7 @@
"dispersion": 10,
"loudness": 0,
"count": 30,
"effects": [ "NEVER_MISFIRES", "NON-FOULING", "RECOVER_100" ]
"dont_recover_one_in": 1000,
"effects": [ "NEVER_MISFIRES", "NON-FOULING" ]
}
]

0 comments on commit c9486fd

Please sign in to comment.