aboutsummaryrefslogtreecommitdiffstats
path: root/xml/!town.xml
blob: fd14db3042a55e0f3501637be7ba1ddf925827c7 (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 type="Random" width="1600"/>
    <time>6000</time>
    <spawnx>-300</spawnx>
    <npc name="Sanc" hasDialog="true" health="1" x="-46.236156" y="62.098995" dindex="9999"/>
    <npc name="Bob" hasDialog="true" spawnx="30" health="1" x="271.72144" y="74.999023" 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!" 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"/>
        <set id="canJump" value="1"/>
    </text>
</Dialog>