@rpgm-tools/neo-angband-content 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +43 -0
- package/README.md +65 -0
- package/dist/compile.d.ts +10 -0
- package/dist/compile.d.ts.map +1 -0
- package/dist/compile.js +42 -0
- package/dist/compile.js.map +1 -0
- package/dist/data-exactness.reader.d.ts +105 -0
- package/dist/data-exactness.reader.d.ts.map +1 -0
- package/dist/data-exactness.reader.js +547 -0
- package/dist/data-exactness.reader.js.map +1 -0
- package/dist/index.d.ts +17 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +15 -0
- package/dist/index.js.map +1 -0
- package/dist/parser.d.ts +70 -0
- package/dist/parser.d.ts.map +1 -0
- package/dist/parser.js +365 -0
- package/dist/parser.js.map +1 -0
- package/dist/records.d.ts +101 -0
- package/dist/records.d.ts.map +1 -0
- package/dist/records.js +244 -0
- package/dist/records.js.map +1 -0
- package/dist/specs/generate.d.ts +12 -0
- package/dist/specs/generate.d.ts.map +1 -0
- package/dist/specs/generate.js +57 -0
- package/dist/specs/generate.js.map +1 -0
- package/dist/specs/index.d.ts +9 -0
- package/dist/specs/index.d.ts.map +1 -0
- package/dist/specs/index.js +60 -0
- package/dist/specs/index.js.map +1 -0
- package/dist/specs/init.d.ts +23 -0
- package/dist/specs/init.d.ts.map +1 -0
- package/dist/specs/init.js +305 -0
- package/dist/specs/init.js.map +1 -0
- package/dist/specs/misc.d.ts +33 -0
- package/dist/specs/misc.d.ts.map +1 -0
- package/dist/specs/misc.js +146 -0
- package/dist/specs/misc.js.map +1 -0
- package/dist/specs/mon-init.d.ts +22 -0
- package/dist/specs/mon-init.d.ts.map +1 -0
- package/dist/specs/mon-init.js +157 -0
- package/dist/specs/mon-init.js.map +1 -0
- package/dist/specs/obj-init.d.ts +19 -0
- package/dist/specs/obj-init.d.ts.map +1 -0
- package/dist/specs/obj-init.js +219 -0
- package/dist/specs/obj-init.js.map +1 -0
- package/dist/specs/ui-entry.d.ts +22 -0
- package/dist/specs/ui-entry.d.ts.map +1 -0
- package/dist/specs/ui-entry.js +69 -0
- package/dist/specs/ui-entry.js.map +1 -0
- package/dist/specs/visuals.d.ts +26 -0
- package/dist/specs/visuals.d.ts.map +1 -0
- package/dist/specs/visuals.js +35 -0
- package/dist/specs/visuals.js.map +1 -0
- package/pack/activation.json +3340 -0
- package/pack/artifact.json +5146 -0
- package/pack/blow_effects.json +370 -0
- package/pack/blow_methods.json +286 -0
- package/pack/body.json +59 -0
- package/pack/brand.json +100 -0
- package/pack/chest_trap.json +117 -0
- package/pack/class.json +5501 -0
- package/pack/constants.json +470 -0
- package/pack/curse.json +580 -0
- package/pack/dungeon_profile.json +836 -0
- package/pack/ego_item.json +2900 -0
- package/pack/flavor.json +1541 -0
- package/pack/hints.json +303 -0
- package/pack/history.json +1656 -0
- package/pack/manifest.json +52 -0
- package/pack/monster.json +29392 -0
- package/pack/monster_base.json +688 -0
- package/pack/monster_spell.json +2735 -0
- package/pack/names.json +1204 -0
- package/pack/object.json +11877 -0
- package/pack/object_base.json +364 -0
- package/pack/object_property.json +2034 -0
- package/pack/p_race.json +447 -0
- package/pack/pain.json +150 -0
- package/pack/pit.json +617 -0
- package/pack/player_property.json +519 -0
- package/pack/player_timed.json +1321 -0
- package/pack/projection.json +664 -0
- package/pack/quest.json +18 -0
- package/pack/realm.json +34 -0
- package/pack/room_template.json +9571 -0
- package/pack/shape.json +263 -0
- package/pack/slay.json +116 -0
- package/pack/store.json +675 -0
- package/pack/summon.json +143 -0
- package/pack/terrain.json +511 -0
- package/pack/trap.json +1483 -0
- package/pack/ui_entry.json +382 -0
- package/pack/ui_entry_base.json +60 -0
- package/pack/ui_entry_renderer.json +43 -0
- package/pack/ui_knowledge.json +302 -0
- package/pack/vault.json +4355 -0
- package/pack/visuals.json +680 -0
- package/pack/world.json +1030 -0
- package/package.json +67 -0
- package/src/compile.ts +55 -0
- package/src/data-exactness.reader.ts +559 -0
- package/src/index.ts +31 -0
- package/src/parser.ts +406 -0
- package/src/records.ts +341 -0
- package/src/specs/generate.ts +61 -0
- package/src/specs/index.ts +103 -0
- package/src/specs/init.ts +322 -0
- package/src/specs/misc.ts +153 -0
- package/src/specs/mon-init.ts +165 -0
- package/src/specs/obj-init.ts +230 -0
- package/src/specs/ui-entry.ts +74 -0
- package/src/specs/visuals.ts +37 -0
package/pack/trap.json
ADDED
|
@@ -0,0 +1,1483 @@
|
|
|
1
|
+
{
|
|
2
|
+
"file": "trap",
|
|
3
|
+
"source": "lib/gamedata/trap.txt",
|
|
4
|
+
"records": [
|
|
5
|
+
{
|
|
6
|
+
"name": {
|
|
7
|
+
"name": "no trap",
|
|
8
|
+
"desc": "no trap"
|
|
9
|
+
},
|
|
10
|
+
"graphics": {
|
|
11
|
+
"glyph": " ",
|
|
12
|
+
"color": "w"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": {
|
|
17
|
+
"name": "glyph of warding",
|
|
18
|
+
"desc": "glyph of warding"
|
|
19
|
+
},
|
|
20
|
+
"graphics": {
|
|
21
|
+
"glyph": ";",
|
|
22
|
+
"color": "y"
|
|
23
|
+
},
|
|
24
|
+
"appear": {
|
|
25
|
+
"rarity": 0,
|
|
26
|
+
"mindepth": 0,
|
|
27
|
+
"maxnum": 0
|
|
28
|
+
},
|
|
29
|
+
"flags": [
|
|
30
|
+
"GLYPH | VISIBLE | FLOOR"
|
|
31
|
+
],
|
|
32
|
+
"desc": [
|
|
33
|
+
"A magical rune which monsters cannot pass without difficulty."
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": {
|
|
38
|
+
"name": "decoy",
|
|
39
|
+
"desc": "decoy"
|
|
40
|
+
},
|
|
41
|
+
"graphics": {
|
|
42
|
+
"glyph": ";",
|
|
43
|
+
"color": "G"
|
|
44
|
+
},
|
|
45
|
+
"appear": {
|
|
46
|
+
"rarity": 0,
|
|
47
|
+
"mindepth": 0,
|
|
48
|
+
"maxnum": 0
|
|
49
|
+
},
|
|
50
|
+
"flags": [
|
|
51
|
+
"GLYPH | VISIBLE | FLOOR"
|
|
52
|
+
],
|
|
53
|
+
"desc": [
|
|
54
|
+
"A magical decoy which sounds and looks like the player."
|
|
55
|
+
]
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": {
|
|
59
|
+
"name": "door lock",
|
|
60
|
+
"desc": "door lock"
|
|
61
|
+
},
|
|
62
|
+
"graphics": {
|
|
63
|
+
"glyph": " ",
|
|
64
|
+
"color": "w"
|
|
65
|
+
},
|
|
66
|
+
"appear": {
|
|
67
|
+
"rarity": 0,
|
|
68
|
+
"mindepth": 0,
|
|
69
|
+
"maxnum": 0
|
|
70
|
+
},
|
|
71
|
+
"flags": [
|
|
72
|
+
"LOCK | INVISIBLE"
|
|
73
|
+
],
|
|
74
|
+
"desc": [
|
|
75
|
+
"A device which makes a closed door harder to open."
|
|
76
|
+
]
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": {
|
|
80
|
+
"name": "web",
|
|
81
|
+
"desc": "web"
|
|
82
|
+
},
|
|
83
|
+
"graphics": {
|
|
84
|
+
"glyph": "%",
|
|
85
|
+
"color": "y"
|
|
86
|
+
},
|
|
87
|
+
"appear": {
|
|
88
|
+
"rarity": 0,
|
|
89
|
+
"mindepth": 0,
|
|
90
|
+
"maxnum": 0
|
|
91
|
+
},
|
|
92
|
+
"flags": [
|
|
93
|
+
"WEB | VISIBLE"
|
|
94
|
+
],
|
|
95
|
+
"desc": [
|
|
96
|
+
"A tangle of sticky spider webs."
|
|
97
|
+
]
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"name": {
|
|
101
|
+
"name": "trap door",
|
|
102
|
+
"desc": "trap door"
|
|
103
|
+
},
|
|
104
|
+
"graphics": {
|
|
105
|
+
"glyph": "^",
|
|
106
|
+
"color": "w"
|
|
107
|
+
},
|
|
108
|
+
"appear": {
|
|
109
|
+
"rarity": 1,
|
|
110
|
+
"mindepth": 2,
|
|
111
|
+
"maxnum": 0
|
|
112
|
+
},
|
|
113
|
+
"visibility": "2d10M50",
|
|
114
|
+
"flags": [
|
|
115
|
+
"TRAP | FLOOR | DOWN"
|
|
116
|
+
],
|
|
117
|
+
"effect": [
|
|
118
|
+
{
|
|
119
|
+
"eff": "DAMAGE",
|
|
120
|
+
"dice": "2d8"
|
|
121
|
+
}
|
|
122
|
+
],
|
|
123
|
+
"save": "FEATHER",
|
|
124
|
+
"desc": [
|
|
125
|
+
"It looks like floor, but step incautiously and you will fall through."
|
|
126
|
+
],
|
|
127
|
+
"msg": [
|
|
128
|
+
"You fall through a trap door!"
|
|
129
|
+
],
|
|
130
|
+
"msg-good": [
|
|
131
|
+
"You float gently down to the next level."
|
|
132
|
+
]
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"name": {
|
|
136
|
+
"name": "pit",
|
|
137
|
+
"desc": "pit"
|
|
138
|
+
},
|
|
139
|
+
"graphics": {
|
|
140
|
+
"glyph": "^",
|
|
141
|
+
"color": "s"
|
|
142
|
+
},
|
|
143
|
+
"appear": {
|
|
144
|
+
"rarity": 1,
|
|
145
|
+
"mindepth": 2,
|
|
146
|
+
"maxnum": 0
|
|
147
|
+
},
|
|
148
|
+
"visibility": "90",
|
|
149
|
+
"flags": [
|
|
150
|
+
"TRAP | FLOOR | PIT"
|
|
151
|
+
],
|
|
152
|
+
"effect": [
|
|
153
|
+
{
|
|
154
|
+
"eff": "DAMAGE",
|
|
155
|
+
"dice": "2d6"
|
|
156
|
+
}
|
|
157
|
+
],
|
|
158
|
+
"save": "FEATHER",
|
|
159
|
+
"desc": [
|
|
160
|
+
"A hole dug to snare the unwary."
|
|
161
|
+
],
|
|
162
|
+
"msg": [
|
|
163
|
+
"You fall into a pit!"
|
|
164
|
+
],
|
|
165
|
+
"msg-good": [
|
|
166
|
+
"You float gently to the bottom of the pit."
|
|
167
|
+
]
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"name": {
|
|
171
|
+
"name": "pit",
|
|
172
|
+
"desc": "spiked pit"
|
|
173
|
+
},
|
|
174
|
+
"graphics": {
|
|
175
|
+
"glyph": "^",
|
|
176
|
+
"color": "s"
|
|
177
|
+
},
|
|
178
|
+
"appear": {
|
|
179
|
+
"rarity": 1,
|
|
180
|
+
"mindepth": 2,
|
|
181
|
+
"maxnum": 0
|
|
182
|
+
},
|
|
183
|
+
"visibility": "80",
|
|
184
|
+
"flags": [
|
|
185
|
+
"TRAP | FLOOR | PIT"
|
|
186
|
+
],
|
|
187
|
+
"effect": [
|
|
188
|
+
{
|
|
189
|
+
"eff": "DAMAGE",
|
|
190
|
+
"dice": "2d6"
|
|
191
|
+
}
|
|
192
|
+
],
|
|
193
|
+
"effect-xtra": [
|
|
194
|
+
{
|
|
195
|
+
"eff": "DAMAGE",
|
|
196
|
+
"dice-xtra": "2d6"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"eff": "TIMED_INC",
|
|
200
|
+
"type": "CUT",
|
|
201
|
+
"dice-xtra": "4d6"
|
|
202
|
+
}
|
|
203
|
+
],
|
|
204
|
+
"save": "FEATHER",
|
|
205
|
+
"desc": [
|
|
206
|
+
"A hole dug to snare the unwary, with spikes."
|
|
207
|
+
],
|
|
208
|
+
"msg": [
|
|
209
|
+
"You fall into a spiked pit!"
|
|
210
|
+
],
|
|
211
|
+
"msg-good": [
|
|
212
|
+
"You float gently to the bottom of the pit, neatly avoiding the spikes."
|
|
213
|
+
],
|
|
214
|
+
"msg-xtra": [
|
|
215
|
+
"You are impaled!"
|
|
216
|
+
]
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"name": {
|
|
220
|
+
"name": "pit",
|
|
221
|
+
"desc": "poison pit"
|
|
222
|
+
},
|
|
223
|
+
"graphics": {
|
|
224
|
+
"glyph": "^",
|
|
225
|
+
"color": "s"
|
|
226
|
+
},
|
|
227
|
+
"appear": {
|
|
228
|
+
"rarity": 1,
|
|
229
|
+
"mindepth": 2,
|
|
230
|
+
"maxnum": 0
|
|
231
|
+
},
|
|
232
|
+
"visibility": "70",
|
|
233
|
+
"flags": [
|
|
234
|
+
"TRAP | FLOOR | PIT"
|
|
235
|
+
],
|
|
236
|
+
"effect": [
|
|
237
|
+
{
|
|
238
|
+
"eff": "DAMAGE",
|
|
239
|
+
"dice": "2d6"
|
|
240
|
+
}
|
|
241
|
+
],
|
|
242
|
+
"effect-xtra": [
|
|
243
|
+
{
|
|
244
|
+
"eff": "TIMED_INC",
|
|
245
|
+
"type": "CUT",
|
|
246
|
+
"dice-xtra": "4d6"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"eff": "TIMED_INC",
|
|
250
|
+
"type": "POISONED",
|
|
251
|
+
"dice-xtra": "8d6"
|
|
252
|
+
}
|
|
253
|
+
],
|
|
254
|
+
"save": "FEATHER",
|
|
255
|
+
"desc": [
|
|
256
|
+
"A hole dug to snare the unwary, with poisoned spikes."
|
|
257
|
+
],
|
|
258
|
+
"msg": [
|
|
259
|
+
"You fall into a spiked pit!"
|
|
260
|
+
],
|
|
261
|
+
"msg-good": [
|
|
262
|
+
"You float gently to the bottom of the pit, neatly avoiding the spikes."
|
|
263
|
+
],
|
|
264
|
+
"msg-xtra": [
|
|
265
|
+
"You are impaled on poisonous spikes!"
|
|
266
|
+
]
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"name": {
|
|
270
|
+
"name": "strange rune",
|
|
271
|
+
"desc": "rune of summon foe"
|
|
272
|
+
},
|
|
273
|
+
"graphics": {
|
|
274
|
+
"glyph": "^",
|
|
275
|
+
"color": "B"
|
|
276
|
+
},
|
|
277
|
+
"appear": {
|
|
278
|
+
"rarity": 1,
|
|
279
|
+
"mindepth": 3,
|
|
280
|
+
"maxnum": 0
|
|
281
|
+
},
|
|
282
|
+
"visibility": "0",
|
|
283
|
+
"flags": [
|
|
284
|
+
"TRAP | FLOOR | ONETIME | MAGICAL"
|
|
285
|
+
],
|
|
286
|
+
"effect": [
|
|
287
|
+
{
|
|
288
|
+
"eff": "SUMMON",
|
|
289
|
+
"type": "MONSTER",
|
|
290
|
+
"radius": 0,
|
|
291
|
+
"other": 5,
|
|
292
|
+
"dice": "1"
|
|
293
|
+
}
|
|
294
|
+
],
|
|
295
|
+
"desc": [
|
|
296
|
+
"A magical rune which calls a monster to attack you."
|
|
297
|
+
],
|
|
298
|
+
"msg": [
|
|
299
|
+
"A new foe appears from nowhere!"
|
|
300
|
+
]
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"name": {
|
|
304
|
+
"name": "strange rune",
|
|
305
|
+
"desc": "rune of summoning"
|
|
306
|
+
},
|
|
307
|
+
"graphics": {
|
|
308
|
+
"glyph": "^",
|
|
309
|
+
"color": "B"
|
|
310
|
+
},
|
|
311
|
+
"appear": {
|
|
312
|
+
"rarity": 2,
|
|
313
|
+
"mindepth": 3,
|
|
314
|
+
"maxnum": 0
|
|
315
|
+
},
|
|
316
|
+
"visibility": "0",
|
|
317
|
+
"flags": [
|
|
318
|
+
"TRAP | FLOOR | ONETIME | MAGICAL"
|
|
319
|
+
],
|
|
320
|
+
"effect": [
|
|
321
|
+
{
|
|
322
|
+
"eff": "SUMMON",
|
|
323
|
+
"type": "ANY",
|
|
324
|
+
"dice": "2+1d3"
|
|
325
|
+
}
|
|
326
|
+
],
|
|
327
|
+
"desc": [
|
|
328
|
+
"A magical rune which calls up monsters to attack you."
|
|
329
|
+
],
|
|
330
|
+
"msg": [
|
|
331
|
+
"You are enveloped in a cloud of smoke!"
|
|
332
|
+
]
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"name": {
|
|
336
|
+
"name": "strange rune",
|
|
337
|
+
"desc": "rune of necromancy"
|
|
338
|
+
},
|
|
339
|
+
"graphics": {
|
|
340
|
+
"glyph": "^",
|
|
341
|
+
"color": "B"
|
|
342
|
+
},
|
|
343
|
+
"appear": {
|
|
344
|
+
"rarity": 1,
|
|
345
|
+
"mindepth": 20,
|
|
346
|
+
"maxnum": 0
|
|
347
|
+
},
|
|
348
|
+
"visibility": "0",
|
|
349
|
+
"flags": [
|
|
350
|
+
"TRAP | FLOOR | ONETIME | MAGICAL"
|
|
351
|
+
],
|
|
352
|
+
"effect": [
|
|
353
|
+
{
|
|
354
|
+
"eff": "SUMMON",
|
|
355
|
+
"type": "UNDEAD",
|
|
356
|
+
"dice": "1d3M2"
|
|
357
|
+
}
|
|
358
|
+
],
|
|
359
|
+
"desc": [
|
|
360
|
+
"A magical rune which calls the undead to attack you."
|
|
361
|
+
],
|
|
362
|
+
"msg": [
|
|
363
|
+
"A sense of dread washes over you..."
|
|
364
|
+
]
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"name": {
|
|
368
|
+
"name": "strange rune",
|
|
369
|
+
"desc": "rune of dragonsong"
|
|
370
|
+
},
|
|
371
|
+
"graphics": {
|
|
372
|
+
"glyph": "^",
|
|
373
|
+
"color": "B"
|
|
374
|
+
},
|
|
375
|
+
"appear": {
|
|
376
|
+
"rarity": 1,
|
|
377
|
+
"mindepth": 20,
|
|
378
|
+
"maxnum": 0
|
|
379
|
+
},
|
|
380
|
+
"visibility": "0",
|
|
381
|
+
"flags": [
|
|
382
|
+
"TRAP | FLOOR | ONETIME | MAGICAL"
|
|
383
|
+
],
|
|
384
|
+
"effect": [
|
|
385
|
+
{
|
|
386
|
+
"eff": "SUMMON",
|
|
387
|
+
"type": "DRAGON",
|
|
388
|
+
"dice": "1d3"
|
|
389
|
+
}
|
|
390
|
+
],
|
|
391
|
+
"desc": [
|
|
392
|
+
"A magical rune which calls dragons to attack you."
|
|
393
|
+
],
|
|
394
|
+
"msg": [
|
|
395
|
+
"You hear a dragon's call!"
|
|
396
|
+
]
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"name": {
|
|
400
|
+
"name": "strange rune",
|
|
401
|
+
"desc": "hellhole"
|
|
402
|
+
},
|
|
403
|
+
"graphics": {
|
|
404
|
+
"glyph": "^",
|
|
405
|
+
"color": "B"
|
|
406
|
+
},
|
|
407
|
+
"appear": {
|
|
408
|
+
"rarity": 1,
|
|
409
|
+
"mindepth": 20,
|
|
410
|
+
"maxnum": 0
|
|
411
|
+
},
|
|
412
|
+
"visibility": "0",
|
|
413
|
+
"flags": [
|
|
414
|
+
"TRAP | FLOOR | ONETIME | MAGICAL"
|
|
415
|
+
],
|
|
416
|
+
"effect": [
|
|
417
|
+
{
|
|
418
|
+
"eff": "SUMMON",
|
|
419
|
+
"type": "DEMON",
|
|
420
|
+
"dice": "1+1d3"
|
|
421
|
+
}
|
|
422
|
+
],
|
|
423
|
+
"desc": [
|
|
424
|
+
"A magical rune which calls demons to attack you."
|
|
425
|
+
],
|
|
426
|
+
"msg": [
|
|
427
|
+
"Demons appear!"
|
|
428
|
+
]
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"name": {
|
|
432
|
+
"name": "strange rune",
|
|
433
|
+
"desc": "teleport rune"
|
|
434
|
+
},
|
|
435
|
+
"graphics": {
|
|
436
|
+
"glyph": "^",
|
|
437
|
+
"color": "o"
|
|
438
|
+
},
|
|
439
|
+
"appear": {
|
|
440
|
+
"rarity": 1,
|
|
441
|
+
"mindepth": 1,
|
|
442
|
+
"maxnum": 0
|
|
443
|
+
},
|
|
444
|
+
"visibility": "30+d30",
|
|
445
|
+
"flags": [
|
|
446
|
+
"TRAP | FLOOR | MAGICAL"
|
|
447
|
+
],
|
|
448
|
+
"effect": [
|
|
449
|
+
{
|
|
450
|
+
"eff": "TELEPORT",
|
|
451
|
+
"dice": "M80"
|
|
452
|
+
}
|
|
453
|
+
],
|
|
454
|
+
"desc": [
|
|
455
|
+
"A magical rune which teleports you to a random location."
|
|
456
|
+
],
|
|
457
|
+
"msg": [
|
|
458
|
+
"You hit a teleport trap!"
|
|
459
|
+
]
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"name": {
|
|
463
|
+
"name": "discolored spot",
|
|
464
|
+
"desc": "fire trap"
|
|
465
|
+
},
|
|
466
|
+
"graphics": {
|
|
467
|
+
"glyph": "^",
|
|
468
|
+
"color": "u"
|
|
469
|
+
},
|
|
470
|
+
"appear": {
|
|
471
|
+
"rarity": 1,
|
|
472
|
+
"mindepth": 2,
|
|
473
|
+
"maxnum": 0
|
|
474
|
+
},
|
|
475
|
+
"visibility": "20",
|
|
476
|
+
"flags": [
|
|
477
|
+
"TRAP | FLOOR | MAGICAL"
|
|
478
|
+
],
|
|
479
|
+
"effect": [
|
|
480
|
+
{
|
|
481
|
+
"eff": "SPOT",
|
|
482
|
+
"type": "FIRE",
|
|
483
|
+
"radius": 0,
|
|
484
|
+
"dice": "4d$S",
|
|
485
|
+
"expr": [
|
|
486
|
+
{
|
|
487
|
+
"name": "S",
|
|
488
|
+
"base": "DUNGEON_LEVEL",
|
|
489
|
+
"expr": "/ 2"
|
|
490
|
+
}
|
|
491
|
+
]
|
|
492
|
+
}
|
|
493
|
+
],
|
|
494
|
+
"desc": [
|
|
495
|
+
"A strange coloured spot on the ground - beware its fiery attack."
|
|
496
|
+
],
|
|
497
|
+
"msg": [
|
|
498
|
+
"You are enveloped in flames!"
|
|
499
|
+
]
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"name": {
|
|
503
|
+
"name": "discolored spot",
|
|
504
|
+
"desc": "acid trap"
|
|
505
|
+
},
|
|
506
|
+
"graphics": {
|
|
507
|
+
"glyph": "^",
|
|
508
|
+
"color": "u"
|
|
509
|
+
},
|
|
510
|
+
"appear": {
|
|
511
|
+
"rarity": 1,
|
|
512
|
+
"mindepth": 2,
|
|
513
|
+
"maxnum": 0
|
|
514
|
+
},
|
|
515
|
+
"visibility": "0",
|
|
516
|
+
"flags": [
|
|
517
|
+
"TRAP | FLOOR | MAGICAL"
|
|
518
|
+
],
|
|
519
|
+
"effect": [
|
|
520
|
+
{
|
|
521
|
+
"eff": "SPOT",
|
|
522
|
+
"type": "ACID",
|
|
523
|
+
"radius": 0,
|
|
524
|
+
"dice": "4d$S",
|
|
525
|
+
"expr": [
|
|
526
|
+
{
|
|
527
|
+
"name": "S",
|
|
528
|
+
"base": "DUNGEON_LEVEL",
|
|
529
|
+
"expr": "/ 2"
|
|
530
|
+
}
|
|
531
|
+
]
|
|
532
|
+
}
|
|
533
|
+
],
|
|
534
|
+
"desc": [
|
|
535
|
+
"A strange coloured spot on the ground - beware its acidic attack."
|
|
536
|
+
],
|
|
537
|
+
"msg": [
|
|
538
|
+
"You are splashed with acid!"
|
|
539
|
+
]
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"name": {
|
|
543
|
+
"name": "dart trap",
|
|
544
|
+
"desc": "slow dart"
|
|
545
|
+
},
|
|
546
|
+
"graphics": {
|
|
547
|
+
"glyph": "^",
|
|
548
|
+
"color": "r"
|
|
549
|
+
},
|
|
550
|
+
"appear": {
|
|
551
|
+
"rarity": 1,
|
|
552
|
+
"mindepth": 2,
|
|
553
|
+
"maxnum": 0
|
|
554
|
+
},
|
|
555
|
+
"visibility": "M50",
|
|
556
|
+
"flags": [
|
|
557
|
+
"TRAP | FLOOR | SAVE_ARMOR"
|
|
558
|
+
],
|
|
559
|
+
"effect": [
|
|
560
|
+
{
|
|
561
|
+
"eff": "DAMAGE",
|
|
562
|
+
"dice": "1d4"
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"eff": "TIMED_INC_NO_RES",
|
|
566
|
+
"type": "SLOW",
|
|
567
|
+
"dice": "20+1d20"
|
|
568
|
+
}
|
|
569
|
+
],
|
|
570
|
+
"desc": [
|
|
571
|
+
"A trap which shoots slowing darts."
|
|
572
|
+
],
|
|
573
|
+
"msg-good": [
|
|
574
|
+
"A small dart barely misses you."
|
|
575
|
+
],
|
|
576
|
+
"msg-bad": [
|
|
577
|
+
"A small dart hits you!"
|
|
578
|
+
]
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"name": {
|
|
582
|
+
"name": "dart trap",
|
|
583
|
+
"desc": "strength loss dart"
|
|
584
|
+
},
|
|
585
|
+
"graphics": {
|
|
586
|
+
"glyph": "^",
|
|
587
|
+
"color": "r"
|
|
588
|
+
},
|
|
589
|
+
"appear": {
|
|
590
|
+
"rarity": 2,
|
|
591
|
+
"mindepth": 6,
|
|
592
|
+
"maxnum": 0
|
|
593
|
+
},
|
|
594
|
+
"visibility": "30",
|
|
595
|
+
"flags": [
|
|
596
|
+
"TRAP | FLOOR | SAVE_ARMOR"
|
|
597
|
+
],
|
|
598
|
+
"effect": [
|
|
599
|
+
{
|
|
600
|
+
"eff": "DAMAGE",
|
|
601
|
+
"dice": "1d4"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"eff": "DRAIN_STAT",
|
|
605
|
+
"type": "STR"
|
|
606
|
+
}
|
|
607
|
+
],
|
|
608
|
+
"desc": [
|
|
609
|
+
"A trap which shoots damaging darts."
|
|
610
|
+
],
|
|
611
|
+
"msg-good": [
|
|
612
|
+
"A small dart barely misses you."
|
|
613
|
+
],
|
|
614
|
+
"msg-bad": [
|
|
615
|
+
"A small dart hits you!"
|
|
616
|
+
]
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"name": {
|
|
620
|
+
"name": "dart trap",
|
|
621
|
+
"desc": "dexterity loss dart"
|
|
622
|
+
},
|
|
623
|
+
"graphics": {
|
|
624
|
+
"glyph": "^",
|
|
625
|
+
"color": "r"
|
|
626
|
+
},
|
|
627
|
+
"appear": {
|
|
628
|
+
"rarity": 2,
|
|
629
|
+
"mindepth": 6,
|
|
630
|
+
"maxnum": 0
|
|
631
|
+
},
|
|
632
|
+
"visibility": "30",
|
|
633
|
+
"flags": [
|
|
634
|
+
"TRAP | FLOOR | SAVE_ARMOR"
|
|
635
|
+
],
|
|
636
|
+
"effect": [
|
|
637
|
+
{
|
|
638
|
+
"eff": "DAMAGE",
|
|
639
|
+
"dice": "1d4"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"eff": "DRAIN_STAT",
|
|
643
|
+
"type": "DEX"
|
|
644
|
+
}
|
|
645
|
+
],
|
|
646
|
+
"desc": [
|
|
647
|
+
"A trap which shoots damaging darts."
|
|
648
|
+
],
|
|
649
|
+
"msg-good": [
|
|
650
|
+
"A small dart barely misses you."
|
|
651
|
+
],
|
|
652
|
+
"msg-bad": [
|
|
653
|
+
"A small dart hits you!"
|
|
654
|
+
]
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"name": {
|
|
658
|
+
"name": "dart trap",
|
|
659
|
+
"desc": "constitution loss dart"
|
|
660
|
+
},
|
|
661
|
+
"graphics": {
|
|
662
|
+
"glyph": "^",
|
|
663
|
+
"color": "r"
|
|
664
|
+
},
|
|
665
|
+
"appear": {
|
|
666
|
+
"rarity": 2,
|
|
667
|
+
"mindepth": 6,
|
|
668
|
+
"maxnum": 0
|
|
669
|
+
},
|
|
670
|
+
"visibility": "30",
|
|
671
|
+
"flags": [
|
|
672
|
+
"TRAP | FLOOR | SAVE_ARMOR"
|
|
673
|
+
],
|
|
674
|
+
"effect": [
|
|
675
|
+
{
|
|
676
|
+
"eff": "DAMAGE",
|
|
677
|
+
"dice": "1d4"
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"eff": "DRAIN_STAT",
|
|
681
|
+
"type": "CON"
|
|
682
|
+
}
|
|
683
|
+
],
|
|
684
|
+
"desc": [
|
|
685
|
+
"A trap which shoots damaging darts."
|
|
686
|
+
],
|
|
687
|
+
"msg-good": [
|
|
688
|
+
"A small dart barely misses you."
|
|
689
|
+
],
|
|
690
|
+
"msg-bad": [
|
|
691
|
+
"A small dart hits you!"
|
|
692
|
+
]
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"name": {
|
|
696
|
+
"name": "gas trap",
|
|
697
|
+
"desc": "blinding gas trap"
|
|
698
|
+
},
|
|
699
|
+
"graphics": {
|
|
700
|
+
"glyph": "^",
|
|
701
|
+
"color": "g"
|
|
702
|
+
},
|
|
703
|
+
"appear": {
|
|
704
|
+
"rarity": 1,
|
|
705
|
+
"mindepth": 2,
|
|
706
|
+
"maxnum": 0
|
|
707
|
+
},
|
|
708
|
+
"visibility": "20+d5",
|
|
709
|
+
"flags": [
|
|
710
|
+
"TRAP | FLOOR"
|
|
711
|
+
],
|
|
712
|
+
"effect": [
|
|
713
|
+
{
|
|
714
|
+
"eff": "TIMED_INC",
|
|
715
|
+
"type": "BLIND",
|
|
716
|
+
"dice": "25+1d50"
|
|
717
|
+
}
|
|
718
|
+
],
|
|
719
|
+
"desc": [
|
|
720
|
+
"A trap that releases gas to blind you."
|
|
721
|
+
],
|
|
722
|
+
"msg": [
|
|
723
|
+
"You are surrounded by a black gas!"
|
|
724
|
+
]
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"name": {
|
|
728
|
+
"name": "gas trap",
|
|
729
|
+
"desc": "confusion gas trap"
|
|
730
|
+
},
|
|
731
|
+
"graphics": {
|
|
732
|
+
"glyph": "^",
|
|
733
|
+
"color": "g"
|
|
734
|
+
},
|
|
735
|
+
"appear": {
|
|
736
|
+
"rarity": 1,
|
|
737
|
+
"mindepth": 1,
|
|
738
|
+
"maxnum": 0
|
|
739
|
+
},
|
|
740
|
+
"visibility": "20+d5",
|
|
741
|
+
"flags": [
|
|
742
|
+
"TRAP | FLOOR"
|
|
743
|
+
],
|
|
744
|
+
"effect": [
|
|
745
|
+
{
|
|
746
|
+
"eff": "TIMED_INC",
|
|
747
|
+
"type": "CONFUSED",
|
|
748
|
+
"dice": "10+1d20"
|
|
749
|
+
}
|
|
750
|
+
],
|
|
751
|
+
"desc": [
|
|
752
|
+
"A trap that releases gas to confuse you."
|
|
753
|
+
],
|
|
754
|
+
"msg": [
|
|
755
|
+
"You are surrounded by a gas of scintillating colors!"
|
|
756
|
+
]
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"name": {
|
|
760
|
+
"name": "gas trap",
|
|
761
|
+
"desc": "poison gas trap"
|
|
762
|
+
},
|
|
763
|
+
"graphics": {
|
|
764
|
+
"glyph": "^",
|
|
765
|
+
"color": "g"
|
|
766
|
+
},
|
|
767
|
+
"appear": {
|
|
768
|
+
"rarity": 1,
|
|
769
|
+
"mindepth": 2,
|
|
770
|
+
"maxnum": 0
|
|
771
|
+
},
|
|
772
|
+
"visibility": "20+d5",
|
|
773
|
+
"flags": [
|
|
774
|
+
"TRAP | FLOOR"
|
|
775
|
+
],
|
|
776
|
+
"effect": [
|
|
777
|
+
{
|
|
778
|
+
"eff": "TIMED_INC",
|
|
779
|
+
"type": "POISONED",
|
|
780
|
+
"dice": "10+1d20"
|
|
781
|
+
}
|
|
782
|
+
],
|
|
783
|
+
"desc": [
|
|
784
|
+
"A trap that releases gas to poison you."
|
|
785
|
+
],
|
|
786
|
+
"msg": [
|
|
787
|
+
"You are surrounded by a pungent green gas!"
|
|
788
|
+
]
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"name": {
|
|
792
|
+
"name": "gas trap",
|
|
793
|
+
"desc": "sleep gas trap"
|
|
794
|
+
},
|
|
795
|
+
"graphics": {
|
|
796
|
+
"glyph": "^",
|
|
797
|
+
"color": "g"
|
|
798
|
+
},
|
|
799
|
+
"appear": {
|
|
800
|
+
"rarity": 1,
|
|
801
|
+
"mindepth": 2,
|
|
802
|
+
"maxnum": 0
|
|
803
|
+
},
|
|
804
|
+
"visibility": "20+d5",
|
|
805
|
+
"flags": [
|
|
806
|
+
"TRAP | FLOOR"
|
|
807
|
+
],
|
|
808
|
+
"effect": [
|
|
809
|
+
{
|
|
810
|
+
"eff": "TIMED_INC",
|
|
811
|
+
"type": "PARALYZED",
|
|
812
|
+
"dice": "5+1d10"
|
|
813
|
+
}
|
|
814
|
+
],
|
|
815
|
+
"desc": [
|
|
816
|
+
"A trap that releases gas to put you to sleep."
|
|
817
|
+
],
|
|
818
|
+
"msg": [
|
|
819
|
+
"You are surrounded by a strange white mist!"
|
|
820
|
+
]
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"name": {
|
|
824
|
+
"name": "alarm",
|
|
825
|
+
"desc": "aggravation trap"
|
|
826
|
+
},
|
|
827
|
+
"graphics": {
|
|
828
|
+
"glyph": "^",
|
|
829
|
+
"color": "R"
|
|
830
|
+
},
|
|
831
|
+
"appear": {
|
|
832
|
+
"rarity": 1,
|
|
833
|
+
"mindepth": 5,
|
|
834
|
+
"maxnum": 0
|
|
835
|
+
},
|
|
836
|
+
"visibility": "M50",
|
|
837
|
+
"flags": [
|
|
838
|
+
"TRAP | FLOOR | MAGICAL"
|
|
839
|
+
],
|
|
840
|
+
"effect": [
|
|
841
|
+
{
|
|
842
|
+
"eff": "WAKE"
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
"eff": "PROJECT_LOS",
|
|
846
|
+
"type": "MON_SPEED",
|
|
847
|
+
"dice": "25"
|
|
848
|
+
}
|
|
849
|
+
],
|
|
850
|
+
"desc": [
|
|
851
|
+
"A trap that wakes nearby monsters and impels them toward you."
|
|
852
|
+
],
|
|
853
|
+
"msg": [
|
|
854
|
+
"A high-pitched whistle blares through the dungeon!"
|
|
855
|
+
]
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"name": {
|
|
859
|
+
"name": "alarm",
|
|
860
|
+
"desc": "siren"
|
|
861
|
+
},
|
|
862
|
+
"graphics": {
|
|
863
|
+
"glyph": "^",
|
|
864
|
+
"color": "R"
|
|
865
|
+
},
|
|
866
|
+
"appear": {
|
|
867
|
+
"rarity": 1,
|
|
868
|
+
"mindepth": 1,
|
|
869
|
+
"maxnum": 0
|
|
870
|
+
},
|
|
871
|
+
"visibility": "60+d10",
|
|
872
|
+
"flags": [
|
|
873
|
+
"TRAP | FLOOR | MAGICAL"
|
|
874
|
+
],
|
|
875
|
+
"effect": [
|
|
876
|
+
{
|
|
877
|
+
"eff": "WAKE"
|
|
878
|
+
}
|
|
879
|
+
],
|
|
880
|
+
"desc": [
|
|
881
|
+
"A trap that wakes nearby monsters."
|
|
882
|
+
],
|
|
883
|
+
"msg": [
|
|
884
|
+
"A horn blast sounds!"
|
|
885
|
+
]
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"name": {
|
|
889
|
+
"name": "explosion",
|
|
890
|
+
"desc": "mine trap"
|
|
891
|
+
},
|
|
892
|
+
"graphics": {
|
|
893
|
+
"glyph": "^",
|
|
894
|
+
"color": "M"
|
|
895
|
+
},
|
|
896
|
+
"appear": {
|
|
897
|
+
"rarity": 1,
|
|
898
|
+
"mindepth": 15,
|
|
899
|
+
"maxnum": 0
|
|
900
|
+
},
|
|
901
|
+
"visibility": "10+d5",
|
|
902
|
+
"flags": [
|
|
903
|
+
"TRAP | FLOOR | ONETIME"
|
|
904
|
+
],
|
|
905
|
+
"effect": [
|
|
906
|
+
{
|
|
907
|
+
"eff": "SPOT",
|
|
908
|
+
"type": "SHARD",
|
|
909
|
+
"radius": 2,
|
|
910
|
+
"dice": "$B",
|
|
911
|
+
"expr": [
|
|
912
|
+
{
|
|
913
|
+
"name": "B",
|
|
914
|
+
"base": "DUNGEON_LEVEL",
|
|
915
|
+
"expr": "* 2"
|
|
916
|
+
}
|
|
917
|
+
]
|
|
918
|
+
}
|
|
919
|
+
],
|
|
920
|
+
"desc": [
|
|
921
|
+
"A trap that blows up the floor."
|
|
922
|
+
],
|
|
923
|
+
"msg": [
|
|
924
|
+
"The floor explodes around you!"
|
|
925
|
+
]
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
"name": {
|
|
929
|
+
"name": "explosion",
|
|
930
|
+
"desc": "blast trap"
|
|
931
|
+
},
|
|
932
|
+
"graphics": {
|
|
933
|
+
"glyph": "^",
|
|
934
|
+
"color": "M"
|
|
935
|
+
},
|
|
936
|
+
"appear": {
|
|
937
|
+
"rarity": 2,
|
|
938
|
+
"mindepth": 25,
|
|
939
|
+
"maxnum": 0
|
|
940
|
+
},
|
|
941
|
+
"visibility": "0",
|
|
942
|
+
"flags": [
|
|
943
|
+
"TRAP | FLOOR | ONETIME"
|
|
944
|
+
],
|
|
945
|
+
"effect": [
|
|
946
|
+
{
|
|
947
|
+
"eff": "SPOT",
|
|
948
|
+
"type": "LIGHT",
|
|
949
|
+
"radius": 1,
|
|
950
|
+
"dice": "2d6"
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"eff": "SPOT",
|
|
954
|
+
"type": "SOUND",
|
|
955
|
+
"radius": 2,
|
|
956
|
+
"dice": "$B",
|
|
957
|
+
"expr": [
|
|
958
|
+
{
|
|
959
|
+
"name": "B",
|
|
960
|
+
"base": "DUNGEON_LEVEL",
|
|
961
|
+
"expr": "/ 2"
|
|
962
|
+
}
|
|
963
|
+
]
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"eff": "SPOT",
|
|
967
|
+
"type": "FIRE",
|
|
968
|
+
"radius": 2,
|
|
969
|
+
"dice": "$B",
|
|
970
|
+
"expr": [
|
|
971
|
+
{
|
|
972
|
+
"name": "B",
|
|
973
|
+
"base": "DUNGEON_LEVEL",
|
|
974
|
+
"expr": "+ 0"
|
|
975
|
+
}
|
|
976
|
+
]
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"eff": "SPOT",
|
|
980
|
+
"type": "FORCE",
|
|
981
|
+
"radius": 2,
|
|
982
|
+
"dice": "$B",
|
|
983
|
+
"expr": [
|
|
984
|
+
{
|
|
985
|
+
"name": "B",
|
|
986
|
+
"base": "DUNGEON_LEVEL",
|
|
987
|
+
"expr": "+ 0"
|
|
988
|
+
}
|
|
989
|
+
]
|
|
990
|
+
}
|
|
991
|
+
],
|
|
992
|
+
"desc": [
|
|
993
|
+
"A trap that creates an explosion."
|
|
994
|
+
],
|
|
995
|
+
"msg": [
|
|
996
|
+
"The air seems to catch fire!"
|
|
997
|
+
]
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"name": {
|
|
1001
|
+
"name": "mind blast trap",
|
|
1002
|
+
"desc": "mind blasting trap"
|
|
1003
|
+
},
|
|
1004
|
+
"graphics": {
|
|
1005
|
+
"glyph": "^",
|
|
1006
|
+
"color": "G"
|
|
1007
|
+
},
|
|
1008
|
+
"appear": {
|
|
1009
|
+
"rarity": 1,
|
|
1010
|
+
"mindepth": 20,
|
|
1011
|
+
"maxnum": 0
|
|
1012
|
+
},
|
|
1013
|
+
"visibility": "30+d10",
|
|
1014
|
+
"flags": [
|
|
1015
|
+
"TRAP | FLOOR | MAGICAL | SAVE_THROW"
|
|
1016
|
+
],
|
|
1017
|
+
"effect": [
|
|
1018
|
+
{
|
|
1019
|
+
"eff": "DAMAGE",
|
|
1020
|
+
"dice": "8d$S",
|
|
1021
|
+
"expr": [
|
|
1022
|
+
{
|
|
1023
|
+
"name": "S",
|
|
1024
|
+
"base": "DUNGEON_LEVEL",
|
|
1025
|
+
"expr": "/ 10"
|
|
1026
|
+
}
|
|
1027
|
+
]
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"eff": "TIMED_INC",
|
|
1031
|
+
"type": "CONFUSED",
|
|
1032
|
+
"dice": "3+1d4"
|
|
1033
|
+
}
|
|
1034
|
+
],
|
|
1035
|
+
"desc": [
|
|
1036
|
+
"A trap that blasts your senses."
|
|
1037
|
+
],
|
|
1038
|
+
"msg": [
|
|
1039
|
+
"You feel pressure on your mind."
|
|
1040
|
+
],
|
|
1041
|
+
"msg-good": [
|
|
1042
|
+
"You shake your head and are back to normal."
|
|
1043
|
+
],
|
|
1044
|
+
"msg-bad": [
|
|
1045
|
+
"Your mind is blasted by psionic energy!"
|
|
1046
|
+
]
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"name": {
|
|
1050
|
+
"name": "mind blast trap",
|
|
1051
|
+
"desc": "brain smashing trap"
|
|
1052
|
+
},
|
|
1053
|
+
"graphics": {
|
|
1054
|
+
"glyph": "^",
|
|
1055
|
+
"color": "G"
|
|
1056
|
+
},
|
|
1057
|
+
"appear": {
|
|
1058
|
+
"rarity": 2,
|
|
1059
|
+
"mindepth": 40,
|
|
1060
|
+
"maxnum": 0
|
|
1061
|
+
},
|
|
1062
|
+
"visibility": "30+d10",
|
|
1063
|
+
"flags": [
|
|
1064
|
+
"TRAP | FLOOR | MAGICAL | SAVE_THROW"
|
|
1065
|
+
],
|
|
1066
|
+
"effect": [
|
|
1067
|
+
{
|
|
1068
|
+
"eff": "DAMAGE",
|
|
1069
|
+
"dice": "10d$S",
|
|
1070
|
+
"expr": [
|
|
1071
|
+
{
|
|
1072
|
+
"name": "S",
|
|
1073
|
+
"base": "DUNGEON_LEVEL",
|
|
1074
|
+
"expr": "/ 5"
|
|
1075
|
+
}
|
|
1076
|
+
]
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"eff": "TIMED_INC",
|
|
1080
|
+
"type": "SLOW",
|
|
1081
|
+
"dice": "3+1d4"
|
|
1082
|
+
},
|
|
1083
|
+
{
|
|
1084
|
+
"eff": "TIMED_INC",
|
|
1085
|
+
"type": "CONFUSED",
|
|
1086
|
+
"dice": "3+1d4"
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"eff": "TIMED_INC",
|
|
1090
|
+
"type": "PARALYZED",
|
|
1091
|
+
"dice": "3+1d4"
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
"eff": "TIMED_INC",
|
|
1095
|
+
"type": "BLIND",
|
|
1096
|
+
"dice": "7+1d8"
|
|
1097
|
+
}
|
|
1098
|
+
],
|
|
1099
|
+
"desc": [
|
|
1100
|
+
"A trap that blasts your senses."
|
|
1101
|
+
],
|
|
1102
|
+
"msg": [
|
|
1103
|
+
"You feel pressure on your mind."
|
|
1104
|
+
],
|
|
1105
|
+
"msg-good": [
|
|
1106
|
+
"You shake your head and are back to normal."
|
|
1107
|
+
],
|
|
1108
|
+
"msg-bad": [
|
|
1109
|
+
"Your mind is blasted by psionic energy!"
|
|
1110
|
+
]
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"name": {
|
|
1114
|
+
"name": "ancient mechanism",
|
|
1115
|
+
"desc": "rock fall trap"
|
|
1116
|
+
},
|
|
1117
|
+
"graphics": {
|
|
1118
|
+
"glyph": "^",
|
|
1119
|
+
"color": "U"
|
|
1120
|
+
},
|
|
1121
|
+
"appear": {
|
|
1122
|
+
"rarity": 1,
|
|
1123
|
+
"mindepth": 4,
|
|
1124
|
+
"maxnum": 0
|
|
1125
|
+
},
|
|
1126
|
+
"visibility": "40+d5",
|
|
1127
|
+
"flags": [
|
|
1128
|
+
"TRAP | FLOOR | ONETIME"
|
|
1129
|
+
],
|
|
1130
|
+
"effect": [
|
|
1131
|
+
{
|
|
1132
|
+
"eff": "DAMAGE",
|
|
1133
|
+
"dice": "$Dd5",
|
|
1134
|
+
"expr": [
|
|
1135
|
+
{
|
|
1136
|
+
"name": "D",
|
|
1137
|
+
"base": "DUNGEON_LEVEL",
|
|
1138
|
+
"expr": "/ 10 + 1"
|
|
1139
|
+
}
|
|
1140
|
+
]
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
"eff": "TIMED_INC_NO_RES",
|
|
1144
|
+
"type": "STUN",
|
|
1145
|
+
"dice": "2d20"
|
|
1146
|
+
},
|
|
1147
|
+
{
|
|
1148
|
+
"eff": "RUBBLE"
|
|
1149
|
+
}
|
|
1150
|
+
],
|
|
1151
|
+
"desc": [
|
|
1152
|
+
"A trap that drops a boulder on you."
|
|
1153
|
+
],
|
|
1154
|
+
"msg": [
|
|
1155
|
+
"A rock falls on your head!"
|
|
1156
|
+
]
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"name": {
|
|
1160
|
+
"name": "ancient mechanism",
|
|
1161
|
+
"desc": "earthquake trap"
|
|
1162
|
+
},
|
|
1163
|
+
"graphics": {
|
|
1164
|
+
"glyph": "^",
|
|
1165
|
+
"color": "U"
|
|
1166
|
+
},
|
|
1167
|
+
"appear": {
|
|
1168
|
+
"rarity": 1,
|
|
1169
|
+
"mindepth": 30,
|
|
1170
|
+
"maxnum": 0
|
|
1171
|
+
},
|
|
1172
|
+
"visibility": "30+d5",
|
|
1173
|
+
"flags": [
|
|
1174
|
+
"TRAP | FLOOR"
|
|
1175
|
+
],
|
|
1176
|
+
"effect": [
|
|
1177
|
+
{
|
|
1178
|
+
"eff": "DAMAGE",
|
|
1179
|
+
"dice": "$Dd5",
|
|
1180
|
+
"expr": [
|
|
1181
|
+
{
|
|
1182
|
+
"name": "D",
|
|
1183
|
+
"base": "DUNGEON_LEVEL",
|
|
1184
|
+
"expr": "/ 10 + 1"
|
|
1185
|
+
}
|
|
1186
|
+
]
|
|
1187
|
+
},
|
|
1188
|
+
{
|
|
1189
|
+
"eff": "EARTHQUAKE",
|
|
1190
|
+
"type": "NONE",
|
|
1191
|
+
"radius": 5
|
|
1192
|
+
}
|
|
1193
|
+
],
|
|
1194
|
+
"desc": [
|
|
1195
|
+
"A trap that causes an earthquake."
|
|
1196
|
+
],
|
|
1197
|
+
"msg": [
|
|
1198
|
+
"The ground shakes."
|
|
1199
|
+
]
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"name": {
|
|
1203
|
+
"name": "ancient mechanism",
|
|
1204
|
+
"desc": "block fall trap"
|
|
1205
|
+
},
|
|
1206
|
+
"graphics": {
|
|
1207
|
+
"glyph": "^",
|
|
1208
|
+
"color": "U"
|
|
1209
|
+
},
|
|
1210
|
+
"appear": {
|
|
1211
|
+
"rarity": 1,
|
|
1212
|
+
"mindepth": 4,
|
|
1213
|
+
"maxnum": 0
|
|
1214
|
+
},
|
|
1215
|
+
"visibility": "40+d5",
|
|
1216
|
+
"flags": [
|
|
1217
|
+
"TRAP | FLOOR | ONETIME | DELAY"
|
|
1218
|
+
],
|
|
1219
|
+
"effect": [
|
|
1220
|
+
{
|
|
1221
|
+
"eff": "GRANITE"
|
|
1222
|
+
}
|
|
1223
|
+
],
|
|
1224
|
+
"desc": [
|
|
1225
|
+
"A pressure plate that drops a stone block behind you."
|
|
1226
|
+
],
|
|
1227
|
+
"msg": [
|
|
1228
|
+
"A section of the ceiling falls in behind you!"
|
|
1229
|
+
]
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
"name": {
|
|
1233
|
+
"name": "ancient mechanism",
|
|
1234
|
+
"desc": "area blast trap"
|
|
1235
|
+
},
|
|
1236
|
+
"graphics": {
|
|
1237
|
+
"glyph": "^",
|
|
1238
|
+
"color": "U"
|
|
1239
|
+
},
|
|
1240
|
+
"appear": {
|
|
1241
|
+
"rarity": 2,
|
|
1242
|
+
"mindepth": 40,
|
|
1243
|
+
"maxnum": 0
|
|
1244
|
+
},
|
|
1245
|
+
"visibility": "20+d5",
|
|
1246
|
+
"flags": [
|
|
1247
|
+
"TRAP | FLOOR | ONETIME"
|
|
1248
|
+
],
|
|
1249
|
+
"effect": [
|
|
1250
|
+
{
|
|
1251
|
+
"eff": "BALL",
|
|
1252
|
+
"type": "KILL_WALL",
|
|
1253
|
+
"radius": 2,
|
|
1254
|
+
"dice": "20"
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
"eff": "BALL",
|
|
1258
|
+
"type": "FORCE",
|
|
1259
|
+
"radius": 2,
|
|
1260
|
+
"dice": "$B",
|
|
1261
|
+
"expr": [
|
|
1262
|
+
{
|
|
1263
|
+
"name": "B",
|
|
1264
|
+
"base": "DUNGEON_LEVEL",
|
|
1265
|
+
"expr": "+ 0"
|
|
1266
|
+
}
|
|
1267
|
+
]
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
"eff": "RUBBLE"
|
|
1271
|
+
}
|
|
1272
|
+
],
|
|
1273
|
+
"desc": [
|
|
1274
|
+
"A trap that clears the surrounding area."
|
|
1275
|
+
],
|
|
1276
|
+
"msg": [
|
|
1277
|
+
"The trap explodes, blasting the area clear!"
|
|
1278
|
+
]
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"name": {
|
|
1282
|
+
"name": "trap",
|
|
1283
|
+
"desc": "blinding flash trap"
|
|
1284
|
+
},
|
|
1285
|
+
"graphics": {
|
|
1286
|
+
"glyph": "^",
|
|
1287
|
+
"color": "light yellow"
|
|
1288
|
+
},
|
|
1289
|
+
"appear": {
|
|
1290
|
+
"rarity": 1,
|
|
1291
|
+
"mindepth": 5,
|
|
1292
|
+
"maxnum": 0
|
|
1293
|
+
},
|
|
1294
|
+
"visibility": "30+d5",
|
|
1295
|
+
"flags": [
|
|
1296
|
+
"TRAP | FLOOR | MAGICAL | ONETIME"
|
|
1297
|
+
],
|
|
1298
|
+
"effect": [
|
|
1299
|
+
{
|
|
1300
|
+
"eff": "BALL",
|
|
1301
|
+
"type": "LIGHT",
|
|
1302
|
+
"radius": 4,
|
|
1303
|
+
"dice": "$Dd8",
|
|
1304
|
+
"expr": [
|
|
1305
|
+
{
|
|
1306
|
+
"name": "D",
|
|
1307
|
+
"base": "DUNGEON_LEVEL",
|
|
1308
|
+
"expr": "/ 10 + 2"
|
|
1309
|
+
}
|
|
1310
|
+
]
|
|
1311
|
+
}
|
|
1312
|
+
],
|
|
1313
|
+
"desc": [
|
|
1314
|
+
"A trap that creates a ball of light."
|
|
1315
|
+
],
|
|
1316
|
+
"msg": [
|
|
1317
|
+
"A blazing light descends on you!"
|
|
1318
|
+
]
|
|
1319
|
+
},
|
|
1320
|
+
{
|
|
1321
|
+
"name": {
|
|
1322
|
+
"name": "trap",
|
|
1323
|
+
"desc": "blinding trap"
|
|
1324
|
+
},
|
|
1325
|
+
"graphics": {
|
|
1326
|
+
"glyph": "^",
|
|
1327
|
+
"color": "light slate"
|
|
1328
|
+
},
|
|
1329
|
+
"appear": {
|
|
1330
|
+
"rarity": 1,
|
|
1331
|
+
"mindepth": 5,
|
|
1332
|
+
"maxnum": 0
|
|
1333
|
+
},
|
|
1334
|
+
"visibility": "20+d5",
|
|
1335
|
+
"flags": [
|
|
1336
|
+
"TRAP | FLOOR | MAGICAL | ONETIME"
|
|
1337
|
+
],
|
|
1338
|
+
"effect": [
|
|
1339
|
+
{
|
|
1340
|
+
"eff": "BALL",
|
|
1341
|
+
"type": "DARK",
|
|
1342
|
+
"radius": 4,
|
|
1343
|
+
"dice": "$Dd8",
|
|
1344
|
+
"expr": [
|
|
1345
|
+
{
|
|
1346
|
+
"name": "D",
|
|
1347
|
+
"base": "DUNGEON_LEVEL",
|
|
1348
|
+
"expr": "/ 10 + 2"
|
|
1349
|
+
}
|
|
1350
|
+
]
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"eff": "DRAIN_LIGHT",
|
|
1354
|
+
"dice": "100+1d100"
|
|
1355
|
+
}
|
|
1356
|
+
],
|
|
1357
|
+
"desc": [
|
|
1358
|
+
"A trap that envelops you in darkness."
|
|
1359
|
+
],
|
|
1360
|
+
"msg": [
|
|
1361
|
+
"Everything starts to fade..."
|
|
1362
|
+
]
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
"name": {
|
|
1366
|
+
"name": "trap",
|
|
1367
|
+
"desc": "mana drain trap"
|
|
1368
|
+
},
|
|
1369
|
+
"graphics": {
|
|
1370
|
+
"glyph": "^",
|
|
1371
|
+
"color": "light purple"
|
|
1372
|
+
},
|
|
1373
|
+
"appear": {
|
|
1374
|
+
"rarity": 1,
|
|
1375
|
+
"mindepth": 5,
|
|
1376
|
+
"maxnum": 0
|
|
1377
|
+
},
|
|
1378
|
+
"visibility": "50+d10",
|
|
1379
|
+
"flags": [
|
|
1380
|
+
"TRAP | FLOOR | MAGICAL"
|
|
1381
|
+
],
|
|
1382
|
+
"effect": [
|
|
1383
|
+
{
|
|
1384
|
+
"eff": "DRAIN_MANA",
|
|
1385
|
+
"dice": "1d$D",
|
|
1386
|
+
"expr": [
|
|
1387
|
+
{
|
|
1388
|
+
"name": "D",
|
|
1389
|
+
"base": "DUNGEON_LEVEL",
|
|
1390
|
+
"expr": "/ 2 + 1"
|
|
1391
|
+
}
|
|
1392
|
+
]
|
|
1393
|
+
}
|
|
1394
|
+
],
|
|
1395
|
+
"desc": [
|
|
1396
|
+
"A trap that drains your mana."
|
|
1397
|
+
],
|
|
1398
|
+
"msg": [
|
|
1399
|
+
"You feel your energies sap away."
|
|
1400
|
+
]
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
"name": {
|
|
1404
|
+
"name": "trap",
|
|
1405
|
+
"desc": "knife trap"
|
|
1406
|
+
},
|
|
1407
|
+
"graphics": {
|
|
1408
|
+
"glyph": "^",
|
|
1409
|
+
"color": "yellow"
|
|
1410
|
+
},
|
|
1411
|
+
"appear": {
|
|
1412
|
+
"rarity": 1,
|
|
1413
|
+
"mindepth": 20,
|
|
1414
|
+
"maxnum": 0
|
|
1415
|
+
},
|
|
1416
|
+
"visibility": "20+d5",
|
|
1417
|
+
"flags": [
|
|
1418
|
+
"TRAP | FLOOR"
|
|
1419
|
+
],
|
|
1420
|
+
"effect": [
|
|
1421
|
+
{
|
|
1422
|
+
"eff": "TIMED_INC",
|
|
1423
|
+
"type": "CUT",
|
|
1424
|
+
"dice": "150"
|
|
1425
|
+
},
|
|
1426
|
+
{
|
|
1427
|
+
"eff": "DAMAGE",
|
|
1428
|
+
"dice": "$D",
|
|
1429
|
+
"expr": [
|
|
1430
|
+
{
|
|
1431
|
+
"name": "D",
|
|
1432
|
+
"base": "DUNGEON_LEVEL",
|
|
1433
|
+
"expr": "/ 2"
|
|
1434
|
+
}
|
|
1435
|
+
]
|
|
1436
|
+
}
|
|
1437
|
+
],
|
|
1438
|
+
"desc": [
|
|
1439
|
+
"A trap designed to bleed you to death."
|
|
1440
|
+
],
|
|
1441
|
+
"msg": [
|
|
1442
|
+
"Blades whirl around you, slicing your skin!"
|
|
1443
|
+
]
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
"name": {
|
|
1447
|
+
"name": "trap",
|
|
1448
|
+
"desc": "petrifying trap"
|
|
1449
|
+
},
|
|
1450
|
+
"graphics": {
|
|
1451
|
+
"glyph": "^",
|
|
1452
|
+
"color": "blue"
|
|
1453
|
+
},
|
|
1454
|
+
"appear": {
|
|
1455
|
+
"rarity": 1,
|
|
1456
|
+
"mindepth": 5,
|
|
1457
|
+
"maxnum": 0
|
|
1458
|
+
},
|
|
1459
|
+
"visibility": "20+d5",
|
|
1460
|
+
"flags": [
|
|
1461
|
+
"TRAP | FLOOR | MAGICAL"
|
|
1462
|
+
],
|
|
1463
|
+
"effect": [
|
|
1464
|
+
{
|
|
1465
|
+
"eff": "TIMED_INC",
|
|
1466
|
+
"type": "STONESKIN",
|
|
1467
|
+
"dice": "20+1d20"
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
"eff": "TIMED_INC",
|
|
1471
|
+
"type": "STUN",
|
|
1472
|
+
"dice": "20+1d20"
|
|
1473
|
+
}
|
|
1474
|
+
],
|
|
1475
|
+
"desc": [
|
|
1476
|
+
"A trap that stuns you and gives you stoneskin."
|
|
1477
|
+
],
|
|
1478
|
+
"msg": [
|
|
1479
|
+
"You feel yourself turning to stone!"
|
|
1480
|
+
]
|
|
1481
|
+
}
|
|
1482
|
+
]
|
|
1483
|
+
}
|