diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-15 11:28:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-15 11:28:20 -0300 |
commit | f0594e112b8a82832311ea50cce95252f8017aad (patch) | |
tree | 716def2032e625c5c7ea3a37f54b061bcd642f78 | |
parent | 05ba215fdc1cecbebb6946881b3a1231cb589f33 (diff) | |
download | clientdata-f0594e112b8a82832311ea50cce95252f8017aad.tar.gz clientdata-f0594e112b8a82832311ea50cce95252f8017aad.tar.bz2 clientdata-f0594e112b8a82832311ea50cce95252f8017aad.tar.xz clientdata-f0594e112b8a82832311ea50cce95252f8017aad.zip |
SI updates
-rw-r--r-- | status-effects.xml | 61 |
1 files changed, 35 insertions, 26 deletions
diff --git a/status-effects.xml b/status-effects.xml index 5a984c22..b98794d3 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -132,8 +132,11 @@ end-message: Displays a message when the effect end. start-particle="graphics/particles/pink-violent-glow.particle.xml" /> <status-effect - name="drunk" + name="att haste 4" id="40" + icon="icons/haste-potion.xml|#da69e5,ffdaff" + persistent-particle-effect="yes" + start-particle="graphics/particles/pink-violent-glow.particle.xml" /> <!-- post delay --> <status-effect @@ -310,83 +313,99 @@ end-message: Displays a message when the effect end. name="mail sent" id="824" /> + <!-- custom SI effects --> <status-effect - name="spell-protection" - id="966" - icon="icons/spell-protection.xml" - start-particle="graphics/particles/magic-shield.xml" - end-particle="graphics/particles/magic-shield-end.xml" + name="betsanc" + id="1500" + icon="icons/red-rotating-hex.xml|#ff0000" + start-particle="graphics/particles/magic.shield.xml" + end-particle="graphics/particles/magic.shield-ends.xml" + start-message="You feel more protected." + end-message="You feel less protected." /> <status-effect name="inc agi" - id="971" + id="1501" icon="icons/bpotion_drink.xml|#ccb534,f1ea8e,ffffaa" persistent-particle-effect="true" start-particle="graphics/particles/hastefurry.particle.xml" /> <status-effect name="inc vit" - id="972" + id="1502" icon="icons/bpotion_drink.xml|#ffffff" persistent-particle-effect="true" start-particle="graphics/particles/hastefurry.particle.xml" /> <status-effect name="inc int" - id="973" + id="1503" icon="icons/bpotion_drink.xml|#4b4bbd,888af4" persistent-particle-effect="true" start-particle="graphics/particles/hastefurry.particle.xml" /> <status-effect name="inc dex" - id="974" + id="1504" icon="icons/bpotion_drink.xml|#530a7c,b362e1,ca87ef" persistent-particle-effect="true" start-particle="graphics/particles/hastefurry.particle.xml" /> <status-effect name="inc luk" - id="975" + id="1505" icon="icons/bpotion_drink.xml|#1f9c1f,89d689" persistent-particle-effect="true" start-particle="graphics/particles/hastefurry.particle.xml" /> <status-effect name="inc hit" - id="976" + id="1506" icon="icons/feather.xml" persistent-particle-effect="true" start-particle="graphics/particles/hastefurry.particle.xml" /> <status-effect name="inc flee" - id="977" + id="1507" icon="icons/dpotion_drink.xml|#000000,999999" persistent-particle-effect="true" start-particle="graphics/particles/hastefurry.particle.xml" /> <status-effect name="walk speed change" - id="978" + id="1508" icon="icons/dpotion_drink.xml|#dae569,ffffda" persistent-particle-effect="true" start-particle="graphics/particles/hastefurry.particle.xml" /> <status-effect name="inc max hp" - id="979" + id="1509" icon="icons/epotion_drink.xml|#00ff00,44ff00" persistent-particle-effect="true" start-particle="graphics/particles/hastefurry.particle.xml" /> <status-effect name="inc max mp" - id="980" + id="1510" icon="icons/epotion_drink.xml|#0000ff,0044ff" persistent-particle-effect="true" start-particle="graphics/particles/hastefurry.particle.xml" /> + <status-effect + name="drunk" + id="1511" + /> + <status-effect + name="asorm" + id="1512" + icon="icons/spell-protection-generic.xml" + start-particle="graphics/particles/magic.default.xml" + end-particle="graphics/particles/magic.default.xml" + start-message="You are surrounded by a magical barrier." + end-message="Your magical barrier dissipates." + /> <!-- OPTION_SIGHT --> <status-effect @@ -615,11 +634,6 @@ end-message: Displays a message when the effect end. icon="icons/green-barrier.xml" /> <status-effect - name="phys-shield" - id="199" - icon="icons/red-rotating-hex.xml|#ff0000" - /> - <status-effect name="spell-attack-generic" id="2000" icon="icons/spell-attack-generic.xml" @@ -630,11 +644,6 @@ end-message: Displays a message when the effect end. icon="icons/spell-shearing.xml" /> <status-effect - name="spell-protection-generic" - id="2002" - icon="icons/spell-protection-generic.xml" - /> - <status-effect name="spell-haste" id="2003" icon="icons/spell-haste.xml" |