diff options
Diffstat (limited to 'status-effects.xml')
-rw-r--r-- | status-effects.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/status-effects.xml b/status-effects.xml new file mode 100644 index 00000000..62334801 --- /dev/null +++ b/status-effects.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<status-effects> + <status-effect name="speed" id="37" blockid="21" + action="sit" + icon="icon-haste-potion.xml" + start-message="You feel faster." + end-message="You no longer feel faster." /> +<!-- start-particle="graphics/particles/pentagram-buildup-short.xml" + end-particle="" + start-audio="sfx/levelup.ogg" + end-audio="sfx/levelup.ogg" --> + <status-effect name="strength" id="185" blockid="23" + action="sit" + icon="icon-iron-potion.xml" + start-message="You feel stonger." + end-message="You no longer feel stonger." /> +<!-- start-particle="graphics/particles/pentagram-buildup-short.xml" + end-particle="" + start-audio="sfx/levelup.ogg" + end-audio="sfx/levelup.ogg" --> +</status-effects> |