heretic_rune
The heretic's rune, which they use to complete transmutation rituals.
Vars | |
is_in_use | Used mainly for summoning ritual to prevent spamming the rune to create millions of monsters. |
---|---|
Procs | |
do_ritual | Attempt to invoke a ritual from the past list of knowledges. |
try_rituals | Attempt to begin a ritual, giving them an input list to chose from. Also ensures is_in_use is enabled and disabled before and after. |
Var Details
is_in_use
Used mainly for summoning ritual to prevent spamming the rune to create millions of monsters.
Proc Details
do_ritual
Attempt to invoke a ritual from the past list of knowledges.
Arguments
- user - the heretic / the person who invoked the rune
- knowledge_list - a non-assoc list of heretic_knowledge datums.
returns TRUE if any rituals passed succeeded, FALSE if they all failed.
try_rituals
Attempt to begin a ritual, giving them an input list to chose from. Also ensures is_in_use is enabled and disabled before and after.