diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-24 23:09:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-24 23:09:16 -0300 |
commit | 9576865afed63efdc946022fd2a59b91b2ab9506 (patch) | |
tree | 7865289e66fc7869d453ce7ec62a08b12f3b1804 /graphics | |
parent | aeb0fbc68690e7d5a7c1f62f0ec6ad4b3cf99d74 (diff) | |
download | clientdata-9576865afed63efdc946022fd2a59b91b2ab9506.tar.gz clientdata-9576865afed63efdc946022fd2a59b91b2ab9506.tar.bz2 clientdata-9576865afed63efdc946022fd2a59b91b2ab9506.tar.xz clientdata-9576865afed63efdc946022fd2a59b91b2ab9506.zip |
Effect ID 34 falling foot from skies. It'll be simpler to implement than jailing.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/particles/python.png | bin | 0 -> 810796 bytes | |||
-rw-r--r-- | graphics/particles/python.xml | 19 |
2 files changed, 19 insertions, 0 deletions
diff --git a/graphics/particles/python.png b/graphics/particles/python.png Binary files differnew file mode 100644 index 00000000..26df79fd --- /dev/null +++ b/graphics/particles/python.png diff --git a/graphics/particles/python.xml b/graphics/particles/python.xml new file mode 100644 index 00000000..35c28b1e --- /dev/null +++ b/graphics/particles/python.xml @@ -0,0 +1,19 @@ +<?xml version="1.0"?> +<!-- Author: Gumi +Copyright (C) 2004-2020 The Mana World --> + +<effect> + <particle + position-x="0" + position-y="0" + position-z="270" + lifetime="300"> + <animation + imageset="graphics/particles/python.png" + width="512" + height="512"> + <sequence start="0" end="8" delay="40"/> + <frame index="8"/> + </animation> + </particle> +</effect> |