mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
Security weaponry and balance tweaks. (#15297)
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
|
||||
/obj/item/projectile/beam/midlaser
|
||||
damage = 30
|
||||
armor_penetration = 15
|
||||
armor_penetration = 25
|
||||
|
||||
/obj/item/projectile/beam/midlaser/skrell
|
||||
armor_penetration = 0
|
||||
@@ -56,11 +56,11 @@
|
||||
|
||||
/obj/item/projectile/beam/noctiluca
|
||||
damage = 20
|
||||
armor_penetration = 28
|
||||
armor_penetration = 40
|
||||
|
||||
/obj/item/projectile/beam/noctiluca/armor_piercing
|
||||
name = "concentrated laser"
|
||||
damage = 15
|
||||
damage = 20
|
||||
armor_penetration = 50
|
||||
|
||||
muzzle_type = /obj/effect/projectile/muzzle/laser/scc
|
||||
@@ -88,7 +88,7 @@
|
||||
name = "xray beam"
|
||||
icon_state = "xray"
|
||||
damage = 15
|
||||
armor_penetration = 35
|
||||
armor_penetration = 50
|
||||
|
||||
muzzle_type = /obj/effect/projectile/muzzle/xray
|
||||
tracer_type = /obj/effect/projectile/tracer/xray
|
||||
|
||||
@@ -151,6 +151,7 @@
|
||||
/obj/item/projectile/bullet/shotgun
|
||||
name = "slug"
|
||||
damage = 55
|
||||
armor_penetration = 5
|
||||
|
||||
/obj/item/projectile/bullet/shotgun/beanbag //because beanbags are not bullets
|
||||
name = "beanbag"
|
||||
@@ -213,7 +214,7 @@
|
||||
|
||||
/obj/item/projectile/bullet/rifle/a556
|
||||
damage = 30
|
||||
armor_penetration = 26
|
||||
armor_penetration = 28
|
||||
penetrating = FALSE
|
||||
|
||||
/obj/item/projectile/bullet/rifle/a556/ap
|
||||
@@ -222,8 +223,8 @@
|
||||
penetrating = TRUE
|
||||
|
||||
/obj/item/projectile/bullet/rifle/a556/polymer
|
||||
damage = 24
|
||||
armor_penetration = 32
|
||||
damage = 25
|
||||
armor_penetration = 34
|
||||
penetrating = FALSE
|
||||
|
||||
/obj/item/projectile/bullet/rifle/a145
|
||||
@@ -431,7 +432,8 @@
|
||||
name = "anti-tank warhead"
|
||||
icon_state = "missile"
|
||||
damage = 30
|
||||
anti_materiel_potential = 3
|
||||
armor_penetration = 30
|
||||
anti_materiel_potential = 4
|
||||
embed = FALSE
|
||||
penetrating = FALSE
|
||||
armor_penetration = 10
|
||||
@@ -444,6 +446,8 @@
|
||||
/obj/item/projectile/bullet/recoilless_rifle/peac
|
||||
name = "anti-tank missile"
|
||||
icon_state = "peac"
|
||||
damage = 45
|
||||
damage = 25
|
||||
armor_penetration = 35
|
||||
anti_materiel_potential = 6
|
||||
penetrating = TRUE
|
||||
heavy_impact_range = -1
|
||||
Reference in New Issue
Block a user