diff options
-rw-r--r-- | status-effects.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/status-effects.xml b/status-effects.xml index 07822ebc..46fed5f8 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -125,6 +125,22 @@ end-message: Displays a message when the effect end. icon="icons/hide.xml" /> <status-effect + name="heal potion" + id="293" + block-id="24" + icon="icons/healing.xml" + persistent-particle-effect="true" + start-particle="graphics/particles/healing.xml" + /> + <status-effect + name="heal other" + id="294" + block-id="24" + icon="icons/healing.xml" + persistent-particle-effect="true" + start-particle="graphics/particles/healing.xml" + /> + <status-effect name="stasis" id="356" /> @@ -163,10 +179,26 @@ end-message: Displays a message when the effect end. start-particle="graphics/particles/invisibility.xml" /> <status-effect + name="special potion1" + id="578" + block-id="24" + icon="icons/healing.xml" + persistent-particle-effect="true" + start-particle="graphics/particles/healing.xml" + /> + <status-effect name="sit" id="622" /> <status-effect + name="special potion2" + id="670" + block-id="24" + icon="icons/healing.xml" + persistent-particle-effect="true" + start-particle="graphics/particles/healing.xml" + /> + <status-effect name="cart" id="673" icon="icons/hide.xml" |