aboutsummaryrefslogtreecommitdiffstats
path: root/xml/town.xml
blob: b9da09c711a17e61e4fb05f800717c11c3d69e24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?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" health="1" x="464.45755" y="65.399185" dindex="0"/>
    <npc name="Bob" hasDialog="true" spawnx="30" health="1" x="-772.5" y="59.999001" dindex="0"/>
    <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!" health="1" x="-197.83293" y="71.963989" dindex="0">
			No description
		</quest>
        <content health="1" x="-206.1515" y="70.798996" dindex="0">
			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>