miki151 / keeperrl

Source code of KeeperRL
GNU General Public License v2.0
890 stars 112 forks source link

Add the ability to give spells an infinite cooldown (ie. Make them single use spells). #1539

Open SoftMonster opened 4 years ago

SoftMonster commented 4 years ago

eg. In spells.txt

"spider pet"

Summon a permanent pet spider.

{ symbol = "::" SummonEnemy "SHELOB" {1} none cooldown = none }

SoftMonster commented 4 months ago

Single use spells can remove the ability to cast themselves at the end of the spell. Also can use scrolls, potions and mushrooms and flags to prevent reuse these days.

Infinite cool-down was a bad idea. Probably can close.