diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-07-27 17:30:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-07-27 17:30:39 -0300 |
commit | 060f4d69d10ca451c56d47c06805dfc2007547f6 (patch) | |
tree | 8ee3c7a5e63d2e650c70c1aaa39f25f086802f42 | |
parent | 568e2966887caa2181e98013d7134646978b64e0 (diff) | |
download | clientdata-060f4d69d10ca451c56d47c06805dfc2007547f6.tar.gz clientdata-060f4d69d10ca451c56d47c06805dfc2007547f6.tar.bz2 clientdata-060f4d69d10ca451c56d47c06805dfc2007547f6.tar.xz clientdata-060f4d69d10ca451c56d47c06805dfc2007547f6.zip |
Add whole cakes. They're small though (10g each).
-rw-r--r-- | items.xml | 126 |
1 files changed, 126 insertions, 0 deletions
@@ -10106,6 +10106,132 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <item from="-109" to="-155"/> </replace> </item> + <item id="8061" + image="usable/food/bigcake.png|R:#ade5a2,cff7bf;G:#cceccc,afffaf" + name="Lemon Cake" + description="A small lemon cake. There's no sugar, so it's sour." + effect="Heal homunculus (smallest). Does not satiate hunger." + useButton="Eat" + type="usable" + weight="10"> + <inventory> + <menu + name1="Give to Homun" + command1="useinv 'INVINDEX'" + name2="Give to Homun" + /> + <menu + name1="Eat yourself" + command1="useinv 'INVINDEX' 1" + name2="Eat yourself" + /> + </inventory> + </item> + <item id="8062" + image="usable/food/bigcake.png|R:#fed079,ffffff;G:#fed079,ffffff,ffffff;W:#856200,e68e00,ffa600" + name="Orange Cake" + description="A small orange cake. Makes you thristy after eating." + effect="Heal homunculus (small). Does not satiate hunger." + useButton="Eat" + type="usable" + weight="10"> + <inventory> + <menu + name1="Give to Homun" + command1="useinv 'INVINDEX'" + name2="Give to Homun" + /> + <menu + name1="Eat yourself" + command1="useinv 'INVINDEX' 1" + name2="Eat yourself" + /> + </inventory> + </item> + <item id="8063" + image="usable/food/bigcake.png|R:#9e6e3b,e39d52;G:#e29f57;W:#ffd5a8" + name="Chocolate Cake" + description="A small chocolate cake. Not so tasty as it looks." + effect="Heal homunculus (medium). Does not satiate hunger." + useButton="Eat" + type="usable" + weight="10"> + <inventory> + <menu + name1="Give to Homun" + command1="useinv 'INVINDEX'" + name2="Give to Homun" + /> + <menu + name1="Eat yourself" + command1="useinv 'INVINDEX' 1" + name2="Eat yourself" + /> + </inventory> + </item> + <item id="8064" + image="usable/food/bigcake.png|R:#ede5b2,fff7bf;G:#cccccc,ffffff" + name="White Cake" + description="A small white cake. You wonder where the strawberries went." + effect="Heal homunculus (high). Does not satiate hunger." + useButton="Eat" + type="usable" + weight="10"> + <inventory> + <menu + name1="Give to Homun" + command1="useinv 'INVINDEX'" + name2="Give to Homun" + /> + <menu + name1="Eat yourself" + command1="useinv 'INVINDEX' 1" + name2="Eat yourself" + /> + </inventory> + </item> + <item id="8065" + image="usable/food/bigcake.png|R:#ccc599,fff8ED;G:#ffbaba,fffefe;W:#d91a1a,ff8f8f" + name="Apple Cake" + description="A small apple cake. So delicious you'll want more." + effect="Heal homunculus (highest). Does not satiate hunger." + useButton="Eat" + type="usable" + weight="10"> + <inventory> + <menu + name1="Give to Homun" + command1="useinv 'INVINDEX'" + name2="Give to Homun" + /> + <menu + name1="Eat yourself" + command1="useinv 'INVINDEX' 1" + name2="Eat yourself" + /> + </inventory> + </item> + <item id="8066" + image="usable/food/bigcake.png|R:#ccc5f9,efe8fD;G:#babaff,fefeff;W:#ia1ad9,8f8fff" + name="Blueberry Cake" + description="A small cake only produced during spring." + effect="Recover homunculus mana. Does not satiate hunger." + useButton="Eat" + type="usable" + weight="10"> + <inventory> + <menu + name1="Give to Homun" + command1="useinv 'INVINDEX'" + name2="Give to Homun" + /> + <menu + name1="Eat yourself" + command1="useinv 'INVINDEX' 1" + name2="Eat yourself" + /> + </inventory> + </item> <!-- For quests.xml --> <item id="9999" |