-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathD'LIRIUM.tiled-project
More file actions
424 lines (424 loc) · 12.7 KB
/
D'LIRIUM.tiled-project
File metadata and controls
424 lines (424 loc) · 12.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
{
"automappingRulesFile": "",
"commands": [
],
"extensionsPath": "./scripts",
"folders": [
],
"objectTypesFile": "./auto utilized files/D'LIRIUM Object Types (Updated 2026-01-20).json",
"propertyTypes": [
{
"id": 1,
"name": "Blending",
"storageType": "int",
"type": "enum",
"values": [
"Normal",
"Additive",
"Subtract",
"Multiply",
"Max"
],
"valuesAsFlags": false
},
{
"id": 2,
"name": "Calculation Method",
"storageType": "int",
"type": "enum",
"values": [
"A + B",
"A - B",
"A * B",
"A / B",
"A div B",
"A mod B",
"sqr{A}",
"sqrt{A}",
"power{A} B times",
"logn{A} n = B",
"power{e} A times",
"ln{A}",
"log2{A}",
"log10{A}",
"frac{A}",
"round{A}",
"floor{A}",
"ceil{A}",
"abs{A}",
"int rng from A to B",
"float rng from A to B",
"is A are + or - or 0",
"get max A or B",
"get min A or B",
"get mean A and B",
"get timer",
"degrees A to radians",
"radians A to degrees",
"sin{A rad} return rad",
"cos{A rad} return rad",
"tan{A rad} return rad",
"arcsin{A rad} return rad",
"arccos{A rad} return rad",
"arctan{A rad} return rad",
"arctan of 2 sides return rad",
"dsin{A deg} return rad",
"dcos{A deg} return rad",
"dtan{A deg} return rad",
"darcsin{A rad} return deg",
"darccos{A rad} return deg",
"darctan{A rad} return deg",
"arctan of 2 sides return deg",
"distance from here to x=A,y=B",
"angle between here and x=A,y=B",
"angle difference",
"component_x",
"component_y",
"num from str A",
"rough num from A str",
"num A to str with B amoun frac part",
"concatenate str A + str B",
"count appears of str B in str A",
"get symbols at B in str A",
"remove symbols at B from str A",
"get B symbols from begin of str A",
"get B symbols from end of str A",
"remove B symbols from begin of str A",
"remove B symbols from end of str A",
"find pos of first str B in str A",
"find pos of last str B in str A",
"remove all non let from str A",
"remove all non let+dig from str A",
"number of symbols in str A",
"remove first str B from str A",
"remove last str B from str A",
"remove all str B from str A",
"str A to upercase",
"str A to lowercase",
"power_string{A} B times",
"(Debug) typeof A",
"BIN to INT",
"INT to BIN",
"HEX to INT",
"INT to HEX",
"HEX to BIN",
"BIN to HEX",
"GAME int color to RGB str color",
"RGB str color to GAME int color",
"bits A AND bits B",
"bits A OR bits B",
"bits A XOR bits B",
"bits shift A << B",
"bits shift A >> B",
"bits NOT A"
],
"valuesAsFlags": false
},
{
"id": 3,
"name": "Comparison Method",
"storageType": "int",
"type": "enum",
"values": [
"A == B",
"A < B",
"A > B",
"A <= B",
"A >= B",
"A != B",
"A && B",
"A || B",
"A ^^ B",
"!A"
],
"valuesAsFlags": false
},
{
"id": 4,
"name": "Damage Type",
"storageType": "int",
"type": "enum",
"values": [
"Physical",
"Psychic",
"Toxic"
],
"valuesAsFlags": false
},
{
"id": 5,
"name": "Draw Method",
"storageType": "int",
"type": "enum",
"values": [
"Using \"e_depth\"",
"Above Level",
"Above Screen",
"Above GUI"
],
"valuesAsFlags": false
},
{
"id": 6,
"name": "Entity Sorting Method",
"storageType": "int",
"type": "enum",
"values": [
"No Sorting",
"Single Nearest",
"Single Furthest",
"Many Nearest",
"Many Furthest",
"Many Random"
],
"valuesAsFlags": false
},
{
"id": 7,
"name": "Glare Sprite",
"storageType": "string",
"type": "enum",
"values": [
"",
"spr_glow_lights",
"spr_glow_items",
"spr_glow_projectiles",
"spr_glow_fire"
],
"valuesAsFlags": false
},
{
"id": 8,
"name": "Interaction Method",
"storageType": "int",
"type": "enum",
"values": [
"Loop, Activate on end",
"Play once, Activate on end",
"Play once, Activate and Block on end",
"Play once, Activate on start and end",
"Play once, Activate on start and end, Block on end",
"Loop reverse, Activate on end",
"Play reverse, Activate on end",
"Play reverse, Activate and Block on end",
"Play reverse, Activate on start and end",
"Play reverse, Activate on start and end, Block on end",
"Play once, Activate on end; Play reverse, Activate on end",
"Play once, Activate on end; Play reverse",
"Play once; Play reverse, Activate on end",
"Go to next frame, Activate on end",
"Go to next frame, Activate and Block on end",
"Go to previous frame, Activate on end",
"Go to previous frame, Activate and Block on end"
],
"valuesAsFlags": false
},
{
"id": 9,
"name": "Fog Movement Direction",
"storageType": "int",
"type": "enum",
"values": [
"Right",
"Up",
"Left",
"Down"
],
"valuesAsFlags": false
},
{
"id": 10,
"name": "Movement Method",
"storageType": "int",
"type": "enum",
"values": [
"Move to \"e_move_target\"",
"Move to \"e_move_target\" avoiding obstacles",
"Directional movement"
],
"valuesAsFlags": false
},
{
"id": 11,
"name": "Required Key",
"storageType": "int",
"type": "enum",
"values": [
"Not Required",
"Steel Key",
"Brass Key",
"Copper Key",
"Custom Key"
],
"valuesAsFlags": false
},
{
"id": 12,
"name": "Solid Type",
"storageType": "int",
"type": "enum",
"values": [
"No Collision",
"Projectiles Can Pass",
"Full Solid"
],
"valuesAsFlags": false
},
{
"id": 13,
"name": "Text Style",
"storageType": "int",
"type": "enum",
"values": [
"Default",
"Small Font",
"Classic Font",
"Simplified Font",
"Font Disabled"
],
"valuesAsFlags": false
},
{
"id": 14,
"name": "Sound Type",
"storageType": "int",
"type": "enum",
"values": [
"General",
"Music",
"Voice"
],
"valuesAsFlags": false
},
{
"id": 15,
"name": "Trigger Mode",
"storageType": "int",
"type": "enum",
"values": [
"Activate Inside",
"Activate Outside",
"Activate on Enter",
"Activate on Leave"
],
"valuesAsFlags": false
},
{
"id": 16,
"name": "Prefaber Mode",
"storageType": "int",
"type": "enum",
"values": [
"Load EVERYTHING from prefab file",
"Save (types) into prefab file",
"Load EVERYTHING from internal storage",
"Save (types) into internal storage"
],
"valuesAsFlags": false
},
{
"id": 17,
"name": "Entity Use Type",
"storageType": "int",
"type": "enum",
"values": [
"common",
"inspect",
"talk",
"pick up",
"save",
"sorcery",
"gift",
"door",
"button press",
"search",
"use",
"nothing"
],
"valuesAsFlags": false
},
{
"id": 18,
"name": "Entity Observed Events",
"storageType": "int",
"type": "enum",
"values": [
"Nothing",
"Save any",
"Load any",
"Save manual",
"Load manual",
"Save auto",
"UNUSED",
"Save personal hell",
"Load personal hell",
"Cheats used",
"Level started",
"Level abandoned",
"Level finished"
],
"valuesAsFlags": false
},
{
"id": 19,
"name": "Entity Operator Operations",
"storageType": "int",
"type": "enum",
"values": [
"Add to current width and height",
"Set width and height",
"Set width",
"Set height",
"Lerp to width and height",
"Lerp to width",
"Lerp to height",
"Add to current angle",
"Add to current shake",
"Set angle",
"Set shake"
],
"valuesAsFlags": false
},
{
"id": 20,
"name": "Entity Sequencer NPC Move Type",
"storageType": "int",
"type": "enum",
"values": [
"Sneaking",
"Walking",
"Running",
"Moving with \"e_move_npc_spd\" speed"
],
"valuesAsFlags": false
},
{
"id": 21,
"name": "Entity Keycheck Check Type",
"storageType": "int",
"type": "enum",
"values": [
"Keyboard button held down",
"Keyboard button pressed",
"Keyboard button released",
"Mouse button held down",
"Mouse button pressed",
"Mouse button released"
],
"valuesAsFlags": false
},
{
"id": 22,
"name": "Entity Prefaber Activation Condition",
"storageType": "int",
"type": "enum",
"values": [
"No activation",
"On load",
"On save",
"On load and save"
],
"valuesAsFlags": false
}
]
}