Cleric Spells: Difference between revisions
Jump to navigation
Jump to search
(Created page with "ALL CLERIC BOT SPELLS: float fly shock fire aqua scry armor bless acidward nimbus resilience sanc refresh GROUP CASTS c minor; c convic; c benedic...") |
No edit summary |
||
| Line 1: | Line 1: | ||
ALL CLERIC BOT SPELLS: | ALL CLERIC BOT SPELLS: | ||
<pre> | |||
float | float | ||
fly | fly | ||
| Line 14: | Line 14: | ||
sanc | sanc | ||
refresh | refresh | ||
</pre> | |||
GROUP CASTS | GROUP CASTS | ||
<pre> | |||
c minor; | c minor; | ||
c convic; | c convic; | ||
| Line 24: | Line 23: | ||
c holy; | c holy; | ||
c indig | c indig | ||
</pre> | |||
UTILITY: | UTILITY: | ||
<pre> | |||
heal | heal | ||
divinity | divinity | ||
| Line 36: | Line 35: | ||
remove hex | remove hex | ||
cure poison | cure poison | ||
</pre> | |||
SPELLDOWNS? | SPELLDOWNS? | ||
<pre> | |||
c leth %1; | c leth %1; | ||
c burden %1; | c burden %1; | ||
| Line 46: | Line 46: | ||
c curse %1; | c curse %1; | ||
c blind %1 | c blind %1 | ||
</pre> | |||
SELF BUFFS? | SELF BUFFS? | ||
<pre> | |||
#ALIAS {buffself} | #ALIAS {buffself} | ||
{ | { | ||
| Line 70: | Line 70: | ||
c sanc | c sanc | ||
} | } | ||
</pre> | |||
Revision as of 19:02, 16 June 2021
ALL CLERIC BOT SPELLS:
float fly shock fire aqua scry armor bless acidward nimbus resilience sanc refresh
GROUP CASTS
c minor;
c convic;
c benediction;
c holy;
c indig
UTILITY:
heal divinity uplift transport midas cure blindness remove curse remove hex cure poison
SPELLDOWNS?
c leth %1;
c burden %1;
c unravel %1;
c ill %1;
c funnel %1;
c curse %1;
c blind %1
SELF BUFFS?
#ALIAS {buffself}
{
c aqua;
c scry;
c armor;
c bless;
c acidward;
c nimbus;
c protection;
c alert;
c antimagic;
c grounding;
c 'divine power';
c convic;
c bened;
c indig;
c true;
c sanc
}