diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-03-15 08:43:44 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-03-15 08:43:44 -0400 |
commit | 93d6035dad1eb60fb01648232809e55059dd1cfa (patch) | |
tree | 2384f3991593ce6b4a37e7e289cfdd634aeec380 /xml/playerSpawnHill1.xml | |
parent | c8c09860cb732006e161d26f25ff46e508770218 (diff) |
hills
Diffstat (limited to 'xml/playerSpawnHill1.xml')
-rw-r--r-- | xml/playerSpawnHill1.xml | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/xml/playerSpawnHill1.xml b/xml/playerSpawnHill1.xml index c79b93f..86ee397 100644 --- a/xml/playerSpawnHill1.xml +++ b/xml/playerSpawnHill1.xml @@ -2,17 +2,20 @@ <World> <style background="0" bgm="assets/music/embark.wav" folder="assets/style/classic/" /> <generation type="Random" width="500" /> - <link left="playerSpawnHill2.xml" /> - - <mob x="300" type="1" aggressive="true" /> - - <trigger x="-300" id="Test" /> - + <link right="playerSpawnHill2.xml" /> + <time>12000</time> + + <hill peakx="0" peaky="1000" width="50" /> + + <mob x="300" type="1" aggressive="false" /> + + <!--<trigger x="-300" id="Test" />--> + <npc name="Ralph" hasDialog="true" /> <npc name="Johnny" hasDialog="false" /> - + <page x="-200" id="assets/pages/gootaGoFast.png" /> - + <village name="the Cranmore Tubing Park"> <structure type="0" x="-300" inside="playerSpawnHill1_Building1.xml"/> <structure type="5" x="-500" inside="playerSpawnHill1_Building1.xml"/> @@ -32,20 +35,20 @@ And it wasn't stormy. ...</Trigger> <Dialog name="Ralph"> - + <text id="0" nextid="1" > Hello there! My name is Ralph. </text> - + <text id="1" nextid="2" call="Johnny" callid="0" pause="true" > You should go talk to my friend Johnny. He's a pretty chill dude. </text> - + <text id="2" > Niice. <quest check="Your First Quest" fail="3" /> </text> - + <text id="3"> Go check out Johnny. He's cool. </text> @@ -59,7 +62,7 @@ And it wasn't stormy. Wood Sword,1 </quest> </text> - + <text id="1" nextid="1" pause="true" > Broooooooooooooo... </text> |