Morph Gore (#10186)

This commit is contained in:
Geeves
2020-10-12 19:26:38 +02:00
committed by GitHub
parent d8f9f8ad53
commit 4aa4f9a60a
29 changed files with 486 additions and 280 deletions
@@ -0,0 +1,14 @@
/spell/aoe_turf/conjure/nest
name = "Create Nest"
desc = "This spell creates a nest beneath you."
charge_max = 600
spell_flags = Z2NOCAST
override_base = "const"
invocation = "none"
invocation_type = SpI_NONE
range = 0
summon_type = list(/obj/structure/bed/nest)
cast_sound = 'sound/effects/attackblob.ogg'
hud_state = "nest"
@@ -0,0 +1,14 @@
/spell/aoe_turf/conjure/node
name = "Create Node"
desc = "This spell creates a node beneath you."
charge_max = 1800
spell_flags = Z2NOCAST
override_base = "const"
invocation = "none"
invocation_type = SpI_NONE
range = 0
summon_type = list(/obj/structure/gore/tendrils/node)
cast_sound = 'sound/effects/attackblob.ogg'
hud_state = "tendril_node"