Spells: Difference between revisions

From Arx Libertatis Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 41: Line 41:
<td class="small middle">{{#ifeq:{{#show: @spell | ?is cancelable}}|true|{{Y}}}}</td>
<td class="small middle">{{#ifeq:{{#show: @spell | ?is cancelable}}|true|{{Y}}}}</td>
<td class="small right code">{{Time|{{#show: @spell | ?casting time}}|{{#show: @spell | ?casting time x}}}}</td>
<td class="small right code">{{Time|{{#show: @spell | ?casting time}}|{{#show: @spell | ?casting time x}}}}</td>
<td class="small middle code">{{Distance|{{#show: @spell | ?radius}}|{{#show: @spell | ?radius x}}}}</td>
<td class="small middle code">{{Distance|{{#show: @spell | ?spell radius}}|{{#show: @spell | ?spell radius x}}}}</td>
<td class="small middle code">{{If|{{{damages|}}}|{{Damages|{{#show: @spell | ?damages}}|{{#show: @spell | ?damagetype}}}}}}</td>
<td class="small middle code">{{If|{{{damages|}}}|{{Damages|{{#show: @spell | ?damages}}|{{#show: @spell | ?damagetypes}}}}}}</td>
<td class="small middle">{{#ifeq:{{#show: @spell | ?has audible start}}|true|{{Y}}}}</td>
<td class="small middle">{{#ifeq:{{#show: @spell | ?has audible start}}|true|{{Y}}}}</td>
</tr>
</tr>

Revision as of 06:11, 15 November 2012

The big Arx Fatalis / Arx Libertatis spell table:

Secret spells are marked with a red background.

Fields:

  • L: The caster level required for the spell - this is not the player level
  • Runes: The rune sequence used to cast the spell
  • Mana cost: The initial mana cost required to cast the spell
  • Mana drain: The amount of mana used to keep the spell active for each second
  • Target: Does this spell affect the caster, an enemy, an area around the point the spell was cast at, an aura around the caster or does it launch a missile
  • C: Can this spell be canceled after it has been cast
  • Time: Maximum duration for the spell
  • Radius: Area affected by the spell
  • Damages: Damages dealt by the spell (usually per second) - TODO this column is far from complete
  • A: Does casting this spell alert NPCs
#arrayprint:spells
Spell L Runes Mana cost Mana drain Target C Time Radius Damages A

NPC cast spells using the Template:Command script command.