Files
Aurora.3/code/game/gamemodes/technomancer/spells/projectile/ionic_bolt.dm
T
FluffyandGitHub 4538e2a7cc Fix indentations (#17481)
* cbt

* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

* fsadffsda sad

* sadfasd

* jhn

* dsfa

* saf

* safsad

* sda
2023-10-05 10:15:58 +00:00

22 lines
713 B
Plaintext

/datum/technomancer/spell/ionic_bolt
name = "Ionic Bolt"
desc = "Shoots a bolt of ion energy at the target. If it hits something, it will generally drain energy, corrupt electronics, \
or otherwise ruin complex machinery."
cost = 50
ability_icon_state = "swarm_warp"
obj_path = /obj/item/spell/projectile/ionic_bolt
category = OFFENSIVE_SPELLS
/obj/item/spell/projectile/ionic_bolt
name = "ionic bolt"
icon_state = "force_missile"
desc = "For those pesky security units."
cast_methods = CAST_RANGED
aspect = ASPECT_EMP
spell_projectile = /obj/item/projectile/ion
energy_cost_per_shot = 500
instability_per_shot = 6
cooldown = 10
pre_shot_delay = 0
fire_sound = 'sound/effects/supermatter.ogg'