Port old point defense stuff I rage-closed

Tech-debt repo-man called
https://github.com/CHOMPStation2/CHOMPStation2/pull/1790
This commit is contained in:
Razgriz
2022-10-02 21:39:21 -07:00
parent 8769c3c131
commit 2b204b9194
11 changed files with 123 additions and 121 deletions

View File

@@ -331,6 +331,26 @@
damage = 5
agony = 10
//
// Projectile Beam Definitions
//
/obj/item/projectile/beam/pointdefense
name = "point defense salvo"
icon_state = "laser"
damage = 15
damage_type = ELECTROCUTE //You should be safe inside a voidsuit
sharp = FALSE //"Wide" spectrum beam
light_color = COLOR_GOLD
excavation_amount = 200 // Good at shooting rocks
muzzle_type = /obj/effect/projectile/muzzle/pointdefense
tracer_type = /obj/effect/projectile/tracer/pointdefense
impact_type = /obj/effect/projectile/impact/pointdefense
/obj/item/projectile/beam/precursor //CHOMPedit added Precursor beam
name = "precursor beam"
icon_state = "alien beam"