diff options
Diffstat (limited to 'status-effects.xml')
-rw-r--r-- | status-effects.xml | 83 |
1 files changed, 82 insertions, 1 deletions
diff --git a/status-effects.xml b/status-effects.xml index 97119649..46f3b674 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -160,10 +160,14 @@ end-message: Displays a message when the effect end. icon="icons/hide.xml" /> <status-effect - name="cash plus exp" + name="perm exp up" id="250" /> <status-effect + name="perm drop up" + id="252" + /> + <status-effect name="heal s" id="293" icon="icons/healing.xml" @@ -226,6 +230,10 @@ end-message: Displays a message when the effect end. start-particle="graphics/particles/healing.xml" /> <status-effect + name="exp up" + id="618" + /> + <status-effect name="sit" id="622" /> @@ -276,6 +284,76 @@ end-message: Displays a message when the effect end. start-particle="graphics/particles/magic-shield.xml" end-particle="graphics/particles/magic-shield-end.xml" /> + <status-effect + name="inc agi" + id="971" + icon="icons/feather.xml" + persistent-particle-effect="true" + start-particle="graphics/particles/hastefurry.particle.xml" + /> + <status-effect + name="inc vit" + id="972" + icon="icons/feather.xml" + persistent-particle-effect="true" + start-particle="graphics/particles/hastefurry.particle.xml" + /> + <status-effect + name="inc int" + id="973" + icon="icons/feather.xml" + persistent-particle-effect="true" + start-particle="graphics/particles/hastefurry.particle.xml" + /> + <status-effect + name="inc dex" + id="974" + icon="icons/feather.xml" + persistent-particle-effect="true" + start-particle="graphics/particles/hastefurry.particle.xml" + /> + <status-effect + name="inc luk" + id="975" + icon="icons/feather.xml" + persistent-particle-effect="true" + start-particle="graphics/particles/hastefurry.particle.xml" + /> + <status-effect + name="inc hit" + id="976" + icon="icons/feather.xml" + persistent-particle-effect="true" + start-particle="graphics/particles/hastefurry.particle.xml" + /> + <status-effect + name="inc flee" + id="977" + icon="icons/feather.xml" + persistent-particle-effect="true" + start-particle="graphics/particles/hastefurry.particle.xml" + /> + <status-effect + name="walk speed change" + id="978" + icon="icons/feather.xml" + persistent-particle-effect="true" + start-particle="graphics/particles/hastefurry.particle.xml" + /> + <status-effect + name="inc max hp" + id="979" + icon="icons/feather.xml" + persistent-particle-effect="true" + start-particle="graphics/particles/hastefurry.particle.xml" + /> + <status-effect + name="inc max mp" + id="980" + icon="icons/feather.xml" + persistent-particle-effect="true" + start-particle="graphics/particles/hastefurry.particle.xml" + /> <!-- OPTION_SIGHT --> <status-effect @@ -461,6 +539,9 @@ end-message: Displays a message when the effect end. <status-effect name="curse" opt2="2" + icon="icons/curse.xml" + persistent-particle-effect="true" + start-particle="graphics/sprites/icons/curse.xml" /> <!-- OPT2_SILENCE --> <status-effect |