Skip to content

Commit

Permalink
Fix coilgun noise
Browse files Browse the repository at this point in the history
  • Loading branch information
eltank committed Sep 6, 2021
1 parent 0138041 commit 8d1332c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/json/items/ammo/nail.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"material": [ "steel" ],
"symbol": "=",
"color": "dark_gray",
"loudness": 0,
"range": 6,
"damage": { "damage_type": "bullet", "amount": 6, "armor_penetration": 3 },
"dispersion": 90,
Expand All @@ -29,6 +30,7 @@
"count": 100,
"stack_size": 100,
"ammo_type": "nail",
"loudness": 0,
"range": 3,
"damage": { "damage_type": "bullet", "amount": 3, "armor_penetration": 1 },
"dispersion": 180,
Expand Down
1 change: 1 addition & 0 deletions data/json/items/gun/nail.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"ranged_damage": { "damage_type": "bullet", "amount": 1 },
"dispersion": 180,
"durability": 5,
"loudness": 12,
"ups_charges": 2,
"valid_mod_locations": [
[ "accessories", 4 ],
Expand Down

0 comments on commit 8d1332c

Please sign in to comment.