diff options
author | Led Mitz <smoothshifter@tuta.io> | 2024-10-11 03:47:31 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2024-10-11 03:47:31 +0000 |
commit | bf3546907c364fd6f6ffc2103c986061507c3faa (patch) | |
tree | 1b546aa7be059cd461625be7c58592d0042165c6 | |
parent | 4adf5350357a14c51b22a7577fe0120ee57b1c5b (diff) | |
download | mods-bf3546907c364fd6f6ffc2103c986061507c3faa.tar.gz mods-bf3546907c364fd6f6ffc2103c986061507c3faa.tar.bz2 mods-bf3546907c364fd6f6ffc2103c986061507c3faa.tar.xz mods-bf3546907c364fd6f6ffc2103c986061507c3faa.zip |
Level Up - Long and noticeable
An alternative to the traditional sound.
-rw-r--r-- | levelup_ledz/graphics/particles/levelup.particle.xml | 18 | ||||
-rw-r--r-- | levelup_ledz/sfx/system/levelup.ogg | bin | 0 -> 75401 bytes | |||
-rw-r--r-- | mods.xml | 1 |
3 files changed, 19 insertions, 0 deletions
diff --git a/levelup_ledz/graphics/particles/levelup.particle.xml b/levelup_ledz/graphics/particles/levelup.particle.xml new file mode 100644 index 0000000..ccdf904 --- /dev/null +++ b/levelup_ledz/graphics/particles/levelup.particle.xml @@ -0,0 +1,18 @@ +<?xml version="1.0"?> +<!-- +Red stars which are supposed to engulf a character +--> +<effect> + <particle position-x="0" position-y="0" position-z="0" lifetime="500"> + <emitter> + <property name="image" value="graphics/particles/star-medium.png|W:#ff0000,ffffff"/> + <property name="vertical-angle" value="90"/> + <property name="power" value="2"/> + <property name="lifetime" value="36"/> + <property name="output" min="-5" max="1"/> + <property name="position-x" min="-16" max="16"/> + <property name="position-y" min="-16" max="16"/> + <property name="position-z" min="0" max="32"/> + </emitter> + </particle> +</effect> diff --git a/levelup_ledz/sfx/system/levelup.ogg b/levelup_ledz/sfx/system/levelup.ogg Binary files differnew file mode 100644 index 0000000..bae5ab8 --- /dev/null +++ b/levelup_ledz/sfx/system/levelup.ogg @@ -3,4 +3,5 @@ <mods> <mod name="Outdated" description="Reverts changes to how monsters.xml work, to a pre-mod era" help="COPYING" localdir="mods/outdated/" /> <mod name="Dark Talisman - Ledz" description="Subtle, twitchy shadow at feet" help="COPYING" localdir="mods/dark_talisman_ledz/" /> +<mod name="Level Up - Ledz" description="A longer and more noticeable sound and matching particle length" help="COPYING" localdir="mods/levelup_ledz/" /> </mods> |