aboutsummaryrefslogtreecommitdiffstats
path: root/xml/playerSpawnHill1_Building1.xml
blob: cbb41d0879d81ce0c8a79f4140630254cc65a9bf (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0"?>
<IndoorWorld>
	<style background="1" bgm="assets/music/theme_jazz.wav" />
	<generation type="Random" width="300" />

	<npc name="Bob" hasDialog="true" />

</IndoorWorld>

<Dialog name="Bob">
	<text id="0" nextid="1" pause="true">
		Hey. Have a Dank MayMay :)
		<give id="Dank MayMay" count="1" />
	</text>

	<text id="1" nextid="2">
		What? You want another Dank MayMay?
	</text>

	<text id="2" nextid="3" pause="true">
		K.
		<give id="Dank MayMay" count="1" />
	</text>

	<text id="3" nextid="4">
		Well... I'm out of Dank MayMays.
	</text>

	<text id="4">
		Have a sword though.
		<give id="Wood Sword"  count="1"/>
		<give id="Wood Sword2"  count="1"/>
		<give id="Wood Sword3"  count="1"/>
		<give id="Wood Sword4"  count="1"/>
		<give id="Wood Sword5"  count="1"/>
		<give id="Wood Sword6"  count="1"/>
		<give id="Wood Sword7"  count="1"/>
		<give id="Wood Sword8"  count="1"/>
		<give id="Wood Sword9"  count="1"/>
		<give id="Wood Sword10"  count="1"/>
		<give id="Wood Sword11"  count="1"/>
		<give id="Wood Sword12"  count="1"/>
		<give id="Wood Sword13"  count="1"/>
		<give id="Wood Sword14"  count="1"/>
		<give id="Wood Sword15"  count="1"/>
		<give id="Wood Sword16"  count="1"/>
		<give id="Wood Sword17"  count="1"/>
		<give id="Wood Sword18"  count="1"/>
		<give id="Wood Sword19"  count="1"/>
		<give id="Wood Sword20"  count="1"/>
		<give id="Wood Sword21"  count="1"/>
		<give id="Wood Sword22"  count="1"/>
		<give id="Wood Sword23"  count="1"/>
		<give id="Wood Sword24"  count="1"/>
		<give id="Wood Sword25"  count="1"/>
		<give id="Wood Sword26"  count="1"/>
		<give id="Wood Sword27"  count="1"/>
		<give id="Wood Sword28"  count="1"/>
		<give id="Wood Sword29"  count="1"/>
		<give id="Wood Sword30"  count="1"/>
		<give id="Wood Sword31"  count="1"/>
		<give id="Wood Sword32"  count="1"/>
		<give id="Wood Sword33"  count="1"/>
		<give id="Wood Sword34"  count="1"/>
		<give id="Wood Sword35"  count="1"/>
		<give id="Wood Sword36"  count="1"/>
		<give id="Wood Sword37"  count="1"/>
		<give id="Wood Sword38"  count="1"/>
		<give id="Wood Sword39"  count="1"/>
	</text>

</Dialog>