summaryrefslogtreecommitdiff
path: root/items
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2023-11-08 03:27:56 +0000
committerLed Mitz <smoothshifter@tuta.io>2023-11-08 03:27:56 +0000
commit4d2ef3ffeed6b9c488ae77015c736a2126a62e58 (patch)
tree33247cb621b7a82f99a853442f4eee2f52373506 /items
parent2d4241d0e1e715fb7f6bef15752c2a16fa35ff27 (diff)
downloadclientdata-4d2ef3ffeed6b9c488ae77015c736a2126a62e58.tar.gz
clientdata-4d2ef3ffeed6b9c488ae77015c736a2126a62e58.tar.bz2
clientdata-4d2ef3ffeed6b9c488ae77015c736a2126a62e58.tar.xz
clientdata-4d2ef3ffeed6b9c488ae77015c736a2126a62e58.zip
SC_MATKPOT
Diffstat (limited to 'items')
-rw-r--r--items/usable/_include.xml2
-rw-r--r--items/usable/item5309_ManaDust.xml4
-rw-r--r--items/usable/item5310_EnlighteningElixir.xml4
3 files changed, 10 insertions, 0 deletions
diff --git a/items/usable/_include.xml b/items/usable/_include.xml
index a2b7283d..948e0b82 100644
--- a/items/usable/_include.xml
+++ b/items/usable/_include.xml
@@ -99,4 +99,6 @@
<include name="items/usable/item5237_CaramelCandy.xml"/>
<include name="items/usable/item5251_Tomato.xml"/>
<include name="items/usable/item5263_LovePotion.xml"/>
+ <include name="items/usable/item5309_ManaDust.xml"/>
+ <include name="items/usable/item5310_EnlighteningElixir.xml"/>
</items>
diff --git a/items/usable/item5309_ManaDust.xml b/items/usable/item5309_ManaDust.xml
new file mode 100644
index 00000000..c35c765c
--- /dev/null
+++ b/items/usable/item5309_ManaDust.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0"?>
+<items>
+ <item id="5309" image="generic/powder.png|W:#8888ff" name="Mana Dust" description="A pile of mana dust." type="usable" hp="35" mp="15" weight="5"/>
+</items> \ No newline at end of file
diff --git a/items/usable/item5310_EnlighteningElixir.xml b/items/usable/item5310_EnlighteningElixir.xml
new file mode 100644
index 00000000..dc23fa4e
--- /dev/null
+++ b/items/usable/item5310_EnlighteningElixir.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0"?>
+<items>
+ <item id="5310" image="use/potions/g.png|G:#0000ee,000088,8888ff" name="Enlightening Elixir" description="Increases your magic attack strength." effect="Magic attack strength increase (temporary)." type="usable" weight="10" tag="Potions"/>
+</items>