{include "layout.html"} {block "content"}

{town.Name} Shop

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 at this town:

{for item in itemlist} {/for}
{if item.Type == 1} Weapon {/if} {item.Name}

If you've changed your mind, you may also return back to town.

{/block}