{include file='header.tpl'}
{#Quick_Facts#}
  • {#Level#}: {if $npc.minlevel<>$npc.maxlevel}{$npc.minlevel} - {/if}{$npc.maxlevel}
  • {#Classification#}: {$npc.rank}
  • {#React#}: A H
  • {#Faction#}: {$npc.faction}
  • {#Health#}: {if $npc.minhealth<>$npc.maxhealth}{$npc.minhealth} - {/if}{$npc.maxhealth}
  • {if ($npc.minmana or $npc.maxmana)}
  • {#Mana#}: {if $npc.minmana<>$npc.maxmana}{$npc.minmana} - {/if}{$npc.maxmana}
  • {/if} {if ($npc.moneysilver>0) or ($npc.moneygold>0) or ($npc.moneycopper>0)}
  • {#Wealth#}:{if ($npc.moneygold>0)} {$npc.moneygold}{/if} {if ($npc.moneysilver>0)} {$npc.moneysilver}{/if} {if ($npc.moneycopper>0)} {$npc.moneycopper}{/if}
  • {/if} {if $npc.mindmg > 0 and $npc.maxdmg > 0}
  • {#Damage#}: {$npc.mindmg} - {$npc.maxdmg}
  • {/if} {if $npc.armor > 0}
  • {#Armor#}: {$npc.armor}
  • {/if}
Wowhead
Wowhead

{$npc.name}{if $npc.subname} <{$npc.subname}>{/if}

{if $zonedata} {#This_NPC_can_be_found_in#} {strip} {foreach from=$zonedata item=zone_c name=zone_f} {$zone_c.name}{if $zone_c.count>1} ({$zone_c.count}){/if}{if $smarty.foreach.zone_f.last}.{else}, {/if} {/foreach} {/strip}
{else} {#This_NPC_cant_be_found#} {/if} {$npc.article}

{#Related#}

{include file='bricks/contribute.tpl'}
{include file='footer.tpl'}