This commit is contained in:
izac112
2020-08-10 21:50:42 +02:00
212 changed files with 6916 additions and 3606 deletions

View File

@@ -27,6 +27,10 @@
/obj/item/projectile/bullet/pellet/shotgun/flak = 3
)
/*
* Energy
*/
/obj/item/projectile/scatter/laser
damage = 40
@@ -61,6 +65,12 @@
/obj/item/projectile/bullet/shotgun/ion = 3
)
/*
* Flame
*/
/obj/item/projectile/scatter/flamethrower
damage = 5
submunition_spread_max = 100
@@ -70,3 +80,19 @@
submunitions = list(
/obj/item/projectile/bullet/incendiary/flamethrower/tiny = 7
)
/*
* Ballistic
*/
/obj/item/projectile/scatter/flechette
damage = 60
submunition_spread_max = 40
submunition_spread_min = 10
submunitions = list(
/obj/item/projectile/bullet/magnetic/flechette/small = 4
)