mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Add 22 long rifle bullet
Nothing currently shoots this, but I will make it the bullet of choice for the hivebot.
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
var/diam = 9 //mm
|
var/diam = 9 //mm
|
||||||
var/energy_add = 0
|
var/energy_add = 0
|
||||||
var/velocity = 500 //Meters per second
|
var/velocity = 500 //Meters per second
|
||||||
var/hollow_point = FALSE
|
var/hollow_point = FALSE //Determines if the round leaves additional shrapnel in the wound
|
||||||
var/grains = 115 //I hope the unit is obvious
|
var/grains = 115 //I hope the unit is obvious
|
||||||
var/energy //Joules
|
var/energy //Joules
|
||||||
var/old_bullet_act = FALSE
|
var/old_bullet_act = FALSE
|
||||||
@@ -155,6 +155,24 @@
|
|||||||
armor_penetration = -50
|
armor_penetration = -50
|
||||||
hollow_point = TRUE
|
hollow_point = TRUE
|
||||||
|
|
||||||
|
/obj/item/projectile/bullet/22lr
|
||||||
|
fire_sound = 'sound/weapons/gunshot_pathetic.ogg'
|
||||||
|
grains = 40
|
||||||
|
diam = 5.7
|
||||||
|
velocity = 370
|
||||||
|
|
||||||
|
/obj/item/projectile/bullet/22lr/ap
|
||||||
|
grains = 31
|
||||||
|
diam = 5.7
|
||||||
|
velocity = 530
|
||||||
|
armor_penetration = 15
|
||||||
|
|
||||||
|
/obj/item/projectile/bullet/22lr/hp
|
||||||
|
grains = 38
|
||||||
|
diam = 5.7
|
||||||
|
velocity = 380
|
||||||
|
hollow_point = TRUE
|
||||||
|
|
||||||
//Shotgun projectiles
|
//Shotgun projectiles
|
||||||
|
|
||||||
/obj/item/projectile/bullet/shotgun //Slug
|
/obj/item/projectile/bullet/shotgun //Slug
|
||||||
|
|||||||
Reference in New Issue
Block a user