diff options
author | HoraK-FDF <horak-fdf@web.de> | 2024-10-30 19:36:12 +0100 |
---|---|---|
committer | HoraK-FDF <horak-fdf@web.de> | 2024-10-30 19:36:12 +0100 |
commit | 25f1e4964d29d08e9dbff8dfa281e4e2288577fd (patch) | |
tree | 9264225b5368e8497dbf17a847012dc8dd8d57e6 | |
parent | 1cb1daa5979817ef26c30197b2c24d1cf0c5c573 (diff) | |
download | clientdata-25f1e4964d29d08e9dbff8dfa281e4e2288577fd.tar.gz clientdata-25f1e4964d29d08e9dbff8dfa281e4e2288577fd.tar.bz2 clientdata-25f1e4964d29d08e9dbff8dfa281e4e2288577fd.tar.xz clientdata-25f1e4964d29d08e9dbff8dfa281e4e2288577fd.zip |
Mobs and Items comment
-rw-r--r-- | graphics/particles/monster-sunshroom.particle.xml | 2 | ||||
-rw-r--r-- | graphics/particles/sunshroom-attack.particle.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/particles/monster-sunshroom.particle.xml b/graphics/particles/monster-sunshroom.particle.xml index 50b2a8cf..46eeb309 100644 --- a/graphics/particles/monster-sunshroom.particle.xml +++ b/graphics/particles/monster-sunshroom.particle.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- -Light blue particles which float to the ground. +Small yellow particles (spores/sundust) which float to the ground and start to burn. --> <effect> <particle position-x="0" position-y="0" position-z="0"> diff --git a/graphics/particles/sunshroom-attack.particle.xml b/graphics/particles/sunshroom-attack.particle.xml index e22c8fe6..4f006b71 100644 --- a/graphics/particles/sunshroom-attack.particle.xml +++ b/graphics/particles/sunshroom-attack.particle.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- -A energy ball like particle effect intended for use of the Moonshroom's attacks. +Small yellow particles (spores/sundust) which float to the ground and start to burn a big bunch is shot forward by Sunshrooms as attack. --> <effect> <particle position-x="0" position-y="0" position-z="22" lifetime="1"> |