mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-20 19:56:41 +01:00
Merge pull request #6781 from Mechoid/RailgunTweakening
Tweak Station-Railguns
This commit is contained in:
@@ -150,7 +150,7 @@
|
||||
|
||||
w_class = ITEMSIZE_NORMAL
|
||||
|
||||
slowdown_held = 0
|
||||
slowdown_held = 0.1
|
||||
|
||||
initial_cell_type = /obj/item/weapon/cell/device/weapon
|
||||
initial_capacitor_type = /obj/item/weapon/stock_parts/capacitor
|
||||
@@ -159,7 +159,7 @@
|
||||
|
||||
firemodes = list(
|
||||
list(mode_name="lethal", power_cost = 500, projectile_type = /obj/item/projectile/bullet/magnetic/heated, burst=1, fire_delay=10, move_delay=null, one_handed_penalty=0),
|
||||
list(mode_name="stun", power_cost = 350, projectile_type = /obj/item/projectile/energy/electrode/stunshot, burst=1, fire_delay=7, move_delay=null, one_handed_penalty=0),
|
||||
list(mode_name="stun", power_cost = 350, projectile_type = /obj/item/projectile/energy/electrode/strong, burst=1, fire_delay=7, move_delay=null, one_handed_penalty=0),
|
||||
)
|
||||
|
||||
/obj/item/weapon/gun/magnetic/railgun/heater/pistol/hos
|
||||
@@ -171,7 +171,7 @@
|
||||
|
||||
firemodes = list(
|
||||
list(mode_name="lethal", power_cost = 400, projectile_type = /obj/item/projectile/bullet/magnetic/heated, burst=1, fire_delay=8, move_delay=null, one_handed_penalty=0),
|
||||
list(mode_name="stun", power_cost = 300, projectile_type = /obj/item/projectile/energy/electrode/stunshot, burst=1, fire_delay=5, move_delay=null, one_handed_penalty=0),
|
||||
list(mode_name="stun", power_cost = 300, projectile_type = /obj/item/projectile/energy/electrode/strong, burst=1, fire_delay=5, move_delay=null, one_handed_penalty=0),
|
||||
)
|
||||
|
||||
/obj/item/weapon/gun/magnetic/railgun/flechette/sif
|
||||
|
||||
@@ -36,13 +36,16 @@
|
||||
damage = 30
|
||||
damage_type = SEARING
|
||||
embed_chance = 0
|
||||
armor_penetration = 40
|
||||
penetrating = 1
|
||||
|
||||
/obj/item/projectile/bullet/magnetic/heated/weak
|
||||
icon_state = "gauss_silenced"
|
||||
damage = 15
|
||||
agony = 5
|
||||
embed_chance = 0
|
||||
armor_penetration = 50
|
||||
armor_penetration = 30
|
||||
penetrating = 0
|
||||
|
||||
/obj/item/projectile/bullet/magnetic/fuelrod
|
||||
name = "fuel rod"
|
||||
|
||||
Reference in New Issue
Block a user