{include "layout.html"} {block "content"}
Buying weapons will increase your Attack. Buying armor and shields will increase your Defense.
Click an item name to purchase it.
The following items are available in {town.Name}:
{if item.Type == 1}
![]() ![]() ![]() |
{if user.WeaponID == item.ID or user.ArmorID == item.ID or user.ShieldID == item.ID} {item.Name} {else} {if user.Gold >= item.Value} {item.Name} {else} {item.Name} {/if} {/if} |
{if item.HasStatBonuses()}
|
{if user.WeaponID == item.ID or user.ArmorID == item.ID or user.ShieldID == item.ID} Already owned {else} {if user.Gold >= item.Value} {item.Value}G {else} {item.Value}G (can't afford) {/if} {/if} |
If you've changed your mind, you may also return back to town.