diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-08 17:26:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-08 17:26:28 -0300 |
commit | 54309ef826dadeafbcf9fa3dff836d12b6cc28f9 (patch) | |
tree | 719ebfcb1bff9e96c3fe3b6c4b6febdbadfbfb25 /items.xml | |
parent | 8d5330b8aaef22a6243b2afb74528ceafddb6d20 (diff) | |
download | clientdata-54309ef826dadeafbcf9fa3dff836d12b6cc28f9.tar.gz clientdata-54309ef826dadeafbcf9fa3dff836d12b6cc28f9.tar.bz2 clientdata-54309ef826dadeafbcf9fa3dff836d12b6cc28f9.tar.xz clientdata-54309ef826dadeafbcf9fa3dff836d12b6cc28f9.zip |
Fix a few typos
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 49 |
1 files changed, 49 insertions, 0 deletions
@@ -383,6 +383,9 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <item from="-104" to="-151"/> <item from="-105" to="-151"/> <item from="-106" to="-151"/> + <item from="-107" to="-151"/> + <item from="-108" to="-151"/> + <item from="-109" to="-151"/> </replace> </item> <item id="518" @@ -8867,6 +8870,52 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. type="usable" useButton="Drink" weight="20"/> + <item id="8025" + image="usable/food/deliciouscookie.png" + name="Linarian Soul" + description="Something from FreedroidRPG escaped, and it is... who knows." + useButton="Eat" + defense="0" + effect="Unknown - Use with care!" + sellProtected="true" + type="equip-torso"> + <replace /> + <replace sprite="race"> + <item from="-100" to="-152"/> + <item from="-101" to="-152"/> + <item from="-102" to="-152"/> + <item from="-103" to="-152"/> + <item from="-104" to="-152"/> + <item from="-105" to="-152"/> + <item from="-106" to="-152"/> + <item from="-107" to="-152"/> + <item from="-108" to="-152"/> + <item from="-109" to="-152"/> + </replace> + </item> + <item id="8026" + image="usable/food/deliciouscookie.png" + name="Tux Soul" + description="Something from SuperTux escaped, a gift from Kernelius." + useButton="Eat" + defense="0" + effect="Unknown - Use with care!" + sellProtected="true" + type="equip-torso"> + <replace /> + <replace sprite="race"> + <item from="-100" to="-153"/> + <item from="-101" to="-153"/> + <item from="-102" to="-153"/> + <item from="-103" to="-153"/> + <item from="-104" to="-153"/> + <item from="-105" to="-153"/> + <item from="-106" to="-153"/> + <item from="-107" to="-153"/> + <item from="-108" to="-153"/> + <item from="-109" to="-153"/> + </replace> + </item> <!-- For quests.xml --> <item id="9999" |