mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Powerful Mechs (#12193)
This commit is contained in:
@@ -50,6 +50,9 @@
|
||||
damage = 35
|
||||
armor_penetration = 10
|
||||
|
||||
/obj/item/projectile/beam/midlaser/mech
|
||||
armor_penetration = 35
|
||||
|
||||
/obj/item/projectile/beam/heavylaser
|
||||
name = "heavy laser"
|
||||
icon_state = "heavylaser"
|
||||
@@ -70,6 +73,10 @@
|
||||
tracer_type = /obj/effect/projectile/tracer/xray
|
||||
impact_type = /obj/effect/projectile/impact/xray
|
||||
|
||||
/obj/item/projectile/beam/xray/mech
|
||||
damage = 40
|
||||
armor_penetration = 75
|
||||
|
||||
/obj/item/projectile/beam/pulse
|
||||
name = "pulse"
|
||||
icon_state = "u_laser"
|
||||
@@ -80,6 +87,10 @@
|
||||
tracer_type = /obj/effect/projectile/tracer/pulse
|
||||
impact_type = /obj/effect/projectile/impact/pulse
|
||||
|
||||
/obj/item/projectile/beam/pulse/mech
|
||||
damage = 45
|
||||
armor_penetration = 40
|
||||
|
||||
/obj/item/projectile/beam/pulse/on_hit(var/atom/target, var/blocked = 0)
|
||||
if(isturf(target))
|
||||
target.ex_act(2)
|
||||
|
||||
@@ -127,6 +127,9 @@
|
||||
/obj/item/projectile/bullet/pistol/medium
|
||||
damage = 30
|
||||
|
||||
/obj/item/projectile/bullet/pistol/medium/mech
|
||||
armor_penetration = 35
|
||||
|
||||
/obj/item/projectile/bullet/pistol/strong
|
||||
damage = 45
|
||||
armor_penetration = 20
|
||||
|
||||
Reference in New Issue
Block a user