mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
The Tau Ceti Foreign Legion (#5779)
This pr adds the Tau Ceti Foreign Legion, at the request of the lore team, to replace/be an alternative to the ert.
This commit is contained in:
@@ -316,4 +316,9 @@
|
||||
penetrating = 0
|
||||
damage = 10
|
||||
|
||||
|
||||
/obj/item/projectile/bullet/gauss
|
||||
name = "slug"
|
||||
icon_state = "heavygauss"
|
||||
damage = 30
|
||||
muzzle_type = /obj/effect/projectile/muzzle/gauss
|
||||
embed = 0
|
||||
@@ -210,23 +210,17 @@
|
||||
|
||||
/obj/item/projectile/energy/blaster
|
||||
name = "blaster bolt"
|
||||
icon_state = "laser"
|
||||
icon_state = "heavybolt"
|
||||
damage = 30
|
||||
check_armour = "laser"
|
||||
damage = 15
|
||||
damage_type = BURN
|
||||
pass_flags = PASSTABLE | PASSGLASS | PASSGRILLE
|
||||
embed = 0
|
||||
incinerate = 2
|
||||
muzzle_type = /obj/effect/projectile/muzzle/bolt
|
||||
|
||||
/*/obj/item/projectile/energy/flamer
|
||||
name = "promethium"
|
||||
icon_state = "fire"
|
||||
check_armour = "energy"
|
||||
kill_count = 25
|
||||
damage = 10
|
||||
damage_type = BURN
|
||||
pass_flags = PASSTABLE
|
||||
step_delay = 2
|
||||
kill_count = 75
|
||||
embed = 0
|
||||
incinerate = 10*/
|
||||
/obj/item/projectile/energy/blaster/heavy
|
||||
damage = 35
|
||||
|
||||
/obj/item/projectile/energy/blaster/incendiary
|
||||
icon_state = "laser"
|
||||
damage = 15
|
||||
incinerate = 2
|
||||
@@ -61,6 +61,10 @@
|
||||
name = "heavy ion pulse"
|
||||
pulse_range = 5
|
||||
|
||||
/obj/item/projectile/ion/gauss
|
||||
name = "ion slug"
|
||||
icon_state = "heavygauss"
|
||||
|
||||
/obj/item/projectile/bullet/gyro
|
||||
name ="explosive bolt"
|
||||
icon_state= "bolter"
|
||||
|
||||
Reference in New Issue
Block a user