Adds hollowpoint rounds, for bears and such

This commit is contained in:
Anewbe
2017-04-03 15:05:57 -05:00
parent b38986b4b7
commit bfb3871ec3
2 changed files with 57 additions and 0 deletions

View File

@@ -137,6 +137,10 @@
damage = 20
armor_penetration = 15
/obj/item/projectile/bullet/pistol/medium/hollow
damage = 30
armor_penetration = -50
/obj/item/projectile/bullet/pistol/strong //revolvers and matebas
damage = 60
@@ -200,6 +204,11 @@
damage = 20
armor_penetration = 50 // At 40 or more armor, this will do more damage than standard rounds.
/obj/item/projectile/bullet/rifle/a762/hollow
damage = 35
armor_penetration = -50
penetrating = 0
/obj/item/projectile/bullet/rifle/a556
damage = 35
@@ -207,6 +216,11 @@
damage = 30
armor_penetration = 50 // At 30 or more armor, this will do more damage than standard rounds.
/obj/item/projectile/bullet/rifle/a556/hollow
damage = 40
armor_penetration = -50
penetrating = 0
/obj/item/projectile/bullet/rifle/a145
damage = 80
stun = 3