<#Weapons#>

Weapons that are used within the game. Configuring weapons is optional, but doing so allows certain weapon awards to be generated and allowed for greater detail to be displayed in the stats.

      | 
{if $msg}
{$msg|escape}
{/if} {foreach from=$weaponlist item='w'} {foreachelse} {/foreach}
<#Unique ID#> <#Name#> <#Class#> <#Weight#>  
{$w.uniqueid|escape} {$w.name|escape} {$w.class|default:'-'|escape} {$w.skillweight|default:'0.00'|escape}
<#No weapons found#>
{include file='block_form_footer.html'}