diff options
-rw-r--r-- | effects.xml | 1 | ||||
-rw-r--r-- | graphics/particles/circle-magic-short.xml | 33 | ||||
-rw-r--r-- | graphics/particles/hastefurry.particle.xml | 3 | ||||
-rw-r--r-- | quests.xml | 14 |
4 files changed, 45 insertions, 6 deletions
diff --git a/effects.xml b/effects.xml index a0303979..b2d56817 100644 --- a/effects.xml +++ b/effects.xml @@ -55,6 +55,7 @@ Copyright (C) 2018 TMW2: Moubootaur Legends <effect id="61" particle="graphics/particles/black.particle.xml"/> <effect id="62" particle="graphics/particles/darkblueflame.particle.xml"/> <!-- dark blue torch fire --> <effect id="63" particle="graphics/particles/magic-shield.xml"/> <!-- Aeros Landing --> + <effect id="64" particle="graphics/particles/circle-magic-short.xml"/> <!-- Magical Warp Particle --> <effect id="150" particle="graphics/particles/healing.xml"/> <!-- Potion particle effect. --> diff --git a/graphics/particles/circle-magic-short.xml b/graphics/particles/circle-magic-short.xml new file mode 100644 index 00000000..6b724c9d --- /dev/null +++ b/graphics/particles/circle-magic-short.xml @@ -0,0 +1,33 @@ +<?xml version="1.0"?> + +<effect> + <particle + position-x = "16" + position-y = "24" + position-z = "0" + lifetime="500" + > + + <animation imageset="graphics/particles/circle-magic.png" width="78" height="55"> + <sequence start="0" end="9" delay="80"/> + </animation> + + <emitter> + <property name="horizontal-angle" min="0" max="360"/> + <property name="vertical-angle" value="0"/> + <property name="lifetime" value="1"/> + <property name="output" min="0" max="1"/> + <property name="power" value="30"/> + <emitter> + <property name="vertical-angle" value="90"/> + <property name="output" min="0" max="1"/> + <property name="power" value="1"/> + <animation imageset="graphics/particles/circle-magic-trail.png" width="6" height="17"> + <sequence start="0" end="9" delay="80"/> + <end/> + </animation> + </emitter> + </emitter> + + </particle> +</effect> diff --git a/graphics/particles/hastefurry.particle.xml b/graphics/particles/hastefurry.particle.xml index ebbfb5ae..295e1cb0 100644 --- a/graphics/particles/hastefurry.particle.xml +++ b/graphics/particles/hastefurry.particle.xml @@ -5,8 +5,7 @@ Effect for attack speed buff purple small particle <effect> <particle position-x="0" position-y="0" - position-z="0" - lifetime="500"> + position-z="0"> <emitter> <property name="position-z" min="16" max="96"/> <property name="vertical-angle" min="0" max="90"/> @@ -178,7 +178,7 @@ Copyright (C) 2018 TMW2: Moubootaur Legends --> <!-- GENERAL QUESTS --> <var id="12"> <effect map="002-4.tmx" npc="406" value="0" effect="12"/> - <effect map="012-2.tmx" npc="315" value="3,4,5" effect="12"/> + <effect map="012-2.tmx" npc="315" value="4,5,6" effect="12"/> <effect map="012-2.tmx" npc="315" value="6" effect="13"/> <quest name="★ - Who Am I?" group="General" incomplete="0"> <name>In Seek Of True Identity</name> @@ -227,17 +227,23 @@ Copyright (C) 2018 TMW2: Moubootaur Legends --> </quest> <quest name="★ - Who Am I?" group="General" incomplete="5"> <name>In Seek Of True Identity</name> - <text>Hurnscald's mayor, Rakinorf, is a complicated man.</text> - <text>I wonder how many tries it'll take until he actually helps me...</text> + <text>Hurnscald's mayor, Rakinorf, should be on the Inn upstairs.</text> + <text>That's usually an area restricted to sponsors, but they did an exception.</text> <text></text> </quest> <quest name="★ - Who Am I?" group="General" incomplete="6"> <name>In Seek Of True Identity</name> + <text>Hurnscald's mayor, Rakinorf, is a complicated man.</text> + <text>I should use those Return Potions to reach Halin before they expire.</text> + <text></text> + </quest> + <quest name="★ - Who Am I?" group="General" incomplete="7"> + <name>In Seek Of True Identity</name> <text>Halinarzo's Librarian asked for three hours.</text> <text>I should do some bandit extermination on the canyon meanwhile.</text> <text></text> </quest> - <quest name="★ - Who Am I?" group="General" incomplete="7"> + <quest name="★ - Who Am I?" group="General" incomplete="8"> <name>It's Not About Me</name> <text>I listen the real story about missing documents.</text> <text>It was not really epic, it just says the only failure Andrei Sakar ever did.</text> |