mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-19 13:20:47 +01:00
f8333a8d93
* move those to static paths * maps * . * . * ugh * .
18 lines
402 B
Plaintext
18 lines
402 B
Plaintext
/datum/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"
|