diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-30 12:53:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-30 12:53:50 -0300 |
commit | 93b2ccf9a460af36e463c5e94e867b3c44b30035 (patch) | |
tree | f8d7753337a394ba3f3d3914b75ded4f99103b60 | |
parent | a02f447dfb3efdaaa3530fc347ed1ac2742ab7ab (diff) | |
download | clientdata-93b2ccf9a460af36e463c5e94e867b3c44b30035.tar.gz clientdata-93b2ccf9a460af36e463c5e94e867b3c44b30035.tar.bz2 clientdata-93b2ccf9a460af36e463c5e94e867b3c44b30035.tar.xz clientdata-93b2ccf9a460af36e463c5e94e867b3c44b30035.zip |
Fix a few bugs on skills.xml and add fake homun entry for debug homun
-rw-r--r-- | homunculuses.xml | 26 | ||||
-rw-r--r-- | skills.xml | 22 |
2 files changed, 46 insertions, 2 deletions
diff --git a/homunculuses.xml b/homunculuses.xml index b81526ae9..4781ccc4f 100644 --- a/homunculuses.xml +++ b/homunculuses.xml @@ -222,5 +222,31 @@ Copyright (C) 2019 Moubootaur Legends --> <sprite>hairstyles/hairstyle21.xml|#311623,451a25,602222,7d2b26,9a3416,ca7e55,e2b88f</sprite> <sprite>equipment/chest/alchemistrobe-male.xml</sprite> </homunculus> + <!--======================================================================--> + <homunculus + id="6010" + name="Elli" + startFollowDistance="3" + followDistance="1" + warpDistance="11" + offsetX="0" + offsetY="2" + sitOffsetX="1" + sitOffsetY="0" + moveOffsetX="0" + moveOffsetY="5" + deadOffsetX="0" + deadOffsetY="0" + attackOffsetX="0" + attackOffsetY="2" + thinkTime="100" + directionType="2" + sitDirectionType="1" + deadDirectionType="1" + attackDirectionType="4" + > + <sprite>races/human-female.xml</sprite> + <sprite>hairstyles/hairstyle20.xml|#37273b,422c48,615282,6f78ab,90abcd,96cdd9,d1e9eb</sprite> + </homunculus> </homunculuses> diff --git a/skills.xml b/skills.xml index ef4e241e5..5a2b9a4df 100644 --- a/skills.xml +++ b/skills.xml @@ -218,10 +218,16 @@ Copyright (C) 2018 TMW2 --> description="Sell items for more money: 5% + 2% per skill level" /> <skill + id="39" + name="Cart" + icon="graphics/skills/none.png" + description="The Cart button on inventory is now enabled." + /> + <skill id="41" name="Merchant" icon="graphics/skills/none.png" - description="Sell items on your cart" + description="Sell items on your cart." /> <skill id="681" @@ -311,7 +317,7 @@ Copyright (C) 2018 TMW2 --> description="A violent punch. +30% dmg and +5% acc per level." /> <skill - id="20047" + id="20071" name="Falkon Punch!" icon="graphics/skills/warrior/bash.png" castingMissile-particle="graphics/particles/critical.xml" @@ -971,6 +977,12 @@ Copyright (C) 2018 TMW2 --> description="AOE blind, nature dmg." /> <skill + id="8054" + name="Blinding Mist" + icon="graphics/skills/emote.png" + description="AOE blind, nature dmg." + /> + <skill id="8003" name="Magic King" icon="graphics/skills/emote.png" @@ -982,6 +994,12 @@ Copyright (C) 2018 TMW2 --> icon="graphics/skills/emote.png" description="+FLEE, ASPD ~ Holydmg." /> + <skill + id="8055" + name="Sacred Duck Lord" + icon="graphics/skills/emote.png" + description="+FLEE, ASPD. Attacks may become Holy." + /> <!-- Management --> <skill id="243" |