diff options
author | nmaligec <wouldnot@hotmail.com> | 2011-01-03 14:51:53 -0500 |
---|---|---|
committer | nmaligec <wouldnot@hotmail.com> | 2011-01-03 14:51:53 -0500 |
commit | 105ad9f62ec6c2cf01302243081f371c8bc164a6 (patch) | |
tree | 3e0374d7c10773c809ac826a93bec565493f85b0 /graphics/particles/casket-lid.xml | |
parent | 6471ef6dbcb8b99649a69d6a3b0a26be9650c4e3 (diff) | |
download | clientdata-105ad9f62ec6c2cf01302243081f371c8bc164a6.tar.gz clientdata-105ad9f62ec6c2cf01302243081f371c8bc164a6.tar.bz2 clientdata-105ad9f62ec6c2cf01302243081f371c8bc164a6.tar.xz clientdata-105ad9f62ec6c2cf01302243081f371c8bc164a6.zip |
Updates I made since ta-client-testing repo was closed: minor fix to Hurnsald map entrances, plus additions for the crypt quest.
Diffstat (limited to 'graphics/particles/casket-lid.xml')
-rwxr-xr-x | graphics/particles/casket-lid.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/particles/casket-lid.xml b/graphics/particles/casket-lid.xml new file mode 100755 index 00000000..a737fd6c --- /dev/null +++ b/graphics/particles/casket-lid.xml @@ -0,0 +1,19 @@ +<?xml version="1.0"?> + +<effect> + <!-- The lid opening portion of the casket trap--> + <particle position-x="0" position-y="0" position-z="43" lifetime="110"> + <emitter> + <property name="position-y" value="37" /> + <property name="lifetime" value="110"/> + <property name="output" value="1"/> + <property name="output-pause" value="15"/> + <animation imageset="graphics/particles/casket-trap_96x96.png" width="96" height="96"> + <frame index="11" delay="100"/> + <frame index="12" delay="900"/> + <frame index="11" delay="100"/> + </animation> + </emitter> + </particle> + +</effect> |