blob: 9d0838b80187e7ba68db32143fcaaadc37d8d973 (
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
|
<?xml version="1.0"?>
<World>
<style background="0" bgm="assets/music/embark.wav" folder="assets/style/classic/"/>
<generation width="1600"/>
<time>6000</time>
<spawnx>-300</spawnx>
<npc name="Sanc" hasDialog="true" health="1" x="23.971899" y="59.998001" dindex="9999"/>
<npc name="Bob" hasDialog="true" spawnx="30" health="1" x="308.18121" y="60.597992" 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'swag, man!" desc="Go inside Bob'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"/>
<set id="canJump" value="1"/>
</text>
</Dialog>
|