{$spell.name}
{if isset($spell.btt)}
Buff
{/if}
{* Информация о спеллах для тултипов *}
{if $spell.reagents}
{if $spell.tools}
{/if}
{#Reagents#}
{if $spell.tools}
{/if}
{/if}
{if $spell.tools}
{if $spell.reagents}
{/if}
{#Tools#}
{if $spell.reagents}
{/if}
{/if}
{#Spell_Details#}
|
|
{#Duration#} |
{$spell.duration} |
{#school#} |
{$spell.school} |
{#Mechanic#} |
{if isset($spell.mechanic)}{$spell.mechanic}{else}n/a{/if}
|
{#Dispel_type#} |
{if isset($spell.dispel)}{$spell.dispel}{else}n/a{/if} |
|
{#cost#} |
{if isset($spell.manacost)}{$spell.manacost} {#manas#}{else}{#None#}{/if} |
{#range#} |
{$spell.range} {#yards#} ({$spell.rangename}) |
{#Cast_time#} |
{$spell.casttime} |
{#Cooldown#} |
{if isset($spell.cooldown)}{$spell.cooldown} {#seconds#}{else}n/a{/if}
|
{#Category_Cooldown#} |
{if isset($spell.categoryCooldown)}{$spell.categoryCooldown} {#seconds#}{else}n/a{/if}
|
{section name=i loop=$spell.effect}
{#Effect#} #{$smarty.section.i.index+1} |
({$spell.effect[i].id})
{$spell.effect[i].name}
{if isset($spell.effect[i].object)}
{#Object#}: {$spell.effect[i].object.name}{/if}
{if isset($spell.effect[i].value)} {#Value#}: {$spell.effect[i].value}{/if}
{if isset($spell.effect[i].radius)}
{#Radius#}: {$spell.effect[i].radius} {#yards#}{/if}
{if isset($spell.effect[i].interval)}
{#Interval#}: {$spell.effect[i].interval} {#seconds#}{/if}
{if isset($spell.effect[i].spell)}
{/if}
{if isset($spell.effect[i].item)}
{/if}
|
{/section}
{* Для ослика *}
{#Related#}
{include file='bricks/contribute.tpl'}