Files
Thetya/custom-configs/catalog.xml
2025-08-14 12:20:46 +02:00

128 lines
4.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2014-2021 Thetya Team
~ Copyright (c) 2005-2011 Three Rings
~
~ https://github.com/Thetya
-->
<java class="com.threerings.export.XMLImporter" version="1.0">
<object class="[Lcom.threerings.projectx.shop.config.CatalogConfig;">
<entry>
<name>Catalog Test</name>
<implementation class="com.threerings.projectx.shop.config.CatalogConfig$Original">
<includes>
<entry>
</entry>
</includes>
<goods>
<entry class="com.threerings.projectx.shop.config.GoodConfig$Item">
<price>10</price>
<energy>5</energy>
<goodLimit>1</goodLimit>
<item>
<name>Artifact/Preview Event Medal</name>
</item>
</entry>
</goods>
</implementation>
</entry>
<entry>
<name>Rescue Camp/General Goods</name>
<implementation class="com.threerings.projectx.shop.config.CatalogConfig$Original">
<goods>
<entry class="com.threerings.projectx.shop.config.GoodConfig$Item">
<price>150</price>
<goodLimit>10</goodLimit>
<item>
<name>Weapon/Sword/Beast Basher</name>
</item>
</entry>
<entry class="com.threerings.projectx.shop.config.GoodConfig$Item">
<price>150</price>
<goodLimit>10</goodLimit>
<item>
<name>Weapon/Sword/Hatchet</name>
</item>
</entry>
<entry class="com.threerings.projectx.shop.config.GoodConfig$Item">
<price>150</price>
<goodLimit>10</goodLimit>
<item>
<name>Weapon/Sword/Proto Sword</name>
</item>
</entry>
<entry class="com.threerings.projectx.shop.config.GoodConfig$Item">
<price>150</price>
<goodLimit>10</goodLimit>
<item>
<name>Weapon/Sword/Slime Slasher</name>
</item>
</entry>
<entry class="com.threerings.projectx.shop.config.GoodConfig$Item">
<price>150</price>
<goodLimit>10</goodLimit>
<item>
<name>Weapon/Handgun/Proto Gun</name>
</item>
</entry>
<entry class="com.threerings.projectx.shop.config.GoodConfig$Item">
<price>150</price>
<goodLimit>10</goodLimit>
<item>
<name>Weapon/Handgun/Punch Gun</name>
</item>
</entry>
<entry class="com.threerings.projectx.shop.config.GoodConfig$Item">
<price>150</price>
<goodLimit>10</goodLimit>
<item>
<name>Weapon/Handgun/Stun Gun</name>
</item>
</entry>
<entry class="com.threerings.projectx.shop.config.GoodConfig$Item">
<price>150</price>
<goodLimit>10</goodLimit>
<item>
<name>Weapon/Bomb/Proto Bomb</name>
</item>
</entry>
<entry class="com.threerings.projectx.shop.config.GoodConfig$Item">
<price>150</price>
<goodLimit>10</goodLimit>
<item>
<name>Gear/Helm/Cyclops Cap</name>
</item>
</entry>
<entry class="com.threerings.projectx.shop.config.GoodConfig$Item">
<price>150</price>
<goodLimit>10</goodLimit>
<item>
<name>Gear/Helm/Mining Hat</name>
</item>
</entry>
<entry class="com.threerings.projectx.shop.config.GoodConfig$Item">
<price>150</price>
<goodLimit>10</goodLimit>
<item>
<name>Gear/Armor/Fencing Jacket</name>
</item>
</entry>
<entry class="com.threerings.projectx.shop.config.GoodConfig$Item">
<price>150</price>
<goodLimit>10</goodLimit>
<item>
<name>Gear/Armor/Vitasuit</name>
</item>
</entry>
<entry class="com.threerings.projectx.shop.config.GoodConfig$Item">
<price>150</price>
<item>
<name>Gear/Shield/Iron Buckler</name>
</item>
</entry>
</goods>
</implementation>
</entry>
</object>
</java>