diff options
-rw-r--r-- | items.xml | 75 |
1 files changed, 70 insertions, 5 deletions
@@ -428,7 +428,20 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. effect="Heal 10%-18% HP" useButton="Drink" type="usable" - weight="15"/> + weight="15"> + <inventory> + <menu + name1="Drink" + command1="useinv 'INVINDEX'" + name2="Drink" + /> + <menu + name1="Give to Homun" + command1="useinv 'INVINDEX' 1" + name2="Give to Homun" + /> + </inventory> + </item> <item id="521" image="usable/potion/fatespotion.png" name="Fate's Potion" @@ -436,7 +449,20 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. effect="Heal 20%-36% HP" useButton="Drink" type="usable" - weight="17"/> + weight="17"> + <inventory> + <menu + name1="Drink" + command1="useinv 'INVINDEX'" + name2="Drink" + /> + <menu + name1="Give to Homun" + command1="useinv 'INVINDEX' 1" + name2="Give to Homun" + /> + </inventory> + </item> <item id="522" image="usable/potion/clotholiquor.png" name="Clotho Liquor" @@ -444,7 +470,20 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. effect="Heal 30%-54% HP" useButton="Drink" type="usable" - weight="16"/> + weight="16"> + <inventory> + <menu + name1="Drink" + command1="useinv 'INVINDEX'" + name2="Drink" + /> + <menu + name1="Give to Homun" + command1="useinv 'INVINDEX' 1" + name2="Give to Homun" + /> + </inventory> + </item> <item id="523" image="usable/potion/lachesisbrew.png" name="Lachesis Brew" @@ -452,7 +491,20 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. effect="Heal 40%-72% HP" useButton="Drink" type="usable" - weight="14"/> + weight="14"> + <inventory> + <menu + name1="Drink" + command1="useinv 'INVINDEX'" + name2="Drink" + /> + <menu + name1="Give to Homun" + command1="useinv 'INVINDEX' 1" + name2="Give to Homun" + /> + </inventory> + </item> <item id="524" image="usable/potion/atroposmixture.png" name="Atropos Mixture" @@ -460,7 +512,20 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. effect="Heal 50%-90% HP" useButton="Drink" type="usable" - weight="15"/> + weight="15"> + <inventory> + <menu + name1="Drink" + command1="useinv 'INVINDEX'" + name2="Drink" + /> + <menu + name1="Give to Homun" + command1="useinv 'INVINDEX' 1" + name2="Give to Homun" + /> + </inventory> + </item> <item id="525" image="usable/potion/elixiroflife.png" name="Elixir Of Life" |