summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE2
-rw-r--r--effects.xml4
-rw-r--r--graphics/particles/smoke.pngbin0 -> 948 bytes
-rw-r--r--graphics/particles/smoke.xml19
4 files changed, 25 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index d9e0f319..d8340a58 100644
--- a/LICENSE
+++ b/LICENSE
@@ -246,6 +246,7 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE
graphics/particles/star-small.png (Crush) (CC BY-SA 3.0) (-)
graphics/particles/training-arrow.png (Alige, Crush) (CC BY-SA 3.0) (Reid)
graphics/particles/zzz.png (Reid) (CC BY-SA 3.0) (Alige, Hal9000)
+ graphics/particles/smoke.png (?) (GPLv2) (TMW Org.)
# Skills
graphics/skills/bash.png (Othello, Reid) (CC BY-SA 3.0) (-)
@@ -454,6 +455,7 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE
# Tilesets
graphics/tilesets/accessory.png (Alige, Coolkid782, Hal9000, Len, Reid) (CC BY-SA 3.0) (-)
+ graphics/tilesets/arrows.png (-) (CC0) (-)
graphics/tilesets/artis-accessory.png (EJlol, IvanMorve, Len, Reid) (CC BY-SA 3.0) (Saweres)
graphics/tilesets/artis-accessory-x1x2.png (EJlol, IvanMorve, Reid) (CC BY-SA 3.0) (-)
graphics/tilesets/artis-archway-x1x4.png (IvanMorve, Reid) (CC BY-SA 3.0) (-)
diff --git a/effects.xml b/effects.xml
index 4a4fb502..f229b0d0 100644
--- a/effects.xml
+++ b/effects.xml
@@ -37,6 +37,10 @@ Copyright (C) 2010-2014 Evol Online -->
<effect id="29" audio="npcs/fishing-cast.ogg"/> <!-- Throwing the bait in the water, in the fishing script. -->
<effect id="30" audio="npcs/fishing-bite.ogg"/> <!-- Fish biting the bait, in the fishing script. -->
<effect id="33" audio="monsters/piou/hit1.ogg"/> <!-- when clicking the flying piou -->
+
+ <!-- Reserved for TMW2: id 50~100 -->
+ <effect id="50" particle="graphics/particles/smoke.xml"/> <!-- Smoke particle effect. -->
+
<effect id="344"/> <!-- @summon GM command particle effect. -->
<effect id="10000" particle="graphics/particles/spirit.xml"/> <!-- Spirit ball. -->
diff --git a/graphics/particles/smoke.png b/graphics/particles/smoke.png
new file mode 100644
index 00000000..01fd98e7
--- /dev/null
+++ b/graphics/particles/smoke.png
Binary files differ
diff --git a/graphics/particles/smoke.xml b/graphics/particles/smoke.xml
new file mode 100644
index 00000000..e57ea4b9
--- /dev/null
+++ b/graphics/particles/smoke.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>
+<effect>
+ <particle position-x="0"
+ position-y="0"
+ position-z="27"
+ lifetime="200">
+ <emitter>
+ <property name="image" value="graphics/particles/smoke.png"/>
+ <property name="vertical-angle" value="90"/>
+ <property name="power" value="1.5"/>
+ <property name="lifetime" value="50"/>
+ <property name="fade-in" value="5"/>
+ <property name="fade-out" value="25"/>
+ <property name="output" min="1" max="1"/>
+ <property name="position-x" min="-8" max="8"/>
+ <property name="position-y" value="32"/>
+ </emitter>
+ </particle>
+</effect>