Makes the 556 and 762 calibers more appropriate to their naming

This commit is contained in:
Anewbe
2017-05-01 20:25:43 -05:00
parent 3c9698c53d
commit 58b9c63ec2
10 changed files with 121 additions and 137 deletions

View File

@@ -198,26 +198,26 @@
penetrating = 1
/obj/item/projectile/bullet/rifle/a762
damage = 25
damage = 35
/obj/item/projectile/bullet/rifle/a762/ap
damage = 20
armor_penetration = 50 // At 40 or more armor, this will do more damage than standard rounds.
damage = 30
armor_penetration = 50 // At 30 or more armor, this will do more damage than standard rounds.
/obj/item/projectile/bullet/rifle/a762/hollow
damage = 35
damage = 4
armor_penetration = -50
penetrating = 0
/obj/item/projectile/bullet/rifle/a556
damage = 35
damage = 25
/obj/item/projectile/bullet/rifle/a556/ap
damage = 30
armor_penetration = 50 // At 30 or more armor, this will do more damage than standard rounds.
damage = 20
armor_penetration = 50 // At 40 or more armor, this will do more damage than standard rounds.
/obj/item/projectile/bullet/rifle/a556/hollow
damage = 40
damage = 35
armor_penetration = -50
penetrating = 0