File: pseudoformat.txt

package info (click to toggle)
aime-doc 0.60-1.2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 508 kB
  • ctags: 174
  • sloc: makefile: 44; sh: 1
file content (426 lines) | stat: -rw-r--r-- 6,991 bytes parent folder | download | duplicates (2)
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426

All mudobjects field:

Title ^single line^
Altname ^single line^
Clones ^single line^
Location ^single line^
SpecialStr ^single line^


All item fields:

Guard ^single line^
ItemFlag1 0     -- long int
ItemFlag2 0     -- long int


All moveable fields:

Brief1 ^
multi-line
^
Brief2 ^
multi-line
^
Size 0           -- int
Weight 0         -- int
NumAllowed 0     -- int
PercentAllowed 0 -- int


All mobile fields:

Brief ^
multi-line
^
StartWieldLeft  ^single line^ -- not the same as a "StartMobile" type tag
StartWieldRight ^single line^  
StartWear ^single line^
BareWeapon ^single line^
Strength 15			-- int
Dexterity 15			-- int
Constitution 15			-- int
Intel 15			-- int
MobFlag1 0			-- long int
MobFlag2 0			-- long int
Speed 0				-- int
Aggression 0			-- int
Wimpy 0                         -- int
MaxMagic 0                      -- int
MaxEndurance 0                  -- int
StartRankList -- indicates the start of the rank lists, list of abilities
StartRank -- Indicates the start of an individual rank object
Name ^single line^
Rank 0                          -- int
Experience 0                    -- int
EndRank -- marks the end
StartRank
Name ^single line^
Rank 0                          -- int
Experience 0                    -- int
EndRank
EndRankList -- marks the end
StartTellReplies -- indicates the start of the tell replies
StartReply -- indicates the start of an individual tell reply
Keywords ^single line^
Reply ^
Multi-line
^
EndReply -- marks the end
StartReply -- can have multiple tell replies in here
Keywords ^single line^
Reply ^
Multi-line
^
EndReply
EndTellReplies -- indicates the end of the tell replies...all tell replies for this mob must fall between these two
StartShop -- the start of a shop object in the mobile
Name ^single line^
Currency ^single line^
StartShopItems  -- indicates the beginning of the list of shop items
StartItem       -- Indicate the start of a particular shop item
ItemName ^single line^
AliasName ^single line^
Value 0    	    -- int
ItemType 0      -- int
NumberOf 0      -- int
Desc ^
multi-line
^
EndItem
StartItem       -- Can have multiple of these
ItemName ^single line^
AliasName ^single line^
Value 0    	    -- int
ItemType 0      -- int
NumberOf 0      -- int
Desc ^
multi-line
^
EndItem
EndShopItems
EndShop

Location fields:

North ^single line^
South ^single line^
East ^single line^
West ^single line^
Up ^single line^
Down ^single line^
Northeast ^single line^
Northwest ^single line^
Southeast ^single line^
Southwest ^single line^
Listen ^
Multi-line
^
Smell ^
Multi-line
^
ExtraDesc1 ^
Multi-line
^
ExtraDesc2 ^
Multi-line
^
HorizSize 0  -- int
VertSize 0   -- int
Height 0     -- int
Terrain 0    -- int
LocFlag1 0	 -- long int
LocFlag2 0	 -- long int

Door fields:

KeyNames ^single line^
DoorState 0       -- int
InsideBrief0 ^
Multi-line
^
InsideBrief1 ^
Multi-line
^
InsideBrief2 ^
Multi-line
^
InsideBrief3 ^
Multi-line
^
OutsideLoc ^single line^
OutsideDesc ^
Multi-line
^
Distance 0	-- int
RopeName ^single line^
// If Brief0 (or Brief1) is used instead of InsideBrief0, it writes
// the field to both InsideBrief0 and OutsideBrief0, etc
Brief0 ^
Multi-line
^
Brief1 ^
Multi-line
^

Book fields:

Subject ^single line^


Weapon fields:

WeaponClass ^single line^
Damage 0		-- int
DepStrength 0	-- int
DepDexterity 0	-- int
WieldType 0		-- int


Boat fields:

MoveStr ^single line^
WaterBrief ^single line^


Rope fields:

RopeLength 0 	-- int


Wearable fields:

Armor 0		-- int
WearFlag1 0		-- long int


Merger fields:

NumberOf 0 		-- int


Food fields:

Energy 0		-- int


Money fields:

MoneyIndex 0 	-- int


Specials fields:

Name ^single line^
Trigger ^single line^
Activation 0 	-- unsigned long
Interval 0 		-- unsigned long
NumTimes 0 		-- int
Counter 0		-- long int
Code ^
multi-line
^
Comments ^
multi-line
^

All Ability fields:

Name ^single line^
ActingActor ^
multi-line
^
ActingTarget ^
multi-line
^
ActingRoom ^
multi-line
^
SuccessActor ^
multi-line
^
SuccessTarget ^
multi-line
^
SuccessRoom ^
multi-line
^
FailureActor ^
multi-line
^
FailureTarget ^
multi-line
^
FailureRoom ^
multi-line
^
SpecialName ^single-line^
SuccessTrigger ^single-line^
FailTrigger ^single-line^
AttemptTrigger ^single-line^
Drain 0    -- int
StartDepencencyList
StartDependency
DependencyType 0  -- int
DependencyString ^single-line^
DependencyInt  0  -- int
EndDependency
StartDependency
DependencyType 0  -- int
DependencyString ^single-line^
DependencyInt  0  -- int
EndDependency
EndDependencyList

All spell fields:

SpellFlag1 0      -- long


All skill fields:

SkillFlag1 0      -- long


All Action fields:

Name ^single-line^
Actor ^
multi-line
^
Crowd ^
multi-line
^
Target ^
multi-line
^
Sender ^
multi-line
^
Bystander ^
multi-line
^
ActFlag1 0    -- long


All Race fields:

Name ^single-line^
Description ^
multi-line
^
InitialDesc ^
multi-line
^
InitialBrief ^
multi-line
^
InitialAbility ^single-line^
InitialLocation ^single-line^
DeathLocation ^single-line^
DeathText ^
multi-line
^
InitialStrength 0  -- int
InitialDexterity 0  -- int
InitialIntel 0  -- int
StartTutorialList
StartTutorial
Name ^single-line^
Sequence 0    -- int
TutorialSpecial ^single-line^
Mandatory 0   -- int
EndTutorial
EndTutorialList


All quest fields:

Name ^single-line^
Description ^
Multi-line
^
Difficulty 0     -- int
Puzzles 0        -- int
Combat 0         -- int
QuestPoints 0    -- int
Required 0 	 -- int


All levels fields:

Name ^single-line^
ChainName ^single-line^
AwardString ^
Multi-line
^
LevelString ^
Multi-line
^
LevelNumber 0    -- int
MinStrength 0    -- int
MinDexterity 0    -- int
MinIntel 0    -- int
MinExperience 0    -- int
RequiredAbilities ^single-line^
SpecialRequirements ^
Multi-line
^
WhenAwarded ^
Multi-line
^
LevelFlag1 0    -- long


All mask fields

Name ^single-line^
ComFlag1 0   -- long
ComFlag2 0   -- long
ComFlag3 0   -- long
ComFlag4 0   -- long
ComFlag5 0   -- long
ComFlag6 0   -- long
AdminFlag1 0 -- long
AdminFlag2 0 -- long
AdminFlag3 0 -- long
AdminFlag4 0 -- long
AdminFlag5 0 -- long
AdminFlag6 0 -- long



All inclination fields:

Name ^single-line^
Description ^
multi-line
^
Special ^single-line^
StrengthOffset 0  -- int
DexterityOffset 0  -- int
IntelOffset 0  -- int
ConstitutionOffset 0  -- int
ConstitutionOffset 0  -- int


All Talent fields:

Name ^single-line^
Description ^
multi-line
^
Special ^single-line^
Cost 0     -- int
Allowed 0  -- int


All ChatLine fields:

Name ^single-line^
LeadInActor ^single-line^
LeadInCrowd ^single-line^
TextColor ^single-line^
Border ^single-line^
ChatFlag1  0    -- long