-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDragonCrawlptype.ifd
111 lines (89 loc) · 2.17 KB
/
DragonCrawlptype.ifd
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<game>
%the new ptype tag that lets us declare what kind of player we are using
<ptype>hsps</ptype>
<links>
<linkset>2,6,3,4</linkset>
<linkset>2,1,2,2</linkset>
<linkset>3,3,3,1</linkset>
<linkset>4,4,1,5</linkset>
<linkset>5,5,4,5</linkset>
<linkset>6,6,6,6</linkset>
</links>
% Area1
<area>
<desc>You're lost in the Heart of the Dungeon. Don't get eaten.</desc>
<feats>0,0</feats>
</area>
<item>
<name>Silver Bell</name>
<desc>It's a simple silver bell. Could it be a dinner bell?</desc>
<star>1</star>
</item>
<item>
<name>Letter</name>
<desc>This is a note. The note reads: "This is an interactive fiction game. Try typing help for a list of commands. Be cool."</desc>
<star>1</star>
</item>
% Area2
<area>
<desc>Castle Tower. Put some other descriptive text here.
<feats>0,0</feats>
</area>
<item>
<name>Bronze Chalice</name>
<desc>This chalice appears to have an elixer in it.</desc>
<star>2</star>
</item>
%This is a comment just as an example
<item>
<name>Fire Extenguisher</name>
<desc>It's used to put out fires.</desc>
<star>2</star>
</item>
<item>
<name>Nest</name>
<desc>It's a nest. It's pretty nasty.</desc>
<star>2</star>
</item>
<item>
<name>Poop</name>
<desc>I mean, do Bears poop in the woods? Well... where do you think Dragons poop?</desc>
<star>2</star>
</item>
<item>
<name>Dragon's Breakfast</name>
<desc>It's a hot mess.</desc>
<star>2</star>
</item>
%Here's another comment.
% Area3
<area>
<desc>DRAGON!!! You made a FANTASTIC snack!</desc>
<feats>1,0</feats>
</area>
% Area4
<area>
<desc>Dragon's Lair: At least there's no dragon here.</desc>
<feats>0,0</feats>
</area>
<item>
<name>Golden Key</name>
<desc>It is a golden key.</desc>
<star>4</star>
</item>
% Area5
<area>
<desc>Dragon's Breath: The air is so noxious here you can barely breath, or even SEE!</desc>
<feats>0,0</feats>
</area>
<item>
<name>Trophy</name>
<desc>It's a trophy that says, "#1 Boss" on it.</desc>
<star>5</star>
</item>
% Area 6
<area>
<desc>Escape! Fresh air! You didn't die! Great. Good for you.</desc>
<feats>0,1</feats>
</area>
</game>