summaryrefslogtreecommitdiff
path: root/items
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-07-29 14:41:05 -0300
committerJesusaves <cpntb1@ymail.com>2021-07-29 14:41:05 -0300
commit88c8b6b2cba6cdda0b93e8a2f86fb7da73a55668 (patch)
tree2c2be922f8fd6ca702b7a256ef6b6c792551ab6b /items
parent5fe26cc31f40a26bb9ccb10c1950f9317970fd07 (diff)
downloadclientdata-88c8b6b2cba6cdda0b93e8a2f86fb7da73a55668.tar.gz
clientdata-88c8b6b2cba6cdda0b93e8a2f86fb7da73a55668.tar.bz2
clientdata-88c8b6b2cba6cdda0b93e8a2f86fb7da73a55668.tar.xz
clientdata-88c8b6b2cba6cdda0b93e8a2f86fb7da73a55668.zip
Add HoraK's stuff
Diffstat (limited to 'items')
-rw-r--r--items/equip-charm.xml22
-rw-r--r--items/equip-head.xml19
-rw-r--r--items/equip-ring.xml10
3 files changed, 51 insertions, 0 deletions
diff --git a/items/equip-charm.xml b/items/equip-charm.xml
index 0c834e55..52df1703 100644
--- a/items/equip-charm.xml
+++ b/items/equip-charm.xml
@@ -95,4 +95,26 @@
sellProtected="true">
<particlefx>graphics/particles/dark-talisman.xml</particlefx>
</item>
+ <item id="5270"
+ image="equipment/charms/manapearl.png"
+ name="Mana Pearl"
+ description="This pearl resonates with a natural mana flow and channels some power from the Mana Seed to the user."
+ int="1"
+ mattack="11"
+ mdefense="11"
+ maxmp="55"
+ type="equip-charm"
+ weight="0"
+ sellProtected="true">
+ <particlefx>graphics/particles/manapearl.particle.xml</particlefx>
+ </item>
+ <item id="5269"
+ image="equipment/charms/assassin-amulet.png"
+ name="Assassin Amulet"
+ description="Amulet for a master assassin."
+ effect="Double Damage +5% / Hit Chance +25"
+ agi="1"
+ type="equip-charm"
+ weight="1"
+ sellProtected="true"/>
</items>
diff --git a/items/equip-head.xml b/items/equip-head.xml
index 3e118eed..fb124735 100644
--- a/items/equip-head.xml
+++ b/items/equip-head.xml
@@ -3090,4 +3090,23 @@
<sprite gender="unisex">equipment/head/bucket.xml</sprite>
<replace sprite="hair" />
</item>
+ <item id="5267"
+ image="equipment/head/assassin-mask.png"
+ name="Assassin Mask"
+ description="Mask for a master assassin."
+ type="equip-head"
+ effect="Double Damage +15% / Attack Speed +15%"
+ defense="6"
+ agi="9"
+ dex="1"
+ maxhp="70"
+ mattack="-5"
+ mdefense="5"
+ criticalattack="15"
+ weight="10"
+ sellProtected="true">
+ <sprite gender="unisex">equipment/head/assassin-mask.xml</sprite>
+ <sprite gender="female">equipment/head/assassin-mask-female.xml</sprite>
+ <replace sprite="hair" />
+ </item>
</items>
diff --git a/items/equip-ring.xml b/items/equip-ring.xml
index 700aa14d..5180e85a 100644
--- a/items/equip-ring.xml
+++ b/items/equip-ring.xml
@@ -78,4 +78,14 @@
description="Your wedding ring."
type="equip-ring"
weight="1" />
+ <item id="5268"
+ image="equipment/rings/assassin-ring.png"
+ name="Assassin Ring"
+ description="Ring for a master assassin."
+ effect="Attack Speed +5%"
+ agi="1"
+ criticalattack="5"
+ type="equip-ring"
+ weight="1"
+ sellProtected="true" />
</items>