aboutsummaryrefslogtreecommitdiffstats
path: root/xml/!town.xml
diff options
context:
space:
mode:
Diffstat (limited to 'xml/!town.xml')
-rw-r--r--xml/!town.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/xml/!town.xml b/xml/!town.xml
new file mode 100644
index 0000000..51fc08d
--- /dev/null
+++ b/xml/!town.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0"?>
+<World>
+ <style background="0" bgm="assets/music/embark.wav" folder="assets/style/classic/"/>
+ <generation type="Random" width="1600"/>
+ <time>6000</time>
+ <spawnx>-300</spawnx>
+ <npc name="Sanc" hasDialog="true"/>
+ <npc name="Bob" hasDialog="true" spawnx="30"/>
+ <structure type="1" spawnx="300" alive="1"/>
+ <structure inside="bobshouse.xml" type="1" spawnx="10" alive="1"/>
+ <chest alive="1"/>
+</World>
+
+<Dialog name="Bob">
+ <text id="0" nextid="1" pause="true">
+ <give id="Dank MayMay" count="10"/>
+ <content alive="1">
+ Hey there! The name's Bob. Good to see you've finally woken up from your nap by the cliff there... lol
+ </content>
+ </text>
+ <text id="1" pause="true" alive="1">
+ <quest assign="Check out m&apos;swag, man!" desc="Go inside Bob&apos;s house and check out the stuff he has."/>
+ <content>
+ Looks like you've got yourself pretty empty handed... you know, I have a simple solution for that. Come on inside, I have somethin' to show you.
+ </content>
+ </text>
+</Dialog>
+
+<Dialog name="Sanc">
+ <text id="0">
+ <set id="Slow" value="0"/>
+ <set id="canSprint" value="1"/>
+ </text>
+</Dialog>