Explorer Expansion: New Horizons

This commit is contained in:
Mechoid
2020-05-01 11:19:21 -07:00
committed by VirgoBot
parent eb56f5b1ca
commit 7066d04df5
94 changed files with 2226 additions and 575 deletions

View File

@@ -216,6 +216,16 @@
armor_penetration = 80
hitscan = 1 //so the PTR isn't useless as a sniper weapon
icon_state = "bullet_alt"
tracer_type = /obj/effect/projectile/tracer/cannon
/obj/item/projectile/bullet/rifle/a145/highvel
damage = 50
stun = 1
weaken = 0
penetrating = 15
armor_penetration = 90
/* Miscellaneous */
/obj/item/projectile/bullet/suffocationbullet//How does this even work?

View File

@@ -101,6 +101,19 @@
combustion = FALSE
/obj/item/projectile/energy/excavate
name = "kinetic blast"
icon_state = "kinetic_blast"
fire_sound = 'sound/weapons/pulse3.ogg'
damage_type = BRUTE
damage = 30
armor_penetration = 60
excavation_amount = 200
check_armour = "melee"
vacuum_traversal = 0
combustion = FALSE
/obj/item/projectile/energy/dart
name = "dart"
icon_state = "toxin"

View File

@@ -277,9 +277,9 @@
light_power = 3
light_color = "#3300ff"
muzzle_type = /obj/effect/projectile/tungsten/muzzle
tracer_type = /obj/effect/projectile/tungsten/tracer
impact_type = /obj/effect/projectile/tungsten/impact
muzzle_type = /obj/effect/projectile/muzzle/tungsten
tracer_type = /obj/effect/projectile/tracer/tungsten
impact_type = /obj/effect/projectile/impact/tungsten
/obj/item/projectile/beam/tungsten/on_hit(var/atom/target, var/blocked = 0)
if(isliving(target))