diff options
author | Livio Recchia <recchialivio@libero.it> | 2023-03-02 19:42:22 +0100 |
---|---|---|
committer | Livio Recchia <recchialivio@libero.it> | 2023-03-02 19:42:22 +0100 |
commit | 5a28445a0d8bb3d61734a2555208764acd35ee1b (patch) | |
tree | 4fb5452e9f2b58c5d9d218f4c791465d73c4e9f0 /_patch/items | |
parent | cc983b58c8d5e249237813b1a5e3ec5978f20c19 (diff) | |
download | ttmmww-5a28445a0d8bb3d61734a2555208764acd35ee1b.tar.gz ttmmww-5a28445a0d8bb3d61734a2555208764acd35ee1b.tar.bz2 ttmmww-5a28445a0d8bb3d61734a2555208764acd35ee1b.tar.xz ttmmww-5a28445a0d8bb3d61734a2555208764acd35ee1b.zip |
Modified some files
Diffstat (limited to '_patch/items')
18 files changed, 179 insertions, 0 deletions
diff --git a/_patch/items/equip-1hand/item521_Dagger.xml b/_patch/items/equip-1hand/item521_Dagger.xml new file mode 100644 index 0000000..130aab6 --- /dev/null +++ b/_patch/items/equip-1hand/item521_Dagger.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<items> + <item id="521" image="equipment/weapon/dagger-dagger.png" name="Dagger" description="Bats favourite self-defense weapon against Arkim's disciples." type="equip-1hand" attack-action="attack" attack="15" attack-range="2" weight="200"> + <sprite gender="unisex">equipment/weapons/dagger.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite> + <sprite gender="female">equipment/weapons/dagger-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite> + <sound event="strike">weapons/knives/knife-miss1.ogg</sound> + <sound event="hit">weapons/knives/knife-hit1.ogg</sound> + </item> +</items> diff --git a/_patch/items/equip-1hand/item867_IceGladius.xml b/_patch/items/equip-1hand/item867_IceGladius.xml new file mode 100644 index 0000000..b98bf0a --- /dev/null +++ b/_patch/items/equip-1hand/item867_IceGladius.xml @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<items> + <item id="867" image="equipment/weapon/sword-ice.png" name="Ice Gladius" description="A sword with a shimmering blue blade. Even if sounds like chimes don't lick it." attack="110" type="equip-1hand" attack-action="attack" attack-range="2" luk="1" weight="1000"> + <sprite gender="unisex">equipment/weapons/sword-short.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite> + <sprite gender="female">equipment/weapons/sword-short-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite> + <sound event="hit">weapons/swords/ice_gladius/ice_gladius-hit1.ogg</sound> + <sound event="hit">weapons/swords/ice_gladius/ice_gladius-hit2.ogg</sound> + <sound event="hit">weapons/swords/ice_gladius/ice_gladius-hit3.ogg</sound> + <sound event="hit">weapons/swords/ice_gladius/ice_gladius-hit4.ogg</sound> + <sound event="hit">weapons/swords/ice_gladius/ice_gladius-hit5.ogg</sound> + <sound event="strike">weapons/swords/sword-miss1.ogg</sound> + </item> +</items> diff --git a/_patch/items/equip-2hand/_include.xml b/_patch/items/equip-2hand/_include.xml new file mode 100644 index 0000000..f8bfbbf --- /dev/null +++ b/_patch/items/equip-2hand/_include.xml @@ -0,0 +1,18 @@ +<?xml version="1.0"?> +<items> + <include name="items/equip-2hand/item530_ShortBow.xml"/> + <include name="items/equip-2hand/item545_ForestBow.xml"/> + <include name="items/equip-2hand/item548_Halberd.xml"/> + <include name="items/equip-2hand/item588_BastardSword.xml"/> + <include name="items/equip-2hand/item594_Spear.xml"/> + <include name="items/equip-2hand/item595_HeavySpear.xml"/> + <include name="items/equip-2hand/item596_Pike.xml"/> + <include name="items/equip-2hand/item597_HeavyPike.xml"/> + <include name="items/equip-2hand/item623_Scythe.xml"/> + <include name="items/equip-2hand/item758_WoodenStaff.xml"/> + <include name="items/equip-2hand/item878_BansheeBow.xml"/> + <include name="items/equip-2hand/item903_SlingShot.xml"/> + <include name="items/equip-2hand/item906_KidBook.xml"/> + <include name="items/equip-2hand/item907_FloydBook.xml"/> + <include name="items/equip-2hand/item1200_Bow.xml"/> +</items> diff --git a/_patch/items/equip-2hand/item1200_Bow.xml b/_patch/items/equip-2hand/item1200_Bow.xml new file mode 100644 index 0000000..2e44d2e --- /dev/null +++ b/_patch/items/equip-2hand/item1200_Bow.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<items> + <item id="1200" image="equipment/weapon/bow-bow.png" name="Bow" description="A distance weapon." attack="20" type="equip-2hand" weight="20" missile-particle="graphics/particles/arrow.particle.xml" attack-action="attack_bow" attack-range="5"> + <sprite gender="unisex">equipment/weapons/bow.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> + <sprite gender="female">equipment/weapons/bow-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> + <sound event="strike">weapons/bows/bow-miss1.ogg</sound> + <sound event="hit">weapons/bows/bow-hit1.ogg</sound> + </item> +</items> diff --git a/_patch/items/equip-2hand/item530_ShortBow.xml b/_patch/items/equip-2hand/item530_ShortBow.xml new file mode 100644 index 0000000..0defa8a --- /dev/null +++ b/_patch/items/equip-2hand/item530_ShortBow.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<items> + <item id="530" image="equipment/weapon/bow-shortbow.png" name="Short Bow" description="A bow for short distances." type="equip-2hand" attack="50" attack-action="attack_bow" attack-range="5" weight="600" missile-particle="graphics/particles/arrow.particle.xml"> + <sprite gender="unisex">equipment/weapons/bow.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> + <sprite gender="female">equipment/weapons/bow-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> + <sound event="strike">weapons/bows/short/short-miss1.ogg</sound> + <sound event="hit">weapons/bows/short/short-hit1.ogg</sound> + </item> +</items> diff --git a/_patch/items/equip-2hand/item545_ForestBow.xml b/_patch/items/equip-2hand/item545_ForestBow.xml new file mode 100644 index 0000000..791ba3a --- /dev/null +++ b/_patch/items/equip-2hand/item545_ForestBow.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<items> + <item id="545" image="equipment/weapon/bow-forestbow.png" name="Forest Bow" description="A bow usually used for hunting." attack="70" type="equip-2hand" attack-action="attack_bow" attack-range="5" weight="1200" missile-particle="graphics/particles/arrow.particle.xml"> + <sprite gender="unisex">equipment/weapons/bow.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> + <sprite gender="female">equipment/weapons/bow-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> + <sound event="strike">weapons/bows/forest/forest-miss1.ogg</sound> + <sound event="hit">weapons/bows/forest/forest-hit1.ogg</sound> + </item> +</items> diff --git a/_patch/items/equip-2hand/item548_Halberd.xml b/_patch/items/equip-2hand/item548_Halberd.xml new file mode 100644 index 0000000..5df9008 --- /dev/null +++ b/_patch/items/equip-2hand/item548_Halberd.xml @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<items> + <item id="548" image="equipment/weapon/polearm-halberd.png" name="Halberd" description="A weapon usually carried by guards." attack="1" type="equip-2hand" attack-action="attack_2hand" attack-range="2" weight="1400"> + <sprite gender="unisex">equipment/weapons/polearm-chop.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> + <sprite gender="female">equipment/weapons/polearm-chop-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> + <sound event="hit">weapons/other/halberd/halberd-hit1.ogg</sound> + <sound event="hit">weapons/other/halberd/halberd-hit2.ogg</sound> + <sound event="hit">weapons/other/halberd/halberd-hit3.ogg</sound> + <sound event="strike">weapons/other/staff/staff-miss1.ogg</sound> + <sound event="strike">weapons/other/staff/staff-miss2.ogg</sound> + <sound event="strike">weapons/other/staff/staff-miss3.ogg</sound> + </item> +</items> diff --git a/_patch/items/equip-2hand/item588_BastardSword.xml b/_patch/items/equip-2hand/item588_BastardSword.xml new file mode 100644 index 0000000..2e49acc --- /dev/null +++ b/_patch/items/equip-2hand/item588_BastardSword.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<items> + <item id="588" image="equipment/weapon/sword-bastardsword.png" name="Bastard Sword" description="A large two handed sword." attack="1" type="equip-2hand" attack-action="attack_2hand" attack-range="2" weight="10"> + <sprite gender="unisex">equipment/weapons/sword-long.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite> + <sprite gender="female">equipment/weapons/sword-long-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite> + </item> +</items> diff --git a/_patch/items/equip-2hand/item594_Spear.xml b/_patch/items/equip-2hand/item594_Spear.xml new file mode 100644 index 0000000..985f39e --- /dev/null +++ b/_patch/items/equip-2hand/item594_Spear.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<items> + <item id="594" image="equipment/weapon/polearm-spear.png" name="Spear" description="A light spear with a wooden pole." attack="1" type="equip-2hand" attack-action="attack_spear" attack-range="2" weight="700"> + <sprite gender="unisex">equipment/weapons/polearm-spear.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> + <sprite gender="female">equipment/weapons/polearm-spear-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> + </item> +</items> diff --git a/_patch/items/equip-2hand/item595_HeavySpear.xml b/_patch/items/equip-2hand/item595_HeavySpear.xml new file mode 100644 index 0000000..af46c51 --- /dev/null +++ b/_patch/items/equip-2hand/item595_HeavySpear.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<items> + <item id="595" image="equipment/weapon/polearm-heavyspear.png" name="Heavy Spear" description="A heavy spear with a wooden pole." attack="1" type="equip-2hand" attack-action="attack_spear" attack-range="2" weight="1000"> + <sprite gender="unisex">equipment/weapons/polearm-spear.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> + <sprite gender="female">equipment/weapons/polearm-spear-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> + </item> +</items> diff --git a/_patch/items/equip-2hand/item596_Pike.xml b/_patch/items/equip-2hand/item596_Pike.xml new file mode 100644 index 0000000..8e24ec3 --- /dev/null +++ b/_patch/items/equip-2hand/item596_Pike.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<items> + <item id="596" image="equipment/weapon/polearm-pike.png" name="Pike" description="A light spear with an iron pole." attack="1" type="equip-2hand" attack-action="attack_spear" attack-range="2" weight="1200"> + <sprite gender="unisex">equipment/weapons/polearm-spear.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> + <sprite gender="female">equipment/weapons/polearm-spear-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> + </item> +</items> diff --git a/_patch/items/equip-2hand/item597_HeavyPike.xml b/_patch/items/equip-2hand/item597_HeavyPike.xml new file mode 100644 index 0000000..88e50e6 --- /dev/null +++ b/_patch/items/equip-2hand/item597_HeavyPike.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<items> + <item id="597" image="equipment/weapon/polearm-heavypike.png" name="Heavy Pike" description="A heavy spear with an iron pole." attack="1" type="equip-2hand" attack-action="attack_spear" attack-range="2" weight="1500"> + <sprite gender="unisex">equipment/weapons/polearm-spear.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> + <sprite gender="female">equipment/weapons/polearm-spear-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> + </item> +</items> diff --git a/_patch/items/equip-2hand/item623_Scythe.xml b/_patch/items/equip-2hand/item623_Scythe.xml new file mode 100644 index 0000000..fc1f009 --- /dev/null +++ b/_patch/items/equip-2hand/item623_Scythe.xml @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<items> + <item id="623" image="equipment/weapon/polearm-scythe.png" name="Scythe" description="Usually used for farming but also usable as a weapon. Slow but deadly." attack="75" type="equip-2hand" attack-action="attack_2hand" attack-range="2" weight="1200" sellProtected="true"> + <sprite gender="unisex">equipment/weapons/polearm-stab.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> + <sprite gender="female">equipment/weapons/polearm-stab-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> + <sound event="strike">weapons/other/staff/staff-miss1.ogg</sound> + <sound event="strike">weapons/other/staff/staff-miss2.ogg</sound> + <sound event="strike">weapons/other/staff/staff-miss3.ogg</sound> + <sound event="hit">weapons/other/scythe/scythe-hit1.ogg</sound> + <sound event="hit">weapons/other/scythe/scythe-hit2.ogg</sound> + <sound event="hit">weapons/other/scythe/scythe-hit3.ogg</sound> + </item> +</items> diff --git a/_patch/items/equip-2hand/item758_WoodenStaff.xml b/_patch/items/equip-2hand/item758_WoodenStaff.xml new file mode 100644 index 0000000..596d6b1 --- /dev/null +++ b/_patch/items/equip-2hand/item758_WoodenStaff.xml @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<items> + <item id="758" image="equipment/weapon/staff-woodstaff.png" name="Wooden Staff" description="A basic wooden staff." effect="Lvl 2 Wand" req-int="60+" attack="50" mattack="10" type="equip-2hand" attack-action="attack_sword_stab" attack-range="2" weight="1000"> + <sprite gender="unisex">equipment/weapons/polearm-blunt.xml|#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> + <sprite gender="female">equipment/weapons/polearm-blunt-female.xml|#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> + <sound event="strike">weapons/other/staff/staff-miss1.ogg</sound> + <sound event="strike">weapons/other/staff/staff-miss2.ogg</sound> + <sound event="strike">weapons/other/staff/staff-miss3.ogg</sound> + <sound event="hit">weapons/other/staff/staff-hit1.ogg</sound> + <sound event="hit">weapons/other/staff/staff-hit2.ogg</sound> + <sound event="hit">weapons/other/staff/staff-hit3.ogg</sound> + </item> +</items> diff --git a/_patch/items/equip-2hand/item878_BansheeBow.xml b/_patch/items/equip-2hand/item878_BansheeBow.xml new file mode 100644 index 0000000..c2f7cad --- /dev/null +++ b/_patch/items/equip-2hand/item878_BansheeBow.xml @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<items> + <item id="878" image="equipment/weapon/bow-bansheebow.png" name="Banshee Bow" description="The best and most lethal single chorded harp capable of delivering death to everyone including the musician." effect="Attack Speed +20% / Defense -40% / VIT Defense -35% / Vanishes HP by 2% of damages dealt / Walk Speed +10%" type="equip-2hand" req-dex="80+" maxhp="-150" attack-action="attack_bow" attack-range="6" attack="140" level="90" weight="900" missile-particle="graphics/particles/arrow-banshee.particle.xml" sellProtected="true"> + <sprite gender="unisex">equipment/weapons/bow-banshee.xml|#27113e,7442a7,b498d1</sprite> + <sprite gender="female">equipment/weapons/bow-banshee-female.xml|#27113e,7442a7,b498d1</sprite> + <sound event="strike">weapons/bows/banshee/banshee-miss1.ogg</sound> + <sound event="strike">weapons/bows/banshee/banshee-miss2.ogg</sound> + <sound event="strike">weapons/bows/banshee/banshee-miss3.ogg</sound> + <sound event="hit">weapons/bows/banshee/banshee-hit1.ogg</sound> + <sound event="hit">weapons/bows/banshee/banshee-hit2.ogg</sound> + <sound event="hit">weapons/bows/banshee/banshee-hit3.ogg</sound> + </item> +</items> diff --git a/_patch/items/equip-2hand/item903_SlingShot.xml b/_patch/items/equip-2hand/item903_SlingShot.xml new file mode 100644 index 0000000..a17ca41 --- /dev/null +++ b/_patch/items/equip-2hand/item903_SlingShot.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<items> + <item id="903" image="equipment/weapon/slingshot-icon.png|G:#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;R:#332c19,443a20,453b1e,61532d,87733d,a58d4d" name="Sling Shot" description="In the right hands, everything is a weapon." type="equip-2hand" attack-action="attack_bow" attack="5" attack-range="3" weight="10" missile-particle="graphics/particles/stoneprojectile.particle.xml"> + <sprite gender="unisex">equipment/weapons/bow-slingshot.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> + <sprite gender="female">equipment/weapons/bow-slingshot-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> + </item> +</items> diff --git a/_patch/items/equip-2hand/item906_KidBook.xml b/_patch/items/equip-2hand/item906_KidBook.xml new file mode 100644 index 0000000..ab0f417 --- /dev/null +++ b/_patch/items/equip-2hand/item906_KidBook.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<items> + <item id="906" image="equipment/weapon/kidbook.png" name="Kid Book" description="A big spell book used to transform humans into Trolls." attack="1" type="equip-2hand" weight="100" missile-particle="graphics/particles/monster-troll-foefire.particle.xml" sellProtected="true"> + <replace/> + <replace sprite="race"> + <item to="-99054"/> + </replace> + </item> +</items> diff --git a/_patch/items/equip-2hand/item907_FloydBook.xml b/_patch/items/equip-2hand/item907_FloydBook.xml new file mode 100644 index 0000000..6fefdb8 --- /dev/null +++ b/_patch/items/equip-2hand/item907_FloydBook.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<items> + <item id="907" image="equipment/weapon/floydbook.png" name="Book of Floyd" description="Beep boop. Boop beep?" level="135" type="equip-arms" weight="100" missile-particle="graphics/particles/monster-goblin-firebreath.particle.xml" sellProtected="true"> + <replace/> + <replace sprite="race"> + <item to="-99168"/> + </replace> + </item> +</items> |