blob: 2e7e576fc57de4bc0e65a8164e5a56c9cfe754c7 (
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
|
<?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="607.58258" y="68.099052" dindex="9999"/>
<npc name="Bob" hasDialog="true" spawnx="30" health="1" x="-117.91962" y="63.499046" dindex="9999"/>
<structure type="1" spawnx="300" alive="1"/>
<structure inside="bobshouse.xml" type="1" spawnx="10" alive="1"/>
</World>
<Dialog name="Bob">
<text id="0" nextid="1" pause="true">
<content>
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">
<quest assign="Check out m'swag, man!">
No description
</quest>
<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>
|