summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-06-08 19:30:38 -0300
committerJesusaves <cpntb1@ymail.com>2020-06-08 19:30:38 -0300
commit401d6af5e4a0f1d99ea3ad4ace9305f1bbb2a8d4 (patch)
tree77175494fb4c58b02afbc48a56d88dbf2c62ffc4
parent9af5bf1483ee9bee1c317a6a10160544c458157e (diff)
downloadclientdata-401d6af5e4a0f1d99ea3ad4ace9305f1bbb2a8d4.tar.gz
clientdata-401d6af5e4a0f1d99ea3ad4ace9305f1bbb2a8d4.tar.bz2
clientdata-401d6af5e4a0f1d99ea3ad4ace9305f1bbb2a8d4.tar.xz
clientdata-401d6af5e4a0f1d99ea3ad4ace9305f1bbb2a8d4.zip
Split alcoholic items (PEGI-13 project)
-rw-r--r--item_alcohol.xml51
-rw-r--r--items.xml45
2 files changed, 55 insertions, 41 deletions
diff --git a/item_alcohol.xml b/item_alcohol.xml
new file mode 100644
index 00000000..49c1bd5f
--- /dev/null
+++ b/item_alcohol.xml
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="utf-8"?>
+<?xml-stylesheet type="text/xsl" href="items.xsl"?>
+<!-- Authors: 4144, Alige, Piman, Reid, Saulc, Rakinorf, Jesusalva
+Copyright (C) 2010-2015 Evol Online
+Copyright (C) 2018-2020 TMW2: Moubootaur Legends
+
+THIS FILE CONTAINS ALCOHOLIC ITEMS FOR MODS
+-->
+<items>
+ <item id="544"
+ image="usable/food/beer.png"
+ name="Beer"
+ description="A fresh beer."
+ useButton="Drink"
+ effect="Alcoholic (+10% EXP)"
+ type="usable"
+ weight="10"/>
+ <item id="531"
+ image="usable/food/wine.png"
+ name="Red Plush Wine"
+ description="Delicious wine hand-produced by someone."
+ effect="Alcoholic (+25% EXP)"
+ useButton="Drink"
+ type="usable"
+ weight="10"/>
+ <item id="532"
+ image="usable/food/sake.png"
+ name="Dwarven Sake"
+ description="Insanely strong alcoholic drink."
+ effect="Alcoholic (+50% EXP)"
+ useButton="Drink"
+ type="usable"
+ weight="14"/>
+ <item id="533"
+ image="usable/food/crazyrum.png"
+ name="Crazy Rum"
+ description="Only Crazyfefe and a True Pirate could handle this liquor."
+ effect="Alcoholic (+70% EXP)"
+ useButton="Drink"
+ type="usable"
+ weight="25"/>
+ <item id="534"
+ image="usable/food/drink.png"
+ name="Whiskey Ale"
+ description="What insanity is this, brew by a Dwarf in Crazyfefe's House?!"
+ effect="Alcoholic (+100% EXP)"
+ useButton="Drink"
+ type="usable"
+ weight="55"/>
+</items>
+
diff --git a/items.xml b/items.xml
index 5d42bccf..6f589666 100644
--- a/items.xml
+++ b/items.xml
@@ -495,39 +495,6 @@ Colors for dyeable equipments or items are set up by itemcolors.xml.
type="usable"
weight="3"
maxFloorOffset="6"/>
- <item id="531"
- image="usable/food/wine.png"
- name="Red Plush Wine"
- description="Delicious wine hand-produced by someone."
- effect="Alcoholic (+25% EXP)"
- useButton="Drink"
- type="usable"
- weight="10"/>
- <item id="532"
- image="usable/food/sake.png"
- name="Dwarven Sake"
- description="Insanely strong alcoholic drink."
- effect="Alcoholic (+50% EXP)"
- useButton="Drink"
- type="usable"
- weight="14"/>
- <item id="533"
- image="usable/food/crazyrum.png"
- name="Crazy Rum"
- description="Only Crazyfefe and a True Pirate could handle this liquor."
- effect="Alcoholic (+70% EXP)"
- useButton="Drink"
- type="usable"
- weight="25"/>
- <item id="534"
- image="usable/food/drink.png"
- name="Whiskey Ale"
- description="What insanity is this, brew by a Dwarf in Crazyfefe's House?!"
- effect="Alcoholic (+100% EXP)"
- useButton="Drink"
- type="usable"
- weight="55"/>
- <!-- ID 534 is free. -->
<item id="535"
image="usable/book/jesusalvagrimorium.png"
name="Jesusaves's Grimorium"
@@ -596,14 +563,6 @@ Colors for dyeable equipments or items are set up by itemcolors.xml.
effect="Heal 36%-63% HP"
type="usable"
weight="1"/>
- <item id="544"
- image="usable/food/beer.png"
- name="Beer"
- description="A fresh beer."
- useButton="Drink"
- effect="Alcoholic (+10% EXP)"
- type="usable"
- weight="10"/>
<item id="545"
image="usable/food/blueberries.png"
name="Blue Berries"
@@ -8541,4 +8500,8 @@ Colors for dyeable equipments or items are set up by itemcolors.xml.
name="this"
description="If you see this ingame, please report, it is a bug."
type="card"/>
+
+ <!-- WIP: Include external items -->
+
+ <include name="item_alcohol.xml"/>
</items>