You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
500 B
XML
19 lines
500 B
XML
<GameData>
|
|
<Entity x="3.4" y="3.9">
|
|
<Inventory>
|
|
<Item name="sword" condition="90"/>
|
|
<Item name="amulet" condition="30"/>
|
|
<Bag name="Big Bag">
|
|
<Item name="wand" condition="100"/>
|
|
</Bag>
|
|
</Inventory>
|
|
<Stats hp="100" mp="100" age="30" exp="10000"/>
|
|
</Entity>
|
|
<Entity x="4.5" y="3.7">
|
|
<Inventory>
|
|
<Item name="sword" condition="30"/>
|
|
<Item name="shield" condition="40"/>
|
|
</Inventory>
|
|
<Stats hp="60" mp="60" age="20" exp="100"/>
|
|
</Entity>
|
|
</GameData> |