Files
CHOMPStation2/code/modules/spells/aoe_turf/smoke.dm
PsiOmega 990530d118 Ports /vg/'s spell system for the sake of cult porting.
Does offer a much more pleasant basis to work with in the future, if someone wishes to add more spell-like abilities.
2015-04-09 20:08:06 +02:00

18 lines
396 B
Plaintext

/spell/aoe_turf/smoke
name = "Smoke"
desc = "This spell spawns a cloud of choking smoke at your location and does not require wizard garb."
school = "conjuration"
charge_max = 120
spell_flags = 0
invocation = "none"
invocation_type = SpI_NONE
range = 1
inner_radius = -1
cooldown_min = 20 //25 deciseconds reduction per rank
smoke_spread = 2
smoke_amt = 5
hud_state = "wiz_smoke"