-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPOL_eScript_CFG.sublime-completions
More file actions
518 lines (512 loc) · 37.7 KB
/
POL_eScript_CFG.sublime-completions
File metadata and controls
518 lines (512 loc) · 37.7 KB
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
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
{
"scope": "source.cfg.polscript - (string.quoted.double.polscript|string.quoted.single.polscript)",
"completions": [
// Values
{ "trigger": "DisplayParrySuccessMessages\tvalue", "contents": "DisplayParrySuccessMessages" },
{ "trigger": "WarmodeInhibitsRegen\tvalue", "contents": "WarmodeInhibitsRegen" },
{ "trigger": "WarModeDelay\tvalue", "contents": "WarModeDelay" },
{ "trigger": "SingleCombat\tvalue", "contents": "SingleCombat" },
{ "trigger": "CoreHitSounds\tvalue", "contents": "CoreHitSounds" },
{ "trigger": "ScriptedAttackChecks\tvalue", "contents": "ScriptedAttackChecks" },
{ "trigger": "ResetSwingOnTurn\tvalue", "contents": "ResetSwingOnTurn" },
{ "trigger": "SendSwingPacket\tvalue", "contents": "SendSwingPacket" },
{ "trigger": "SendDamagePacket\tvalue", "contents": "SendDamagePacket" },
{ "trigger": "AttackWhileFrozen\tvalue", "contents": "AttackWhileFrozen" },
{ "trigger": "SendAttackMsg\tvalue", "contents": "SendAttackMsg" },
{ "trigger": "ModuleDirectory\tvalue", "contents": "ModuleDirectory" },
{ "trigger": "IncludeDirectory\tvalue", "contents": "IncludeDirectory" },
{ "trigger": "PolScriptRoot\tvalue", "contents": "PolScriptRoot" },
{ "trigger": "PackageRoot\tvalue", "contents": "PackageRoot" },
{ "trigger": "GenerateListing\tvalue", "contents": "GenerateListing" },
{ "trigger": "GenerateDebugInfo\tvalue", "contents": "GenerateDebugInfo" },
{ "trigger": "GenerateDebugTextInfo\tvalue", "contents": "GenerateDebugTextInfo" },
{ "trigger": "DisplayWarnings\tvalue", "contents": "DisplayWarnings" },
{ "trigger": "CompileAspPages\tvalue", "contents": "CompileAspPages" },
{ "trigger": "OnlyCompileUpdatedScripts\tvalue", "contents": "OnlyCompileUpdatedScripts" },
{ "trigger": "GenerateDependencyInfo\tvalue", "contents": "GenerateDependencyInfo" },
{ "trigger": "DisplayUpToDateScripts\tvalue", "contents": "DisplayUpToDateScripts" },
{ "trigger": "AutoCompileByDefault\tvalue", "contents": "AutoCompileByDefault" },
{ "trigger": "UpdateOnlyOnAutoCompile\tvalue", "contents": "UpdateOnlyOnAutoCompile" },
{ "trigger": "DisplaySummary\tvalue", "contents": "DisplaySummary" },
{ "trigger": "OptimizeObjectMembers\tvalue", "contents": "OptimizeObjectMembers" },
{ "trigger": "ErrorOnWarning\tvalue", "contents": "ErrorOnWarning" },
{ "trigger": "ThreadedCompilation\tvalue", "contents": "ThreadedCompilation" },
{ "trigger": "NumberOfThreads\tvalue", "contents": "NumberOfThreads" },
{ "trigger": "ParanoiaWarnings\tvalue", "contents": "ParanoiaWarnings" },
{ "trigger": "Tillerman\tvalue", "contents": "Tillerman" },
{ "trigger": "Port_Plank\tvalue", "contents": "Port_Plank" },
{ "trigger": "Starboard_Plank\tvalue", "contents": "Starboard_Plank" },
{ "trigger": "Hold\tvalue", "contents": "Hold" },
{ "trigger": "Rope\tvalue", "contents": "Rope" },
{ "trigger": "Wheel\tvalue", "contents": "Wheel" },
{ "trigger": "Hull\tvalue", "contents": "Hull" },
{ "trigger": "Tiller\tvalue", "contents": "Tiller" },
{ "trigger": "Rudder\tvalue", "contents": "Rudder" },
{ "trigger": "Sails\tvalue", "contents": "Sails" },
{ "trigger": "Storage\tvalue", "contents": "Storage" },
{ "trigger": "Waponslot\tvalue", "contents": "Waponslot" },
{ "trigger": "Wrestling\tvalue", "contents": "Wrestling" },
{ "trigger": "Mount\tvalue", "contents": "Mount" },
{ "trigger": "Shield\tvalue", "contents": "Shield" },
{ "trigger": "Secure_Trade_Container\tvalue", "contents": "Secure_Trade_Container" },
{ "trigger": "Wornitems_Container\tvalue", "contents": "Wornitems_Container" },
{ "trigger": "Enabled\tvalue", "contents": "Enabled" },
{ "trigger": "Name\tvalue", "contents": "Name" },
{ "trigger": "Requires\tvalue", "contents": "Requires" },
{ "trigger": "Replaces\tvalue", "contents": "Replaces" },
{ "trigger": "Conflicts\tvalue", "contents": "Conflicts" },
{ "trigger": "Version\tvalue", "contents": "Version" },
{ "trigger": "CoreRequired\tvalue", "contents": "CoreRequired" },
{ "trigger": "ProvidesSystemHomePage\tvalue", "contents": "ProvidesSystemHomePage" },
{ "trigger": "Maintainer\tvalue", "contents": "Maintainer" },
{ "trigger": "Email\tvalue", "contents": "Email" },
{ "trigger": "UoDataFileRoot\tvalue", "contents": "UoDataFileRoot" },
{ "trigger": "WorldDataPath\tvalue", "contents": "WorldDataPath" },
{ "trigger": "RealmDataPath\tvalue", "contents": "RealmDataPath" },
{ "trigger": "PidFilePath\tvalue", "contents": "PidFilePath" },
{ "trigger": "ListenPort\tvalue", "contents": "ListenPort" },
{ "trigger": "ClientEncryptionVersion\tvalue", "contents": "ClientEncryptionVersion" },
{ "trigger": "CountResourceTiles\tvalue", "contents": "CountResourceTiles" },
{ "trigger": "Multithread\tvalue", "contents": "Multithread" },
{ "trigger": "WebServer\tvalue", "contents": "WebServer" },
{ "trigger": "WebServerPort\tvalue", "contents": "WebServerPort" },
{ "trigger": "IgnoreLoadErrors\tvalue", "contents": "IgnoreLoadErrors" },
{ "trigger": "DebugPort\tvalue", "contents": "DebugPort" },
{ "trigger": "AccountDataSave\tvalue", "contents": "AccountDataSave" },
{ "trigger": "Verbose\tvalue", "contents": "Verbose" },
{ "trigger": "LogLevel\tvalue", "contents": "LogLevel" },
{ "trigger": "SelectTimeout\tvalue", "contents": "SelectTimeout" },
{ "trigger": "WatchRpm\tvalue", "contents": "WatchRpm" },
{ "trigger": "WatchSysLoad\tvalue", "contents": "WatchSysLoad" },
{ "trigger": "WatchMapCache\tvalue", "contents": "WatchMapCache" },
{ "trigger": "LogSysLoad\tvalue", "contents": "LogSysLoad" },
{ "trigger": "InhibitSaves\tvalue", "contents": "InhibitSaves" },
{ "trigger": "LogScriptCycles\tvalue", "contents": "LogScriptCycles" },
{ "trigger": "ProfileCProps\tvalue", "contents": "ProfileCProps" },
{ "trigger": "WebServerLocalOnly\tvalue", "contents": "WebServerLocalOnly" },
{ "trigger": "WebServerDebug\tvalue", "contents": "WebServerDebug" },
{ "trigger": "WebServerPassword\tvalue", "contents": "WebServerPassword" },
{ "trigger": "CacheInteractiveScripts\tvalue", "contents": "CacheInteractiveScripts" },
{ "trigger": "ShowSpeechColors\tvalue", "contents": "ShowSpeechColors" },
{ "trigger": "RequireSpellbooks\tvalue", "contents": "RequireSpellbooks" },
{ "trigger": "EnableSecureTrading\tvalue", "contents": "EnableSecureTrading" },
{ "trigger": "RunawayScriptThreshold\tvalue", "contents": "RunawayScriptThreshold" },
{ "trigger": "InactivityWarningTimeout\tvalue", "contents": "InactivityWarningTimeout" },
{ "trigger": "InactivityDisconnectTimeout\tvalue", "contents": "InactivityDisconnectTimeout" },
{ "trigger": "MinCmdlevelToLogin\tvalue", "contents": "MinCmdlevelToLogin" },
{ "trigger": "MinCmdLvlToIgnoreInactivity\tvalue", "contents": "MinCmdLvlToIgnoreInactivity" },
{ "trigger": "MaxCallDepth\tvalue", "contents": "MaxCallDepth" },
{ "trigger": "ThreadStacktracesWhenStuck\tvalue", "contents": "ThreadStacktracesWhenStuck" },
{ "trigger": "DumpStackOnAssertionFailure\tvalue", "contents": "DumpStackOnAssertionFailure" },
{ "trigger": "DisplayUnknownPackets\tvalue", "contents": "DisplayUnknownPackets" },
{ "trigger": "ExpLosChecksMap\tvalue", "contents": "ExpLosChecksMap" },
{ "trigger": "EnableDebugLog\tvalue", "contents": "EnableDebugLog" },
{ "trigger": "DebugPassword\tvalue", "contents": "DebugPassword" },
{ "trigger": "DebugLocalOnly\tvalue", "contents": "DebugLocalOnly" },
{ "trigger": "DebugLevel\tvalue", "contents": "DebugLevel" },
{ "trigger": "ReportRunToCompletionScripts\tvalue", "contents": "ReportRunToCompletionScripts" },
{ "trigger": "ReportCriticalScripts\tvalue", "contents": "ReportCriticalScripts" },
{ "trigger": "ReportMissingConfigs\tvalue", "contents": "ReportMissingConfigs" },
{ "trigger": "MaximumClients\tvalue", "contents": "MaximumClients" },
{ "trigger": "MaximumClientsBypassCmdLevel\tvalue", "contents": "MaximumClientsBypassCmdLevel" },
{ "trigger": "AllowMultiClientsPerAccount\tvalue", "contents": "AllowMultiClientsPerAccount" },
{ "trigger": "CharacterSlots\tvalue", "contents": "CharacterSlots" },
{ "trigger": "MiniDumpType\tvalue", "contents": "MiniDumpType" },
{ "trigger": "RetainCleartextPasswords\tvalue", "contents": "RetainCleartextPasswords" },
{ "trigger": "AssertionFailureAction\tvalue", "contents": "AssertionFailureAction" },
{ "trigger": "ShutdownSaveType\tvalue", "contents": "ShutdownSaveType" },
{ "trigger": "TimestampEveryLine\tvalue", "contents": "TimestampEveryLine" },
{ "trigger": "MaxTileID\tvalue", "contents": "MaxTileID" },
{ "trigger": "MaxObjtype\tvalue", "contents": "MaxObjtype" },
{ "trigger": "DiscardOldEvents\tvalue", "contents": "DiscardOldEvents" },
{ "trigger": "UseSingleThreadLogin\tvalue", "contents": "UseSingleThreadLogin" },
{ "trigger": "DisableNagle\tvalue", "contents": "DisableNagle" },
{ "trigger": "ShowRealmInfo\tvalue", "contents": "ShowRealmInfo" },
{ "trigger": "EnforceMountObjtype\tvalue", "contents": "EnforceMountObjtype" },
{ "trigger": "SingleThreadDecay\tvalue", "contents": "SingleThreadDecay" },
{ "trigger": "ThreadDecayStatistics\tvalue", "contents": "ThreadDecayStatistics" },
{ "trigger": "ReportCrashsAutomatically\tvalue", "contents": "ReportCrashsAutomatically" },
{ "trigger": "ReportAdminEmail\tvalue", "contents": "ReportAdminEmail" },
{ "trigger": "ReportServer\tvalue", "contents": "ReportServer" },
{ "trigger": "ReportURL\tvalue", "contents": "ReportURL" },
{ "trigger": "ShowWarningGump\tvalue", "contents": "ShowWarningGump" },
{ "trigger": "ShowWarningItem\tvalue", "contents": "ShowWarningItem" },
{ "trigger": "AllowSecureTradingInWarMode\tvalue", "contents": "AllowSecureTradingInWarMode" },
{ "trigger": "DefaultDecayTime\tvalue", "contents": "DefaultDecayTime" },
{ "trigger": "DefaultDoubleclickRange\tvalue", "contents": "DefaultDoubleclickRange" },
{ "trigger": "DefaultAccessibleRange\tvalue", "contents": "DefaultAccessibleRange" },
{ "trigger": "DefaultLightLevel\tvalue", "contents": "DefaultLightLevel" },
{ "trigger": "MovementUsesStamina\tvalue", "contents": "MovementUsesStamina" },
{ "trigger": "TotalStatsAtCreation\tvalue", "contents": "TotalStatsAtCreation" },
{ "trigger": "DefaultContainerMaxItems\tvalue", "contents": "DefaultContainerMaxItems" },
{ "trigger": "DefaultContainerMaxWeight\tvalue", "contents": "DefaultContainerMaxWeight" },
{ "trigger": "UOFeatureEnable\tvalue", "contents": "UOFeatureEnable" },
{ "trigger": "MaxPathFindRange\tvalue", "contents": "MaxPathFindRange" },
{ "trigger": "HiddenTurnsCount\tvalue", "contents": "HiddenTurnsCount" },
{ "trigger": "ItemColorMask\tvalue", "contents": "ItemColorMask" },
{ "trigger": "DecayItems\tvalue", "contents": "DecayItems" },
{ "trigger": "UseTileFlagPrefix\tvalue", "contents": "UseTileFlagPrefix" },
{ "trigger": "UseWinLFH\tvalue", "contents": "UseWinLFH" },
{ "trigger": "EventVisibilityCoreChecks\tvalue", "contents": "EventVisibilityCoreChecks" },
{ "trigger": "DoubleClickWait\tvalue", "contents": "DoubleClickWait" },
{ "trigger": "InvulTag\tvalue", "contents": "InvulTag" },
{ "trigger": "StartingGold\tvalue", "contents": "StartingGold" },
{ "trigger": "PrivacyPaperdoll\tvalue", "contents": "PrivacyPaperdoll" },
{ "trigger": "ForceNewObjCachePackets\tvalue", "contents": "ForceNewObjCachePackets" },
{ "trigger": "AllowMovingTrade\tvalue", "contents": "AllowMovingTrade" },
{ "trigger": "CoreHandledLocks\tvalue", "contents": "CoreHandledLocks" },
{ "trigger": "DefaultAttributeCap\tvalue", "contents": "DefaultAttributeCap" },
{ "trigger": "CoreSendsCaps\tvalue", "contents": "CoreSendsCaps" },
{ "trigger": "SendStatLocks\tvalue", "contents": "SendStatLocks" },
{ "trigger": "MaxContainerSlots\tvalue", "contents": "MaxContainerSlots" },
{ "trigger": "UseContainerSlots\tvalue", "contents": "UseContainerSlots" },
{ "trigger": "EditServer\tvalue", "contents": "EditServer" },
{ "trigger": "CarryingCapacityMod\tvalue", "contents": "CarryingCapacityMod" },
{ "trigger": "SpeechRange\tvalue", "contents": "SpeechRange" },
{ "trigger": "WhisperRange\tvalue", "contents": "WhisperRange" },
{ "trigger": "YellRange\tvalue", "contents": "YellRange" },
{ "trigger": "CoreSendsSeason\tvalue", "contents": "CoreSendsSeason" },
{ "trigger": "CoreHandledTags\tvalue", "contents": "CoreHandledTags" },
{ "trigger": "SupportFaces\tvalue", "contents": "SupportFaces" },
{ "trigger": "NewbieStartingEquipment\tvalue", "contents": "NewbieStartingEquipment" },
{ "trigger": "SpeedhackPrevention\tvalue", "contents": "SpeedhackPrevention" },
{ "trigger": "ScriptedMerchantHandlers\tvalue", "contents": "ScriptedMerchantHandlers" },
{ "trigger": "HonorUnequipScriptOnDeath\tvalue", "contents": "HonorUnequipScriptOnDeath" },
{ "trigger": "SpeedHack_MountRunDelay\tvalue", "contents": "SpeedHack_MountRunDelay" },
{ "trigger": "SpeedHack_MountWalkDelay\tvalue", "contents": "SpeedHack_MountWalkDelay" },
{ "trigger": "SpeedHack_FootRunDelay\tvalue", "contents": "SpeedHack_FootRunDelay" },
{ "trigger": "SpeedHack_FootWalkDelay\tvalue", "contents": "SpeedHack_FootWalkDelay" },
{ "trigger": "SeperateSpeechTokens\tvalue", "contents": "SeperateSpeechTokens" },
{ "trigger": "CoreGuildMessages\tvalue", "contents": "CoreGuildMessages" },
{ "trigger": "MobilesBlockNpcMovement\tvalue", "contents": "MobilesBlockNpcMovement" },
{ "trigger": "DefaultCharacterHeight\tvalue", "contents": "DefaultCharacterHeight" },
{ "trigger": "Combat\tvalue", "contents": "Combat" },
{ "trigger": "ProfileScripts\tvalue", "contents": "ProfileScripts" },
// Structures
{ "trigger": "OnMount\tstructure", "contents": "OnMount" },
{ "trigger": "MobileType\tstructure", "contents": "MobileType" },
{ "trigger": "ArmorZone\tstructure", "contents": "ArmorZone" },
{ "trigger": "Attribute\tstructure", "contents": "Attribute" },
{ "trigger": "AuxService\tstructure", "contents": "AuxService" },
{ "trigger": "BannedIP\tstructure", "contents": "BannedIP" },
{ "trigger": "Boat\tstructure", "contents": "Boat" },
{ "trigger": "Circle\tstructure", "contents": "Circle" },
{ "trigger": "CmdLevel\tstructure", "contents": "CmdLevel" },
{ "trigger": "Commands\tstructure", "contents": "Commands" },
{ "trigger": "Equipment\tstructure", "contents": "Equipment" },
{ "trigger": "FileAccess\tstructure", "contents": "FileAccess" },
{ "trigger": "Item\tstructure", "contents": "Item" },
{ "trigger": "Container\tstructure", "contents": "Container" },
{ "trigger": "Spellbook\tstructure", "contents": "Spellbook" },
{ "trigger": "Door\tstructure", "contents": "Door" },
{ "trigger": "House\tstructure", "contents": "House" },
{ "trigger": "Map\tstructure", "contents": "Map" },
{ "trigger": "Weapon\tstructure", "contents": "Weapon" },
{ "trigger": "Armor\tstructure", "contents": "Armor" },
{ "trigger": "Region\tstructure", "contents": "Region" },
{ "trigger": "LightRegion\tstructure", "contents": "LightRegion" },
{ "trigger": "ItemMenu\tstructure", "contents": "ItemMenu" },
{ "trigger": "MovementCost\tstructure", "contents": "MovementCost" },
{ "trigger": "Walking\tstructure", "contents": "Walking" },
{ "trigger": "Running\tstructure", "contents": "Running" },
{ "trigger": "Walking_Mounted\tstructure", "contents": "Walking_Mounted" },
{ "trigger": "Running_Mounted\tstructure", "contents": "Running_Mounted" },
{ "trigger": "Stairs\tstructure", "contents": "Stairs" },
{ "trigger": "NpcTemplate\tstructure", "contents": "NpcTemplate" },
{ "trigger": "General\tstructure", "contents": "General" },
{ "trigger": "HookList\tstructure", "contents": "HookList" },
{ "trigger": "PackageRoot\tstructure", "contents": "PackageRoot" },
{ "trigger": "NameColoring\tstructure", "contents": "NameColoring" },
{ "trigger": "ResourceSystem\tstructure", "contents": "ResourceSystem" },
{ "trigger": "Global\tstructure", "contents": "Global" },
{ "trigger": "GameServer\tstructure", "contents": "GameServer" },
{ "trigger": "Spell\tstructure", "contents": "Spell" },
{ "trigger": "Stacking\tstructure", "contents": "Stacking" },
{ "trigger": "StartingLocation\tstructure", "contents": "StartingLocation" },
{ "trigger": "SystemHookScript\tstructure", "contents": "SystemHookScript" },
{ "trigger": "Protocol\tstructure", "contents": "Protocol" },
{ "trigger": "Listener\tstructure", "contents": "Listener" },
{ "trigger": "LOSOptions\tstructure", "contents": "LOSOptions" },
{ "trigger": "StaticOptions\tstructure", "contents": "StaticOptions" },
{ "trigger": "TileOptions\tstructure", "contents": "TileOptions" },
{ "trigger": "MultiTypes\tstructure", "contents": "MultiTypes" },
{ "trigger": "Mounts\tstructure", "contents": "Mounts" },
{ "trigger": "ClientOptions\tstructure", "contents": "ClientOptions" },
{ "trigger": "Packet\tstructure", "contents": "Packet" },
{ "trigger": "SubPacket\tstructure", "contents": "SubPacket" },
{ "trigger": "Skill\tstructure", "contents": "Skill" },
{ "trigger": "Vital\tstructure", "contents": "Vital" },
{ "trigger": "WeatherRegion\tstructure", "contents": "WeatherRegion" },
{ "trigger": "MIME\tstructure", "contents": "MIME" },
// Properties
{ "trigger": "OldAnimX\tproperty", "contents": "OldAnimX" },
{ "trigger": "NewAnim\tproperty", "contents": "NewAnim" },
{ "trigger": "Graphic\tproperty", "contents": "Graphic" },
{ "trigger": "Name\tproperty", "contents": "Name" },
{ "trigger": "Chance\tproperty", "contents": "Chance" },
{ "trigger": "Layer\tproperty", "contents": "Layer" },
{ "trigger": "Alias\tproperty", "contents": "Alias" },
{ "trigger": "GetIntrinsicModFunction\tproperty", "contents": "GetIntrinsicModFunction" },
{ "trigger": "Delay\tproperty", "contents": "Delay" },
{ "trigger": "Unhides\tproperty", "contents": "Unhides" },
{ "trigger": "Script\tproperty", "contents": "Script" },
{ "trigger": "DefaultCap\tproperty", "contents": "DefaultCap" },
{ "trigger": "DisableCoreChecks\tproperty", "contents": "DisableCoreChecks" },
{ "trigger": "Port\tproperty", "contents": "Port" },
{ "trigger": "IPMatch\tproperty", "contents": "IPMatch" },
{ "trigger": "MultiId\tproperty", "contents": "MultiId" },
{ "trigger": "TillerMan\tproperty", "contents": "TillerMan" },
{ "trigger": "PortGangplankExtended\tproperty", "contents": "PortGangplankExtended" },
{ "trigger": "PortGangplankRetracted\tproperty", "contents": "PortGangplankRetracted" },
{ "trigger": "StarboardGangplankExtended\tproperty", "contents": "StarboardGangplankExtended" },
{ "trigger": "StarboardGangplankRetracted\tproperty", "contents": "StarboardGangplankRetracted" },
{ "trigger": "Hold\tproperty", "contents": "Hold" },
{ "trigger": "Rope\tproperty", "contents": "Rope" },
{ "trigger": "Wheel\tproperty", "contents": "Wheel" },
{ "trigger": "Hull\tproperty", "contents": "Hull" },
{ "trigger": "Tiller\tproperty", "contents": "Tiller" },
{ "trigger": "Rudder\tproperty", "contents": "Rudder" },
{ "trigger": "Sails\tproperty", "contents": "Sails" },
{ "trigger": "Storage\tproperty", "contents": "Storage" },
{ "trigger": "WeaponSlot\tproperty", "contents": "WeaponSlot" },
{ "trigger": "Mana\tproperty", "contents": "Mana" },
{ "trigger": "Difficulty\tproperty", "contents": "Difficulty" },
{ "trigger": "PointValue\tproperty", "contents": "PointValue" },
{ "trigger": "DIR\tproperty", "contents": "DIR" },
{ "trigger": "CMD\tproperty", "contents": "CMD" },
{ "trigger": "Armor\tproperty", "contents": "Armor" },
{ "trigger": "Weapon\tproperty", "contents": "Weapon" },
{ "trigger": "Equip\tproperty", "contents": "Equip" },
{ "trigger": "Package\tproperty", "contents": "Package" },
{ "trigger": "Directory\tproperty", "contents": "Directory" },
{ "trigger": "Extension\tproperty", "contents": "Extension" },
{ "trigger": "AllowRead\tproperty", "contents": "AllowRead" },
{ "trigger": "AllowWrite\tproperty", "contents": "AllowWrite" },
{ "trigger": "AllowAppend\tproperty", "contents": "AllowAppend" },
{ "trigger": "AllowRemote\tproperty", "contents": "AllowRemote" },
{ "trigger": "Color\tproperty", "contents": "Color" },
{ "trigger": "Facing\tproperty", "contents": "Facing" },
{ "trigger": "Desc\tproperty", "contents": "Desc" },
{ "trigger": "Tooltip\tproperty", "contents": "Tooltip" },
{ "trigger": "WalkOnScript\tproperty", "contents": "WalkOnScript" },
{ "trigger": "EquipScript\tproperty", "contents": "EquipScript" },
{ "trigger": "UnequipScript\tproperty", "contents": "UnequipScript" },
{ "trigger": "ControlScript\tproperty", "contents": "ControlScript" },
{ "trigger": "CreateScript\tproperty", "contents": "CreateScript" },
{ "trigger": "DestroyScript\tproperty", "contents": "DestroyScript" },
{ "trigger": "MethodScript\tproperty", "contents": "MethodScript" },
{ "trigger": "RequiresAttention\tproperty", "contents": "RequiresAttention" },
{ "trigger": "Lockable\tproperty", "contents": "Lockable" },
{ "trigger": "VendorSellsFor\tproperty", "contents": "VendorSellsFor" },
{ "trigger": "VendorBuysFor\tproperty", "contents": "VendorBuysFor" },
{ "trigger": "DecayTime\tproperty", "contents": "DecayTime" },
{ "trigger": "SaveOnExit\tproperty", "contents": "SaveOnExit" },
{ "trigger": "Movable\tproperty", "contents": "Movable" },
{ "trigger": "DoubleClickRange\tproperty", "contents": "DoubleClickRange" },
{ "trigger": "UseRequiresLOS\tproperty", "contents": "UseRequiresLOS" },
{ "trigger": "GhostsCanUse\tproperty", "contents": "GhostsCanUse" },
{ "trigger": "CanUseWhileFrozen\tproperty", "contents": "CanUseWhileFrozen" },
{ "trigger": "CanUseWhileParalyzed\tproperty", "contents": "CanUseWhileParalyzed" },
{ "trigger": "Newbie\tproperty", "contents": "Newbie" },
{ "trigger": "Insured\tproperty", "contents": "Insured" },
{ "trigger": "Invisible\tproperty", "contents": "Invisible" },
{ "trigger": "DecaysOnMultis\tproperty", "contents": "DecaysOnMultis" },
{ "trigger": "BlocksCastingIfInHand\tproperty", "contents": "BlocksCastingIfInHand" },
{ "trigger": "StrRequired\tproperty", "contents": "StrRequired" },
{ "trigger": "MaxHP\tproperty", "contents": "MaxHP" },
{ "trigger": "Weight\tproperty", "contents": "Weight" },
{ "trigger": "OldObjtype\tproperty", "contents": "OldObjtype" },
{ "trigger": "StackingIgnoresCProps\tproperty", "contents": "StackingIgnoresCProps" },
{ "trigger": "Resource\tproperty", "contents": "Resource" },
{ "trigger": "FireResist\tproperty", "contents": "FireResist" },
{ "trigger": "ColdResist\tproperty", "contents": "ColdResist" },
{ "trigger": "EnergyResist\tproperty", "contents": "EnergyResist" },
{ "trigger": "PoisonResist\tproperty", "contents": "PoisonResist" },
{ "trigger": "PhysicalResist\tproperty", "contents": "PhysicalResist" },
{ "trigger": "FireDamage\tproperty", "contents": "FireDamage" },
{ "trigger": "ColdDamage\tproperty", "contents": "ColdDamage" },
{ "trigger": "EnergyDamage\tproperty", "contents": "EnergyDamage" },
{ "trigger": "PoisonDamage\tproperty", "contents": "PoisonDamage" },
{ "trigger": "PhysicalDamage\tproperty", "contents": "PhysicalDamage" },
{ "trigger": "StackLimit\tproperty", "contents": "StackLimit" },
{ "trigger": "NoDrop\tproperty", "contents": "NoDrop" },
{ "trigger": "Gump\tproperty", "contents": "Gump" },
{ "trigger": "MinX\tproperty", "contents": "MinX" },
{ "trigger": "MaxX\tproperty", "contents": "MaxX" },
{ "trigger": "MinY\tproperty", "contents": "MinY" },
{ "trigger": "MaxY\tproperty", "contents": "MaxY" },
{ "trigger": "MaxWeight\tproperty", "contents": "MaxWeight" },
{ "trigger": "MaxItems\tproperty", "contents": "MaxItems" },
{ "trigger": "MaxSlots\tproperty", "contents": "MaxSlots" },
{ "trigger": "NoDropException\tproperty", "contents": "NoDropException" },
{ "trigger": "CanInsertScript\tproperty", "contents": "CanInsertScript" },
{ "trigger": "OnInsertScript\tproperty", "contents": "OnInsertScript" },
{ "trigger": "CanRemoveScript\tproperty", "contents": "CanRemoveScript" },
{ "trigger": "OnRemoveScript\tproperty", "contents": "OnRemoveScript" },
{ "trigger": "SpellType\tproperty", "contents": "SpellType" },
{ "trigger": "OpenGraphic\tproperty", "contents": "OpenGraphic" },
{ "trigger": "XMod\tproperty", "contents": "XMod" },
{ "trigger": "YMod\tproperty", "contents": "YMod" },
{ "trigger": "Editable\tproperty", "contents": "Editable" },
{ "trigger": "Speed\tproperty", "contents": "Speed" },
{ "trigger": "Damage\tproperty", "contents": "Damage" },
{ "trigger": "Attribute\tproperty", "contents": "Attribute" },
{ "trigger": "Anim\tproperty", "contents": "Anim" },
{ "trigger": "MountedAnim\tproperty", "contents": "MountedAnim" },
{ "trigger": "HitSound\tproperty", "contents": "HitSound" },
{ "trigger": "MissSound\tproperty", "contents": "MissSound" },
{ "trigger": "HitScript\tproperty", "contents": "HitScript" },
{ "trigger": "Projectile\tproperty", "contents": "Projectile" },
{ "trigger": "ProjectileType\tproperty", "contents": "ProjectileType" },
{ "trigger": "ProjectileAnim\tproperty", "contents": "ProjectileAnim" },
{ "trigger": "ProjectileSound\tproperty", "contents": "ProjectileSound" },
{ "trigger": "TwoHanded\tproperty", "contents": "TwoHanded" },
{ "trigger": "MinRange\tproperty", "contents": "MinRange" },
{ "trigger": "MaxRange\tproperty", "contents": "MaxRange" },
{ "trigger": "AR\tproperty", "contents": "AR" },
{ "trigger": "OnHitScript\tproperty", "contents": "OnHitScript" },
{ "trigger": "Coverage\tproperty", "contents": "Coverage" },
{ "trigger": "Range\tproperty", "contents": "Range" },
{ "trigger": "Realm\tproperty", "contents": "Realm" },
{ "trigger": "Guarded\tproperty", "contents": "Guarded" },
{ "trigger": "EnterText\tproperty", "contents": "EnterText" },
{ "trigger": "LeaveText\tproperty", "contents": "LeaveText" },
{ "trigger": "EnterScript\tproperty", "contents": "EnterScript" },
{ "trigger": "LeaveScript\tproperty", "contents": "LeaveScript" },
{ "trigger": "Light\tproperty", "contents": "Light" },
{ "trigger": "Title\tproperty", "contents": "Title" },
{ "trigger": "Entry\tproperty", "contents": "Entry" },
{ "trigger": "SubMenu\tproperty", "contents": "SubMenu" },
{ "trigger": "Over\tproperty", "contents": "Over" },
{ "trigger": "static\tproperty", "contents": "static" },
{ "trigger": "dynamic\tproperty", "contents": "dynamic" },
{ "trigger": "Midi\tproperty", "contents": "Midi" },
{ "trigger": "Nocast\tproperty", "contents": "Nocast" },
{ "trigger": "ObjType\tproperty", "contents": "ObjType" },
{ "trigger": "Gender\tproperty", "contents": "Gender" },
{ "trigger": "TrueColor\tproperty", "contents": "TrueColor" },
{ "trigger": "Alignment\tproperty", "contents": "Alignment" },
{ "trigger": "AttackSpeed\tproperty", "contents": "AttackSpeed" },
{ "trigger": "AttackDelay\tproperty", "contents": "AttackDelay" },
{ "trigger": "AttackDamage\tproperty", "contents": "AttackDamage" },
{ "trigger": "AttackAttribute\tproperty", "contents": "AttackAttribute" },
{ "trigger": "AttackHitSound\tproperty", "contents": "AttackHitSound" },
{ "trigger": "AttackMissSound\tproperty", "contents": "AttackMissSound" },
{ "trigger": "AttackHitScript\tproperty", "contents": "AttackHitScript" },
{ "trigger": "AttackMinRange\tproperty", "contents": "AttackMinRange" },
{ "trigger": "AttackMaxRange\tproperty", "contents": "AttackMaxRange" },
{ "trigger": "AttackAnimation\tproperty", "contents": "AttackAnimation" },
{ "trigger": "AttackProjectile\tproperty", "contents": "AttackProjectile" },
{ "trigger": "AttackProjectileAnim\tproperty", "contents": "AttackProjectileAnim" },
{ "trigger": "AttackProjectileType\tproperty", "contents": "AttackProjectileType" },
{ "trigger": "AttackProjectileSound\tproperty", "contents": "AttackProjectileSound" },
{ "trigger": "AttackCProp\tproperty", "contents": "AttackCProp" },
{ "trigger": "Shield\tproperty", "contents": "Shield" },
{ "trigger": "ShieldOnHitScript\tproperty", "contents": "ShieldOnHitScript" },
{ "trigger": "ShieldCProp\tproperty", "contents": "ShieldCProp" },
{ "trigger": "MoveMode\tproperty", "contents": "MoveMode" },
{ "trigger": "Privs\tproperty", "contents": "Privs" },
{ "trigger": "Settings\tproperty", "contents": "Settings" },
{ "trigger": "SpeechColor\tproperty", "contents": "SpeechColor" },
{ "trigger": "SpeechFont\tproperty", "contents": "SpeechFont" },
{ "trigger": "UseAdjustments\tproperty", "contents": "UseAdjustments" },
{ "trigger": "RunSpeed\tproperty", "contents": "RunSpeed" },
{ "trigger": "MaxPartyMembers\tproperty", "contents": "MaxPartyMembers" },
{ "trigger": "TreatNoAsPrivate\tproperty", "contents": "TreatNoAsPrivate" },
{ "trigger": "DeclineTimeout\tproperty", "contents": "DeclineTimeout" },
{ "trigger": "PrivateMsgPrefix\tproperty", "contents": "PrivateMsgPrefix" },
{ "trigger": "RemoveMemberOnLogoff\tproperty", "contents": "RemoveMemberOnLogoff" },
{ "trigger": "RejoinPartyOnLogon\tproperty", "contents": "RejoinPartyOnLogon" },
{ "trigger": "CanAddToParty\tproperty", "contents": "CanAddToParty" },
{ "trigger": "OnAddToParty\tproperty", "contents": "OnAddToParty" },
{ "trigger": "CanRemoveMember\tproperty", "contents": "CanRemoveMember" },
{ "trigger": "CanLeaveParty\tproperty", "contents": "CanLeaveParty" },
{ "trigger": "OnLeaveParty\tproperty", "contents": "OnLeaveParty" },
{ "trigger": "OnPublicChat\tproperty", "contents": "OnPublicChat" },
{ "trigger": "OnPrivateChat\tproperty", "contents": "OnPrivateChat" },
{ "trigger": "OnDisband\tproperty", "contents": "OnDisband" },
{ "trigger": "ChangePublicChat\tproperty", "contents": "ChangePublicChat" },
{ "trigger": "ChangePrivateChat\tproperty", "contents": "ChangePrivateChat" },
{ "trigger": "OnPartyCreate\tproperty", "contents": "OnPartyCreate" },
{ "trigger": "OnDecline\tproperty", "contents": "OnDecline" },
{ "trigger": "OnLootPermChange\tproperty", "contents": "OnLootPermChange" },
{ "trigger": "dir\tproperty", "contents": "dir" },
{ "trigger": "NoCast\tproperty", "contents": "NoCast" },
{ "trigger": "NoCombat\tproperty", "contents": "NoCombat" },
{ "trigger": "LightLevel\tproperty", "contents": "LightLevel" },
{ "trigger": "WeatherType\tproperty", "contents": "WeatherType" },
{ "trigger": "WeatherSeverity\tproperty", "contents": "WeatherSeverity" },
{ "trigger": "WeatherAux\tproperty", "contents": "WeatherAux" },
{ "trigger": "LightOverride\tproperty", "contents": "LightOverride" },
{ "trigger": "Murderer\tproperty", "contents": "Murderer" },
{ "trigger": "Criminal\tproperty", "contents": "Criminal" },
{ "trigger": "Attackable\tproperty", "contents": "Attackable" },
{ "trigger": "Innocent\tproperty", "contents": "Innocent" },
{ "trigger": "Invulnerable\tproperty", "contents": "Invulnerable" },
{ "trigger": "GuildAlly\tproperty", "contents": "GuildAlly" },
{ "trigger": "GuildEnemy\tproperty", "contents": "GuildEnemy" },
{ "trigger": "CriminalFlagInterval\tproperty", "contents": "CriminalFlagInterval" },
{ "trigger": "AggressorFlagTimeout\tproperty", "contents": "AggressorFlagTimeout" },
{ "trigger": "PartyHelpFullCountsAsCriminal\tproperty", "contents": "PartyHelpFullCountsAsCriminal" },
{ "trigger": "NameColor\tproperty", "contents": "NameColor" },
{ "trigger": "HighLightColor\tproperty", "contents": "HighLightColor" },
{ "trigger": "OnAttack\tproperty", "contents": "OnAttack" },
{ "trigger": "OnDamage\tproperty", "contents": "OnDamage" },
{ "trigger": "OnHelp\tproperty", "contents": "OnHelp" },
{ "trigger": "ResourceType\tproperty", "contents": "ResourceType" },
{ "trigger": "InitialUnits\tproperty", "contents": "InitialUnits" },
{ "trigger": "LandTile\tproperty", "contents": "LandTile" },
{ "trigger": "UnitsPerArea\tproperty", "contents": "UnitsPerArea" },
{ "trigger": "SecondsPerRegrow\tproperty", "contents": "SecondsPerRegrow" },
{ "trigger": "Capacity\tproperty", "contents": "Capacity" },
{ "trigger": "IP\tproperty", "contents": "IP" },
{ "trigger": "AcctMatch\tproperty", "contents": "AcctMatch" },
{ "trigger": "SpellID\tproperty", "contents": "SpellID" },
{ "trigger": "PowerWords\tproperty", "contents": "PowerWords" },
{ "trigger": "Animation\tproperty", "contents": "Animation" },
{ "trigger": "Circle\tproperty", "contents": "Circle" },
{ "trigger": "Reagent\tproperty", "contents": "Reagent" },
{ "trigger": "IgnoreCprops\tproperty", "contents": "IgnoreCprops" },
{ "trigger": "City\tproperty", "contents": "City" },
{ "trigger": "Description\tproperty", "contents": "Description" },
{ "trigger": "MapID\tproperty", "contents": "MapID" },
{ "trigger": "Cliloc\tproperty", "contents": "Cliloc" },
{ "trigger": "Coordinate\tproperty", "contents": "Coordinate" },
{ "trigger": "Strength\tproperty", "contents": "Strength" },
{ "trigger": "Intelligence\tproperty", "contents": "Intelligence" },
{ "trigger": "Dexterity\tproperty", "contents": "Dexterity" },
{ "trigger": "Hits\tproperty", "contents": "Hits" },
{ "trigger": "Stamina\tproperty", "contents": "Stamina" },
{ "trigger": "MaxSkillID\tproperty", "contents": "MaxSkillID" },
{ "trigger": "EnableFlowControlPackets\tproperty", "contents": "EnableFlowControlPackets" },
{ "trigger": "KeepClients\tproperty", "contents": "KeepClients" },
{ "trigger": "Encryption\tproperty", "contents": "Encryption" },
{ "trigger": "AOSResistances\tproperty", "contents": "AOSResistances" },
{ "trigger": "UseNoShoot\tproperty", "contents": "UseNoShoot" },
{ "trigger": "LOSThroughWindows\tproperty", "contents": "LOSThroughWindows" },
{ "trigger": "MaxStaticsPerBlock\tproperty", "contents": "MaxStaticsPerBlock" },
{ "trigger": "WarningStaticsPerBlock\tproperty", "contents": "WarningStaticsPerBlock" },
{ "trigger": "ShowIllegalGraphicWarning\tproperty", "contents": "ShowIllegalGraphicWarning" },
{ "trigger": "ShowRoofAndPlatformWarning\tproperty", "contents": "ShowRoofAndPlatformWarning" },
{ "trigger": "Boats\tproperty", "contents": "Boats" },
{ "trigger": "Houses\tproperty", "contents": "Houses" },
{ "trigger": "Stairs\tproperty", "contents": "Stairs" },
{ "trigger": "Tiles\tproperty", "contents": "Tiles" },
{ "trigger": "UseNewHSAFormat\tproperty", "contents": "UseNewHSAFormat" },
{ "trigger": "Length\tproperty", "contents": "Length" },
{ "trigger": "Version\tproperty", "contents": "Version" },
{ "trigger": "ClientVersion\tproperty", "contents": "ClientVersion" },
{ "trigger": "ReceiveFunction\tproperty", "contents": "ReceiveFunction" },
{ "trigger": "SendFunction\tproperty", "contents": "SendFunction" },
{ "trigger": "SubCommandOffset\tproperty", "contents": "SubCommandOffset" },
{ "trigger": "SubCommandLength\tproperty", "contents": "SubCommandLength" },
{ "trigger": "SubCommandID\tproperty", "contents": "SubCommandID" },
{ "trigger": "RegenRateFunction\tproperty", "contents": "RegenRateFunction" },
{ "trigger": "MaximumFunction\tproperty", "contents": "MaximumFunction" },
{ "trigger": "UnderflowFunction\tproperty", "contents": "UnderflowFunction" },
{ "trigger": "RegenWhileDead\tproperty", "contents": "RegenWhileDead" },
{ "trigger": "MIME\tproperty", "contents": "MIME" },
// Custom Properties
{ "trigger": "CProp\tproperty", "contents": "CProp\t\t\t$1\t\t${2:s}" }
]
}