New wizard spell: The Traps (#24571)

* New wizard spell: The Traps

🆑 coiax
add: Wizards now have a new spell "The Traps" in their spellbook.
Summon an array of temporary and permament hazards for your foes, but
don't fall into your own trap(s).
/🆑

Conjures some traps in an aoe, traps include Hand of God traps and
swarmer shocking traps. Hand of God traps require 60 seconds to recharge
between trapping.

I saw Cobby give this as a TC trade, and I thought it seems reasonable
as a silly wizard spell.

* Added The Traps to spellbook, modifed trap code more

* Adds action icon for The Traps

* Need to be adjacent to disarm

* Invocation is now Latin for "BEWARE THE TRAPS"
This commit is contained in:
coiax
2017-03-08 12:13:03 +13:00
committed by oranges
parent 7e577608ec
commit 311ea1c7f1
6 changed files with 86 additions and 29 deletions
@@ -0,0 +1,23 @@
/obj/effect/proc_holder/spell/aoe_turf/conjure/the_traps
name = "The Traps!"
desc = "Summon a number of traps to confuse and weaken your enemies, and possibly you."
charge_max = 250
cooldown_min = 100
clothes_req = 1
invocation = "CAVERE INSIDIAS"
invocation_type = "shout"
range = 3
summon_type = list(
/obj/structure/trap/stun,
/obj/structure/trap/fire,
/obj/structure/trap/chill,
/obj/structure/trap/damage,
/obj/structure/swarmer/trap
)
summon_lifespan = 0
summon_amt = 5
action_icon_state = "the_traps"