blob: fbf899ac62cc8e91931b46cffb5933a271b98e1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="utf-8"?>
<items>
<item id="1"
image="use-food-candy.png"
name="Candy"
description="A sugar-free candy."
type="usable"
hp="5"
weight="1"
max-per-slot="30"
/>
</items>
|