Skip to content

Commit

Permalink
.45-70 boxes hold 18 instead of 12 (#3333)
Browse files Browse the repository at this point in the history
## About The Pull Request

Doubles the amount of rounds in .45-70

## Why It's Good For The Game

Beacon takes the cake for The Worst Ammo Efficiency In The Game By Far
(500 credits for 12 bullets, you are Shooting 40 Credits Each Shot, the
equivalent of shooting half a Plasteel Sheet each shot)

## Changelog

:cl:
balance: .45-70 boxes increased from 12 to 18
/:cl:
  • Loading branch information
generalthrax authored Sep 6, 2024
1 parent 780db0d commit dca27d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/modules/projectiles/boxes_magazines/ammo_boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -55,24 +55,24 @@
desc = "A box of top grade .45-70 ammo. These rounds do significant damage with average performance against armor."
icon_state = "4570"
ammo_type = /obj/item/ammo_casing/a4570
max_ammo = 12
max_ammo = 18

/obj/item/ammo_box/a4570/match
name = "ammo box (.45-70 match)"
desc = "A 12-round ammo box for .45-70 revolvers. These match rounds travel faster, perform better against armor, and can ricochet off targets."
desc = "A 18-round ammo box for .45-70 revolvers. These match rounds travel faster, perform better against armor, and can ricochet off targets."
icon_state = "4570-match"
ammo_type = /obj/item/ammo_casing/a4570/match


/obj/item/ammo_box/a4570/hp
name = "ammo box (.45-70 hollow point)"
desc = "A 12-round ammo box for .45-70 revolvers. These hollow point rounds do legendary damage against soft targets, but are nearly ineffective against armored ones."
desc = "A 18-round ammo box for .45-70 revolvers. These hollow point rounds do legendary damage against soft targets, but are nearly ineffective against armored ones."
icon_state = "4570-hp"
ammo_type = /obj/item/ammo_casing/a4570/hp

/obj/item/ammo_box/a4570/explosive
name = "ammo box (.45-70 explosive)"
desc = "A 12-round ammo box for .45-70 revolvers. These explosive rounds contain a small explosive charge that detonates on impact, creating large wounds and potentially removing limbs."
desc = "A 18-round ammo box for .45-70 revolvers. These explosive rounds contain a small explosive charge that detonates on impact, creating large wounds and potentially removing limbs."
icon_state = "4570-explosive"
ammo_type = /obj/item/ammo_casing/a4570/explosive

Expand Down

0 comments on commit dca27d4

Please sign in to comment.