-
Notifications
You must be signed in to change notification settings - Fork 83
/
Copy pathundertale_engine.resource_order
479 lines (479 loc) · 46.3 KB
/
undertale_engine.resource_order
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
{
"FolderOrderSettings":[
{"name":"Animation Curves","order":8,"path":"folders/Animation Curves.yy",},
{"name":"Extensions","order":11,"path":"folders/Extensions.yy",},
{"name":"Fonts","order":4,"path":"folders/Fonts.yy",},
{"name":"Objects","order":6,"path":"folders/Objects.yy",},
{"name":"Paths","order":10,"path":"folders/Paths.yy",},
{"name":"Rooms","order":7,"path":"folders/Rooms.yy",},
{"name":"Scripts","order":5,"path":"folders/Scripts.yy",},
{"name":"BGM","order":2,"path":"folders/Scripts/BGM.yy",},
{"name":"Border","order":3,"path":"folders/Scripts/Border.yy",},
{"name":"CC","order":4,"path":"folders/Scripts/CC.yy",},
{"name":"Demo","order":5,"path":"folders/Scripts/Demo.yy",},
{"name":"Dialog","order":6,"path":"folders/Scripts/Dialog.yy",},
{"name":"Encounter","order":7,"path":"folders/Scripts/Encounter.yy",},
{"name":"Game","order":8,"path":"folders/Scripts/Game.yy",},
{"name":"GMU","order":9,"path":"folders/Scripts/GMU.yy",},
{"name":"Item","order":10,"path":"folders/Scripts/Item.yy",},
{"name":"CustomItems","order":1,"path":"folders/Scripts/Item/CustomItems.yy",},
{"name":"TextHelpers","order":5,"path":"folders/Scripts/Item/TextHelpers.yy",},
{"name":"Macro","order":11,"path":"folders/Scripts/Macro.yy",},
{"name":"Player","order":12,"path":"folders/Scripts/Player.yy",},
{"name":"LV Up","order":1,"path":"folders/Scripts/Player/LV Up.yy",},
{"name":"Stat","order":2,"path":"folders/Scripts/Player/Stat.yy",},
{"name":"Storage","order":1,"path":"folders/Scripts/Storage.yy",},
{"name":"CustomStroages","order":1,"path":"folders/Scripts/Storage/CustomStroages.yy",},
{"name":"Sequences","order":9,"path":"folders/Sequences.yy",},
{"name":"Shaders","order":2,"path":"folders/Shaders.yy",},
{"name":"Sounds","order":3,"path":"folders/Sounds.yy",},
{"name":"Tile Sets","order":1,"path":"folders/Tile Sets.yy",},
],
"ResourceOrderSettings":[
{"name":"font_crypt_of_tomorrow","order":1,"path":"fonts/font_crypt_of_tomorrow/font_crypt_of_tomorrow.yy",},
{"name":"font_mars_needs_cunnilingus","order":3,"path":"fonts/font_mars_needs_cunnilingus/font_mars_needs_cunnilingus.yy",},
{"name":"battle_board","order":3,"path":"objects/battle_board/battle_board.yy",},
{"name":"battle_bullet","order":1,"path":"objects/battle_bullet/battle_bullet.yy",},
{"name":"battle_button_act","order":5,"path":"objects/battle_button_act/battle_button_act.yy",},
{"name":"battle_button_fight","order":3,"path":"objects/battle_button_fight/battle_button_fight.yy",},
{"name":"battle_button_item","order":7,"path":"objects/battle_button_item/battle_button_item.yy",},
{"name":"battle_button_mercy","order":9,"path":"objects/battle_button_mercy/battle_button_mercy.yy",},
{"name":"battle_button","order":1,"path":"objects/battle_button/battle_button.yy",},
{"name":"battle_damage","order":21,"path":"objects/battle_damage/battle_damage.yy",},
{"name":"battle_death_particle_collision","order":25,"path":"objects/battle_death_particle_collision/battle_death_particle_collision.yy",},
{"name":"battle_death_particle","order":23,"path":"objects/battle_death_particle/battle_death_particle.yy",},
{"name":"battle_dialog_enemy","order":27,"path":"objects/battle_dialog_enemy/battle_dialog_enemy.yy",},
{"name":"battle_enemy","order":1,"path":"objects/battle_enemy/battle_enemy.yy",},
{"name":"battle_fader","order":7,"path":"objects/battle_fader/battle_fader.yy",},
{"name":"battle_menu_fight_anim_knife","order":5,"path":"objects/battle_menu_fight_anim_knife/battle_menu_fight_anim_knife.yy",},
{"name":"battle_menu_fight_hp_bar","order":5,"path":"objects/battle_menu_fight_hp_bar/battle_menu_fight_hp_bar.yy",},
{"name":"battle_menu_fight_knife","order":3,"path":"objects/battle_menu_fight_knife/battle_menu_fight_knife.yy",},
{"name":"battle_menu_fight","order":1,"path":"objects/battle_menu_fight/battle_menu_fight.yy",},
{"name":"battle_menu_item_scrollbar","order":3,"path":"objects/battle_menu_item_scrollbar/battle_menu_item_scrollbar.yy",},
{"name":"battle_result_flee","order":29,"path":"objects/battle_result_flee/battle_result_flee.yy",},
{"name":"battle_soul_red","order":3,"path":"objects/battle_soul_red/battle_soul_red.yy",},
{"name":"battle_soul","order":1,"path":"objects/battle_soul/battle_soul.yy",},
{"name":"battle_turn","order":1,"path":"objects/battle_turn/battle_turn.yy",},
{"name":"battle_ui","order":5,"path":"objects/battle_ui/battle_ui.yy",},
{"name":"battle","order":1,"path":"objects/battle/battle.yy",},
{"name":"block_corner","order":15,"path":"objects/block_corner/block_corner.yy",},
{"name":"block","order":13,"path":"objects/block/block.yy",},
{"name":"border","order":7,"path":"objects/border/border.yy",},
{"name":"camera","order":3,"path":"objects/camera/camera.yy",},
{"name":"char_box","order":8,"path":"objects/char_box/char_box.yy",},
{"name":"char_player","order":3,"path":"objects/char_player/char_player.yy",},
{"name":"char_save","order":7,"path":"objects/char_save/char_save.yy",},
{"name":"char_sign","order":5,"path":"objects/char_sign/char_sign.yy",},
{"name":"char","order":1,"path":"objects/char/char.yy",},
{"name":"closed_captions","order":9,"path":"objects/closed_captions/closed_captions.yy",},
{"name":"demo_player","order":3,"path":"objects/demo_player/demo_player.yy",},
{"name":"demo_recorder","order":1,"path":"objects/demo_recorder/demo_recorder.yy",},
{"name":"encounter_anim","order":23,"path":"objects/encounter_anim/encounter_anim.yy",},
{"name":"exclamation","order":21,"path":"objects/exclamation/exclamation.yy",},
{"name":"face","order":1,"path":"objects/face/face.yy",},
{"name":"fader","order":5,"path":"objects/fader/fader.yy",},
{"name":"gameover_shard","order":19,"path":"objects/gameover_shard/gameover_shard.yy",},
{"name":"gameover","order":17,"path":"objects/gameover/gameover.yy",},
{"name":"hint_bgm","order":1,"path":"objects/hint_bgm/hint_bgm.yy",},
{"name":"hint_border","order":5,"path":"objects/hint_border/hint_border.yy",},
{"name":"hint_half_size","order":7,"path":"objects/hint_half_size/hint_half_size.yy",},
{"name":"hint_landmark","order":3,"path":"objects/hint_landmark/hint_landmark.yy",},
{"name":"logo","order":25,"path":"objects/logo/logo.yy",},
{"name":"menu","order":27,"path":"objects/menu/menu.yy",},
{"name":"shaker","order":11,"path":"objects/shaker/shaker.yy",},
{"name":"text_single","order":3,"path":"objects/text_single/text_single.yy",},
{"name":"text_typer","order":1,"path":"objects/text_typer/text_typer.yy",},
{"name":"trigger_warp","order":3,"path":"objects/trigger_warp/trigger_warp.yy",},
{"name":"trigger","order":1,"path":"objects/trigger/trigger.yy",},
{"name":"ui_box","order":6,"path":"objects/ui_box/ui_box.yy",},
{"name":"ui_dialog","order":1,"path":"objects/ui_dialog/ui_dialog.yy",},
{"name":"ui_menu","order":3,"path":"objects/ui_menu/ui_menu.yy",},
{"name":"ui_save","order":5,"path":"objects/ui_save/ui_save.yy",},
{"name":"world","order":1,"path":"objects/world/world.yy",},
{"name":"room_area_0","order":7,"path":"rooms/room_area_0/room_area_0.yy",},
{"name":"room_battle","order":9,"path":"rooms/room_battle/room_battle.yy",},
{"name":"room_gameover","order":11,"path":"rooms/room_gameover/room_gameover.yy",},
{"name":"room_init","order":1,"path":"rooms/room_init/room_init.yy",},
{"name":"room_logo","order":3,"path":"rooms/room_logo/room_logo.yy",},
{"name":"room_menu","order":5,"path":"rooms/room_menu/room_menu.yy",},
{"name":"room_settings","order":15,"path":"rooms/room_settings/room_settings.yy",},
{"name":"room_shop","order":13,"path":"rooms/room_shop/room_shop.yy",},
{"name":"Anim_Create","order":3,"path":"scripts/Anim_Create/Anim_Create.yy",},
{"name":"Anim_Destroy","order":5,"path":"scripts/Anim_Destroy/Anim_Destroy.yy",},
{"name":"Anim_GetValue","order":9,"path":"scripts/Anim_GetValue/Anim_GetValue.yy",},
{"name":"Anim_Init","order":1,"path":"scripts/Anim_Init/Anim_Init.yy",},
{"name":"Anim_IsExists","order":7,"path":"scripts/Anim_IsExists/Anim_IsExists.yy",},
{"name":"Anim_Step","order":11,"path":"scripts/Anim_Step/Anim_Step.yy",},
{"name":"Anim_Uninit","order":13,"path":"scripts/Anim_Uninit/Anim_Uninit.yy",},
{"name":"Battle_CallBulletEventSoulCollision","order":3,"path":"scripts/Battle_CallBulletEventSoulCollision/Battle_CallBulletEventSoulCollision.yy",},
{"name":"Battle_CallEnemyEvent","order":1,"path":"scripts/Battle_CallEnemyEvent/Battle_CallEnemyEvent.yy",},
{"name":"Battle_CallSoulEventBulletCollision","order":5,"path":"scripts/Battle_CallSoulEventBulletCollision/Battle_CallSoulEventBulletCollision.yy",},
{"name":"Battle_CallSoulEventHurt","order":7,"path":"scripts/Battle_CallSoulEventHurt/Battle_CallSoulEventHurt.yy",},
{"name":"Battle_ConvertEnemySlotToMenuChoiceEnemy","order":15,"path":"scripts/Battle_ConvertEnemySlotToMenuChoiceEnemy/Battle_ConvertEnemySlotToMenuChoiceEnemy.yy",},
{"name":"Battle_ConvertMenuChoiceEnemyToEnemySlot","order":17,"path":"scripts/Battle_ConvertMenuChoiceEnemyToEnemySlot/Battle_ConvertMenuChoiceEnemyToEnemySlot.yy",},
{"name":"Battle_End","order":1,"path":"scripts/Battle_End/Battle_End.yy",},
{"name":"Battle_EndDialog","order":7,"path":"scripts/Battle_EndDialog/Battle_EndDialog.yy",},
{"name":"Battle_EndMenu","order":5,"path":"scripts/Battle_EndMenu/Battle_EndMenu.yy",},
{"name":"Battle_EndMenuFightAim","order":15,"path":"scripts/Battle_EndMenuFightAim/Battle_EndMenuFightAim.yy",},
{"name":"Battle_EndMenuFightAnim","order":13,"path":"scripts/Battle_EndMenuFightAnim/Battle_EndMenuFightAnim.yy",},
{"name":"Battle_EndMenuFightDamage","order":17,"path":"scripts/Battle_EndMenuFightDamage/Battle_EndMenuFightDamage.yy",},
{"name":"Battle_EndTurn","order":11,"path":"scripts/Battle_EndTurn/Battle_EndTurn.yy",},
{"name":"Battle_EndTurnPreparation","order":21,"path":"scripts/Battle_EndTurnPreparation/Battle_EndTurnPreparation.yy",},
{"name":"Battle_FadeFader","order":3,"path":"scripts/Battle_FadeFader/Battle_FadeFader.yy",},
{"name":"Battle_GetBoardSurface","order":3,"path":"scripts/Battle_GetBoardSurface/Battle_GetBoardSurface.yy",},
{"name":"Battle_GetEnemy","order":5,"path":"scripts/Battle_GetEnemy/Battle_GetEnemy.yy",},
{"name":"Battle_GetEnemyActionName","order":1,"path":"scripts/Battle_GetEnemyActionName/Battle_GetEnemyActionName.yy",},
{"name":"Battle_GetEnemyActionNumber","order":5,"path":"scripts/Battle_GetEnemyActionNumber/Battle_GetEnemyActionNumber.yy",},
{"name":"Battle_GetEnemyCenterPosX","order":3,"path":"scripts/Battle_GetEnemyCenterPosX/Battle_GetEnemyCenterPosX.yy",},
{"name":"Battle_GetEnemyCenterPosY","order":5,"path":"scripts/Battle_GetEnemyCenterPosY/Battle_GetEnemyCenterPosY.yy",},
{"name":"Battle_GetEnemyDEF","order":3,"path":"scripts/Battle_GetEnemyDEF/Battle_GetEnemyDEF.yy",},
{"name":"Battle_GetEnemyName","order":1,"path":"scripts/Battle_GetEnemyName/Battle_GetEnemyName.yy",},
{"name":"Battle_GetEnemyNumber","order":7,"path":"scripts/Battle_GetEnemyNumber/Battle_GetEnemyNumber.yy",},
{"name":"Battle_GetMenu","order":1,"path":"scripts/Battle_GetMenu/Battle_GetMenu.yy",},
{"name":"Battle_GetMenuChoiceAction","order":9,"path":"scripts/Battle_GetMenuChoiceAction/Battle_GetMenuChoiceAction.yy",},
{"name":"Battle_GetMenuChoiceButton","order":1,"path":"scripts/Battle_GetMenuChoiceButton/Battle_GetMenuChoiceButton.yy",},
{"name":"Battle_GetMenuChoiceEnemy","order":5,"path":"scripts/Battle_GetMenuChoiceEnemy/Battle_GetMenuChoiceEnemy.yy",},
{"name":"Battle_GetMenuChoiceItem","order":13,"path":"scripts/Battle_GetMenuChoiceItem/Battle_GetMenuChoiceItem.yy",},
{"name":"Battle_GetMenuChoiceMercy","order":17,"path":"scripts/Battle_GetMenuChoiceMercy/Battle_GetMenuChoiceMercy.yy",},
{"name":"Battle_GetMenuChoiceMercyOverrideName","order":29,"path":"scripts/Battle_GetMenuChoiceMercyOverrideName/Battle_GetMenuChoiceMercyOverrideName.yy",},
{"name":"Battle_GetMenuChoiceMercyOverrideNumber","order":27,"path":"scripts/Battle_GetMenuChoiceMercyOverrideNumber/Battle_GetMenuChoiceMercyOverrideNumber.yy",},
{"name":"Battle_GetMenuDialog","order":1,"path":"scripts/Battle_GetMenuDialog/Battle_GetMenuDialog.yy",},
{"name":"Battle_GetMenuFightAnimTime","order":7,"path":"scripts/Battle_GetMenuFightAnimTime/Battle_GetMenuFightAnimTime.yy",},
{"name":"Battle_GetMenuFightDamage","order":3,"path":"scripts/Battle_GetMenuFightDamage/Battle_GetMenuFightDamage.yy",},
{"name":"Battle_GetMenuFightDamageTime","order":11,"path":"scripts/Battle_GetMenuFightDamageTime/Battle_GetMenuFightDamageTime.yy",},
{"name":"Battle_GetMenuItemUsedLast","order":19,"path":"scripts/Battle_GetMenuItemUsedLast/Battle_GetMenuItemUsedLast.yy",},
{"name":"Battle_GetNextState","order":1,"path":"scripts/Battle_GetNextState/Battle_GetNextState.yy",},
{"name":"Battle_GetPlayerTempAtk","order":9,"path":"scripts/Battle_GetPlayerTempAtk/Battle_GetPlayerTempAtk.yy",},
{"name":"Battle_GetPlayerTempDef","order":11,"path":"scripts/Battle_GetPlayerTempDef/Battle_GetPlayerTempDef.yy",},
{"name":"Battle_GetPlayerTempInv","order":15,"path":"scripts/Battle_GetPlayerTempInv/Battle_GetPlayerTempInv.yy",},
{"name":"Battle_GetPlayerTempSpd","order":13,"path":"scripts/Battle_GetPlayerTempSpd/Battle_GetPlayerTempSpd.yy",},
{"name":"Battle_GetRewardExp","order":1,"path":"scripts/Battle_GetRewardExp/Battle_GetRewardExp.yy",},
{"name":"Battle_GetRewardGold","order":5,"path":"scripts/Battle_GetRewardGold/Battle_GetRewardGold.yy",},
{"name":"Battle_GetState","order":1,"path":"scripts/Battle_GetState/Battle_GetState.yy",},
{"name":"Battle_GetTurnInfo","order":15,"path":"scripts/Battle_GetTurnInfo/Battle_GetTurnInfo.yy",},
{"name":"Battle_GetTurnNumber","order":5,"path":"scripts/Battle_GetTurnNumber/Battle_GetTurnNumber.yy",},
{"name":"Battle_GetTurnTime","order":7,"path":"scripts/Battle_GetTurnTime/Battle_GetTurnTime.yy",},
{"name":"Battle_GotoNextState","order":5,"path":"scripts/Battle_GotoNextState/Battle_GotoNextState.yy",},
{"name":"Battle_IsBoardTransforming","order":1,"path":"scripts/Battle_IsBoardTransforming/Battle_IsBoardTransforming.yy",},
{"name":"Battle_IsBulletValid","order":1,"path":"scripts/Battle_IsBulletValid/Battle_IsBulletValid.yy",},
{"name":"Battle_IsDialogAutoEnd","order":5,"path":"scripts/Battle_IsDialogAutoEnd/Battle_IsDialogAutoEnd.yy",},
{"name":"Battle_IsEnemySlotValid","order":13,"path":"scripts/Battle_IsEnemySlotValid/Battle_IsEnemySlotValid.yy",},
{"name":"Battle_IsEnemySpareable","order":1,"path":"scripts/Battle_IsEnemySpareable/Battle_IsEnemySpareable.yy",},
{"name":"Battle_IsEnemyValid","order":11,"path":"scripts/Battle_IsEnemyValid/Battle_IsEnemyValid.yy",},
{"name":"Battle_IsFleeable","order":5,"path":"scripts/Battle_IsFleeable/Battle_IsFleeable.yy",},
{"name":"Battle_IsMenuChoiceMercyOverride","order":23,"path":"scripts/Battle_IsMenuChoiceMercyOverride/Battle_IsMenuChoiceMercyOverride.yy",},
{"name":"Battle_IsMenuMercyFleeEnabled","order":1,"path":"scripts/Battle_IsMenuMercyFleeEnabled/Battle_IsMenuMercyFleeEnabled.yy",},
{"name":"Battle_IsSoulValid","order":1,"path":"scripts/Battle_IsSoulValid/Battle_IsSoulValid.yy",},
{"name":"Battle_IsTurnPreparationAutoEnd","order":19,"path":"scripts/Battle_IsTurnPreparationAutoEnd/Battle_IsTurnPreparationAutoEnd.yy",},
{"name":"Battle_IsTurnValid","order":1,"path":"scripts/Battle_IsTurnValid/Battle_IsTurnValid.yy",},
{"name":"Battle_RemoveEnemy","order":9,"path":"scripts/Battle_RemoveEnemy/Battle_RemoveEnemy.yy",},
{"name":"Battle_RewardExp","order":3,"path":"scripts/Battle_RewardExp/Battle_RewardExp.yy",},
{"name":"Battle_RewardGold","order":7,"path":"scripts/Battle_RewardGold/Battle_RewardGold.yy",},
{"name":"Battle_SetDialog","order":1,"path":"scripts/Battle_SetDialog/Battle_SetDialog.yy",},
{"name":"Battle_SetDialogAutoEnd","order":3,"path":"scripts/Battle_SetDialogAutoEnd/Battle_SetDialogAutoEnd.yy",},
{"name":"Battle_SetEnemy","order":3,"path":"scripts/Battle_SetEnemy/Battle_SetEnemy.yy",},
{"name":"Battle_SetEnemyActionName","order":3,"path":"scripts/Battle_SetEnemyActionName/Battle_SetEnemyActionName.yy",},
{"name":"Battle_SetEnemyActionNumber","order":7,"path":"scripts/Battle_SetEnemyActionNumber/Battle_SetEnemyActionNumber.yy",},
{"name":"Battle_SetEnemyCenterPos","order":1,"path":"scripts/Battle_SetEnemyCenterPos/Battle_SetEnemyCenterPos.yy",},
{"name":"Battle_SetEnemyDEF","order":1,"path":"scripts/Battle_SetEnemyDEF/Battle_SetEnemyDEF.yy",},
{"name":"Battle_SetEnemyName","order":3,"path":"scripts/Battle_SetEnemyName/Battle_SetEnemyName.yy",},
{"name":"Battle_SetEnemySpareable","order":3,"path":"scripts/Battle_SetEnemySpareable/Battle_SetEnemySpareable.yy",},
{"name":"Battle_SetFleeable","order":7,"path":"scripts/Battle_SetFleeable/Battle_SetFleeable.yy",},
{"name":"Battle_SetMenu","order":3,"path":"scripts/Battle_SetMenu/Battle_SetMenu.yy",},
{"name":"Battle_SetMenuChoiceAction","order":11,"path":"scripts/Battle_SetMenuChoiceAction/Battle_SetMenuChoiceAction.yy",},
{"name":"Battle_SetMenuChoiceButton","order":3,"path":"scripts/Battle_SetMenuChoiceButton/Battle_SetMenuChoiceButton.yy",},
{"name":"Battle_SetMenuChoiceEnemy","order":7,"path":"scripts/Battle_SetMenuChoiceEnemy/Battle_SetMenuChoiceEnemy.yy",},
{"name":"Battle_SetMenuChoiceItem","order":15,"path":"scripts/Battle_SetMenuChoiceItem/Battle_SetMenuChoiceItem.yy",},
{"name":"Battle_SetMenuChoiceMercy","order":19,"path":"scripts/Battle_SetMenuChoiceMercy/Battle_SetMenuChoiceMercy.yy",},
{"name":"Battle_SetMenuChoiceMercyOverride","order":21,"path":"scripts/Battle_SetMenuChoiceMercyOverride/Battle_SetMenuChoiceMercyOverride.yy",},
{"name":"Battle_SetMenuChoiceMercyOverrideName","order":31,"path":"scripts/Battle_SetMenuChoiceMercyOverrideName/Battle_SetMenuChoiceMercyOverrideName.yy",},
{"name":"Battle_SetMenuChoiceMercyOverrideNumber","order":25,"path":"scripts/Battle_SetMenuChoiceMercyOverrideNumber/Battle_SetMenuChoiceMercyOverrideNumber.yy",},
{"name":"Battle_SetMenuDialog","order":3,"path":"scripts/Battle_SetMenuDialog/Battle_SetMenuDialog.yy",},
{"name":"Battle_SetMenuFightAnimTime","order":5,"path":"scripts/Battle_SetMenuFightAnimTime/Battle_SetMenuFightAnimTime.yy",},
{"name":"Battle_SetMenuFightDamage","order":1,"path":"scripts/Battle_SetMenuFightDamage/Battle_SetMenuFightDamage.yy",},
{"name":"Battle_SetMenuFightDamageTime","order":9,"path":"scripts/Battle_SetMenuFightDamageTime/Battle_SetMenuFightDamageTime.yy",},
{"name":"Battle_SetMenuMercyFleeEnabled","order":3,"path":"scripts/Battle_SetMenuMercyFleeEnabled/Battle_SetMenuMercyFleeEnabled.yy",},
{"name":"Battle_SetNextState","order":3,"path":"scripts/Battle_SetNextState/Battle_SetNextState.yy",},
{"name":"Battle_SetPlayerTempAtk","order":1,"path":"scripts/Battle_SetPlayerTempAtk/Battle_SetPlayerTempAtk.yy",},
{"name":"Battle_SetPlayerTempDef","order":3,"path":"scripts/Battle_SetPlayerTempDef/Battle_SetPlayerTempDef.yy",},
{"name":"Battle_SetPlayerTempInv","order":7,"path":"scripts/Battle_SetPlayerTempInv/Battle_SetPlayerTempInv.yy",},
{"name":"Battle_SetPlayerTempSpd","order":5,"path":"scripts/Battle_SetPlayerTempSpd/Battle_SetPlayerTempSpd.yy",},
{"name":"Battle_SetSoul","order":3,"path":"scripts/Battle_SetSoul/Battle_SetSoul.yy",},
{"name":"Battle_SetState","order":3,"path":"scripts/Battle_SetState/Battle_SetState.yy",},
{"name":"Battle_SetTurnInfo","order":13,"path":"scripts/Battle_SetTurnInfo/Battle_SetTurnInfo.yy",},
{"name":"Battle_SetTurnNumber","order":3,"path":"scripts/Battle_SetTurnNumber/Battle_SetTurnNumber.yy",},
{"name":"Battle_SetTurnPreparationAutoEnd","order":17,"path":"scripts/Battle_SetTurnPreparationAutoEnd/Battle_SetTurnPreparationAutoEnd.yy",},
{"name":"Battle_SetTurnTime","order":9,"path":"scripts/Battle_SetTurnTime/Battle_SetTurnTime.yy",},
{"name":"BGM_GetAudio","order":7,"path":"scripts/BGM_GetAudio/BGM_GetAudio.yy",},
{"name":"BGM_GetID","order":5,"path":"scripts/BGM_GetID/BGM_GetID.yy",},
{"name":"BGM_Init","order":1,"path":"scripts/BGM_Init/BGM_Init.yy",},
{"name":"BGM_IsPaused","order":11,"path":"scripts/BGM_IsPaused/BGM_IsPaused.yy",},
{"name":"BGM_IsPlaying","order":9,"path":"scripts/BGM_IsPlaying/BGM_IsPlaying.yy",},
{"name":"BGM_IsSlotValid","order":3,"path":"scripts/BGM_IsSlotValid/BGM_IsSlotValid.yy",},
{"name":"BGM_Pause","order":15,"path":"scripts/BGM_Pause/BGM_Pause.yy",},
{"name":"BGM_Play","order":13,"path":"scripts/BGM_Play/BGM_Play.yy",},
{"name":"BGM_Resume","order":17,"path":"scripts/BGM_Resume/BGM_Resume.yy",},
{"name":"BGM_SetPitch","order":21,"path":"scripts/BGM_SetPitch/BGM_SetPitch.yy",},
{"name":"BGM_SetVolume","order":19,"path":"scripts/BGM_SetVolume/BGM_SetVolume.yy",},
{"name":"BGM_Step","order":25,"path":"scripts/BGM_Step/BGM_Step.yy",},
{"name":"BGM_Stop","order":23,"path":"scripts/BGM_Stop/BGM_Stop.yy",},
{"name":"Border_GetSprite","order":7,"path":"scripts/Border_GetSprite/Border_GetSprite.yy",},
{"name":"Border_IsEnabled","order":5,"path":"scripts/Border_IsEnabled/Border_IsEnabled.yy",},
{"name":"Border_SetEnabled","order":1,"path":"scripts/Border_SetEnabled/Border_SetEnabled.yy",},
{"name":"Border_SetSprite","order":3,"path":"scripts/Border_SetSprite/Border_SetSprite.yy",},
{"name":"Camera_Shake","order":15,"path":"scripts/Camera_Shake/Camera_Shake.yy",},
{"name":"CC_Add","order":1,"path":"scripts/CC_Add/CC_Add.yy",},
{"name":"CustomItem_Bandage","order":3,"path":"scripts/CustomItem_Bandage/CustomItem_Bandage.yy",},
{"name":"CustomItem_Dice","order":1,"path":"scripts/CustomItem_Dice/CustomItem_Dice.yy",},
{"name":"CustomItem_FadedRibbon","order":5,"path":"scripts/CustomItem_FadedRibbon/CustomItem_FadedRibbon.yy",},
{"name":"CustomItem_PhoneToriel","order":7,"path":"scripts/CustomItem_PhoneToriel/CustomItem_PhoneToriel.yy",},
{"name":"CustomItem_Stick","order":2,"path":"scripts/CustomItem_Stick/CustomItem_Stick.yy",},
{"name":"CustomItem_ToyKnife","order":4,"path":"scripts/CustomItem_ToyKnife/CustomItem_ToyKnife.yy",},
{"name":"Demo_AddInput","order":29,"path":"scripts/Demo_AddInput/Demo_AddInput.yy",},
{"name":"Demo_ClearInput","order":37,"path":"scripts/Demo_ClearInput/Demo_ClearInput.yy",},
{"name":"Demo_GetInput","order":33,"path":"scripts/Demo_GetInput/Demo_GetInput.yy",},
{"name":"Demo_GetInputNumber","order":31,"path":"scripts/Demo_GetInputNumber/Demo_GetInputNumber.yy",},
{"name":"Demo_Init","order":1,"path":"scripts/Demo_Init/Demo_Init.yy",},
{"name":"Demo_IsPlaying","order":23,"path":"scripts/Demo_IsPlaying/Demo_IsPlaying.yy",},
{"name":"Demo_IsPlayingPaused","order":25,"path":"scripts/Demo_IsPlayingPaused/Demo_IsPlayingPaused.yy",},
{"name":"Demo_IsRecording","order":11,"path":"scripts/Demo_IsRecording/Demo_IsRecording.yy",},
{"name":"Demo_IsRecordingPaused","order":13,"path":"scripts/Demo_IsRecordingPaused/Demo_IsRecordingPaused.yy",},
{"name":"Demo_PausePlaying","order":17,"path":"scripts/Demo_PausePlaying/Demo_PausePlaying.yy",},
{"name":"Demo_PauseRecording","order":5,"path":"scripts/Demo_PauseRecording/Demo_PauseRecording.yy",},
{"name":"Demo_RemoveInput","order":35,"path":"scripts/Demo_RemoveInput/Demo_RemoveInput.yy",},
{"name":"Demo_ResumePlaying","order":19,"path":"scripts/Demo_ResumePlaying/Demo_ResumePlaying.yy",},
{"name":"Demo_ResumeRecording","order":7,"path":"scripts/Demo_ResumeRecording/Demo_ResumeRecording.yy",},
{"name":"Demo_StartPlaying","order":15,"path":"scripts/Demo_StartPlaying/Demo_StartPlaying.yy",},
{"name":"Demo_StartRecording","order":3,"path":"scripts/Demo_StartRecording/Demo_StartRecording.yy",},
{"name":"Demo_StopPlaying","order":21,"path":"scripts/Demo_StopPlaying/Demo_StopPlaying.yy",},
{"name":"Demo_StopRecording","order":9,"path":"scripts/Demo_StopRecording/Demo_StopRecording.yy",},
{"name":"Demo_Uninit","order":27,"path":"scripts/Demo_Uninit/Demo_Uninit.yy",},
{"name":"Dialog_Add","order":3,"path":"scripts/Dialog_Add/Dialog_Add.yy",},
{"name":"Dialog_Clear","order":9,"path":"scripts/Dialog_Clear/Dialog_Clear.yy",},
{"name":"Dialog_Get","order":5,"path":"scripts/Dialog_Get/Dialog_Get.yy",},
{"name":"Dialog_Init","order":1,"path":"scripts/Dialog_Init/Dialog_Init.yy",},
{"name":"Dialog_IsEmpty","order":7,"path":"scripts/Dialog_IsEmpty/Dialog_IsEmpty.yy",},
{"name":"Dialog_Start","order":11,"path":"scripts/Dialog_Start/Dialog_Start.yy",},
{"name":"Dialog_Uninit","order":13,"path":"scripts/Dialog_Uninit/Dialog_Uninit.yy",},
{"name":"Encounter_Custom","order":5,"path":"scripts/Encounter_Custom/Encounter_Custom.yy",},
{"name":"Encounter_GetBGM","order":15,"path":"scripts/Encounter_GetBGM/Encounter_GetBGM.yy",},
{"name":"Encounter_GetEnemy","order":11,"path":"scripts/Encounter_GetEnemy/Encounter_GetEnemy.yy",},
{"name":"Encounter_GetMenuDialog","order":13,"path":"scripts/Encounter_GetMenuDialog/Encounter_GetMenuDialog.yy",},
{"name":"Encounter_GetSoulX","order":25,"path":"scripts/Encounter_GetSoulX/Encounter_GetSoulX.yy",},
{"name":"Encounter_GetSoulY","order":27,"path":"scripts/Encounter_GetSoulY/Encounter_GetSoulY.yy",},
{"name":"Encounter_Init","order":1,"path":"scripts/Encounter_Init/Encounter_Init.yy",},
{"name":"Encounter_IsExists","order":21,"path":"scripts/Encounter_IsExists/Encounter_IsExists.yy",},
{"name":"Encounter_IsMenuMercyFleeEnabled","order":19,"path":"scripts/Encounter_IsMenuMercyFleeEnabled/Encounter_IsMenuMercyFleeEnabled.yy",},
{"name":"Encounter_IsPauseBGM","order":17,"path":"scripts/Encounter_IsPauseBGM/Encounter_IsPauseBGM.yy",},
{"name":"Encounter_IsQuick","order":23,"path":"scripts/Encounter_IsQuick/Encounter_IsQuick.yy",},
{"name":"Encounter_Set","order":7,"path":"scripts/Encounter_Set/Encounter_Set.yy",},
{"name":"Encounter_Start","order":9,"path":"scripts/Encounter_Start/Encounter_Start.yy",},
{"name":"Encounter_Uninit","order":3,"path":"scripts/Encounter_Uninit/Encounter_Uninit.yy",},
{"name":"Fader_Fade","order":14,"path":"scripts/Fader_Fade/Fader_Fade.yy",},
{"name":"FileUtils","order":18,"path":"scripts/FileUtils/FileUtils.yy",},
{"name":"Game_GetFrameSkip","order":3,"path":"scripts/Game_GetFrameSkip/Game_GetFrameSkip.yy",},
{"name":"Game_SetFrameSkip","order":1,"path":"scripts/Game_SetFrameSkip/Game_SetFrameSkip.yy",},
{"name":"GetColorFromString","order":16,"path":"scripts/GetColorFromString/GetColorFromString.yy",},
{"name":"GetObjectBase","order":17,"path":"scripts/GetObjectBase/GetObjectBase.yy",},
{"name":"Input_Bind","order":3,"path":"scripts/Input_Bind/Input_Bind.yy",},
{"name":"Input_GetState","order":13,"path":"scripts/Input_GetState/Input_GetState.yy",},
{"name":"Input_Init","order":1,"path":"scripts/Input_Init/Input_Init.yy",},
{"name":"Input_IsHeld","order":7,"path":"scripts/Input_IsHeld/Input_IsHeld.yy",},
{"name":"Input_IsPressed","order":9,"path":"scripts/Input_IsPressed/Input_IsPressed.yy",},
{"name":"Input_IsReleased","order":11,"path":"scripts/Input_IsReleased/Input_IsReleased.yy",},
{"name":"Input_RemoveStateOverride","order":17,"path":"scripts/Input_RemoveStateOverride/Input_RemoveStateOverride.yy",},
{"name":"Input_SetStateOverride","order":15,"path":"scripts/Input_SetStateOverride/Input_SetStateOverride.yy",},
{"name":"Input_Unbind","order":5,"path":"scripts/Input_Unbind/Input_Unbind.yy",},
{"name":"Input_Uninit","order":19,"path":"scripts/Input_Uninit/Input_Uninit.yy",},
{"name":"Inventory","order":4,"path":"scripts/Inventory/Inventory.yy",},
{"name":"Item_GetTextEat","order":1,"path":"scripts/Item_GetTextEat/Item_GetTextEat.yy",},
{"name":"Item_GetTextEquip","order":2,"path":"scripts/Item_GetTextEquip/Item_GetTextEquip.yy",},
{"name":"Item_InitUninit","order":2,"path":"scripts/Item_InitUninit/Item_InitUninit.yy",},
{"name":"ItemType","order":3,"path":"scripts/ItemType/ItemType.yy",},
{"name":"Lang_ClearFont","order":35,"path":"scripts/Lang_ClearFont/Lang_ClearFont.yy",},
{"name":"Lang_ClearList","order":29,"path":"scripts/Lang_ClearList/Lang_ClearList.yy",},
{"name":"Lang_ClearSprite","order":33,"path":"scripts/Lang_ClearSprite/Lang_ClearSprite.yy",},
{"name":"Lang_ClearString","order":31,"path":"scripts/Lang_ClearString/Lang_ClearString.yy",},
{"name":"Lang_Custom","order":3,"path":"scripts/Lang_Custom/Lang_Custom.yy",},
{"name":"Lang_GetFont","order":27,"path":"scripts/Lang_GetFont/Lang_GetFont.yy",},
{"name":"Lang_GetID","order":15,"path":"scripts/Lang_GetID/Lang_GetID.yy",},
{"name":"Lang_GetInfo","order":17,"path":"scripts/Lang_GetInfo/Lang_GetInfo.yy",},
{"name":"Lang_GetName","order":19,"path":"scripts/Lang_GetName/Lang_GetName.yy",},
{"name":"Lang_GetNumber","order":21,"path":"scripts/Lang_GetNumber/Lang_GetNumber.yy",},
{"name":"Lang_GetSprite","order":25,"path":"scripts/Lang_GetSprite/Lang_GetSprite.yy",},
{"name":"Lang_GetString","order":23,"path":"scripts/Lang_GetString/Lang_GetString.yy",},
{"name":"Lang_Init","order":1,"path":"scripts/Lang_Init/Lang_Init.yy",},
{"name":"Lang_IsExists","order":37,"path":"scripts/Lang_IsExists/Lang_IsExists.yy",},
{"name":"Lang_IsFontExists","order":43,"path":"scripts/Lang_IsFontExists/Lang_IsFontExists.yy",},
{"name":"Lang_IsSpriteExists","order":41,"path":"scripts/Lang_IsSpriteExists/Lang_IsSpriteExists.yy",},
{"name":"Lang_IsStringExists","order":39,"path":"scripts/Lang_IsStringExists/Lang_IsStringExists.yy",},
{"name":"Lang_LoadFileToString","order":5,"path":"scripts/Lang_LoadFileToString/Lang_LoadFileToString.yy",},
{"name":"Lang_LoadFont","order":13,"path":"scripts/Lang_LoadFont/Lang_LoadFont.yy",},
{"name":"Lang_LoadList","order":7,"path":"scripts/Lang_LoadList/Lang_LoadList.yy",},
{"name":"Lang_LoadSprite","order":11,"path":"scripts/Lang_LoadSprite/Lang_LoadSprite.yy",},
{"name":"Lang_LoadString","order":9,"path":"scripts/Lang_LoadString/Lang_LoadString.yy",},
{"name":"Lang_Uninit","order":45,"path":"scripts/Lang_Uninit/Lang_Uninit.yy",},
{"name":"Macro_Battle","order":9,"path":"scripts/Macro_Battle/Macro_Battle.yy",},
{"name":"Macro_Depth","order":7,"path":"scripts/Macro_Depth/Macro_Depth.yy",},
{"name":"Macro_Direction","order":5,"path":"scripts/Macro_Direction/Macro_Direction.yy",},
{"name":"Macro_Engine","order":1,"path":"scripts/Macro_Engine/Macro_Engine.yy",},
{"name":"Macro_Flag","order":11,"path":"scripts/Macro_Flag/Macro_Flag.yy",},
{"name":"Macro_Game","order":3,"path":"scripts/Macro_Game/Macro_Game.yy",},
{"name":"Macro_Input","order":17,"path":"scripts/Macro_Input/Macro_Input.yy",},
{"name":"Macro_Plot","order":19,"path":"scripts/Macro_Plot/Macro_Plot.yy",},
{"name":"Player_CalculateDamage","order":5,"path":"scripts/Player_CalculateDamage/Player_CalculateDamage.yy",},
{"name":"Player_GetAtk","order":21,"path":"scripts/Player_GetAtk/Player_GetAtk.yy",},
{"name":"Player_GetAtkItem","order":37,"path":"scripts/Player_GetAtkItem/Player_GetAtkItem.yy",},
{"name":"Player_GetAtkTotal","order":53,"path":"scripts/Player_GetAtkTotal/Player_GetAtkTotal.yy",},
{"name":"Player_GetBattleFightMenuObj","order":15,"path":"scripts/Player_GetBattleFightMenuObj/Player_GetBattleFightMenuObj.yy",},
{"name":"Player_GetDef","order":23,"path":"scripts/Player_GetDef/Player_GetDef.yy",},
{"name":"Player_GetDefItem","order":39,"path":"scripts/Player_GetDefItem/Player_GetDefItem.yy",},
{"name":"Player_GetDefTotal","order":55,"path":"scripts/Player_GetDefTotal/Player_GetDefTotal.yy",},
{"name":"Player_GetExp","order":17,"path":"scripts/Player_GetExp/Player_GetExp.yy",},
{"name":"Player_GetGold","order":61,"path":"scripts/Player_GetGold/Player_GetGold.yy",},
{"name":"Player_GetHp","order":11,"path":"scripts/Player_GetHp/Player_GetHp.yy",},
{"name":"Player_GetHpMax","order":15,"path":"scripts/Player_GetHpMax/Player_GetHpMax.yy",},
{"name":"Player_GetInv","order":27,"path":"scripts/Player_GetInv/Player_GetInv.yy",},
{"name":"Player_GetInvItem","order":43,"path":"scripts/Player_GetInvItem/Player_GetInvItem.yy",},
{"name":"Player_GetInvTotal","order":59,"path":"scripts/Player_GetInvTotal/Player_GetInvTotal.yy",},
{"name":"Player_GetItemArmor","order":14,"path":"scripts/Player_GetItemArmor/Player_GetItemArmor.yy",},
{"name":"Player_GetItemWeapon","order":11,"path":"scripts/Player_GetItemWeapon/Player_GetItemWeapon.yy",},
{"name":"Player_GetKills","order":67,"path":"scripts/Player_GetKills/Player_GetKills.yy",},
{"name":"Player_GetLv","order":7,"path":"scripts/Player_GetLv/Player_GetLv.yy",},
{"name":"Player_GetLvAtk","order":3,"path":"scripts/Player_GetLvAtk/Player_GetLvAtk.yy",},
{"name":"Player_GetLvDef","order":5,"path":"scripts/Player_GetLvDef/Player_GetLvDef.yy",},
{"name":"Player_GetLvExp","order":7,"path":"scripts/Player_GetLvExp/Player_GetLvExp.yy",},
{"name":"Player_GetLvHpMax","order":1,"path":"scripts/Player_GetLvHpMax/Player_GetLvHpMax.yy",},
{"name":"Player_GetName","order":3,"path":"scripts/Player_GetName/Player_GetName.yy",},
{"name":"Player_GetPlot","order":7,"path":"scripts/Player_GetPlot/Player_GetPlot.yy",},
{"name":"Player_GetRoomName","order":6,"path":"scripts/Player_GetRoomName/Player_GetRoomName.yy",},
{"name":"Player_GetSpd","order":25,"path":"scripts/Player_GetSpd/Player_GetSpd.yy",},
{"name":"Player_GetSpdItem","order":41,"path":"scripts/Player_GetSpdItem/Player_GetSpdItem.yy",},
{"name":"Player_GetSpdTotal","order":57,"path":"scripts/Player_GetSpdTotal/Player_GetSpdTotal.yy",},
{"name":"Player_GetTextTyperChoice","order":9,"path":"scripts/Player_GetTextTyperChoice/Player_GetTextTyperChoice.yy",},
{"name":"Player_Heal","order":4,"path":"scripts/Player_Heal/Player_Heal.yy",},
{"name":"Player_Hurt","order":3,"path":"scripts/Player_Hurt/Player_Hurt.yy",},
{"name":"Player_IsInBattle","order":10,"path":"scripts/Player_IsInBattle/Player_IsInBattle.yy",},
{"name":"Player_LvUp","order":9,"path":"scripts/Player_LvUp/Player_LvUp.yy",},
{"name":"Player_SetAtk","order":29,"path":"scripts/Player_SetAtk/Player_SetAtk.yy",},
{"name":"Player_SetAtkItem","order":45,"path":"scripts/Player_SetAtkItem/Player_SetAtkItem.yy",},
{"name":"Player_SetBattleFightMenuObj","order":16,"path":"scripts/Player_SetBattleFightMenuObj/Player_SetBattleFightMenuObj.yy",},
{"name":"Player_SetDef","order":31,"path":"scripts/Player_SetDef/Player_SetDef.yy",},
{"name":"Player_SetDefItem","order":47,"path":"scripts/Player_SetDefItem/Player_SetDefItem.yy",},
{"name":"Player_SetExp","order":19,"path":"scripts/Player_SetExp/Player_SetExp.yy",},
{"name":"Player_SetGold","order":63,"path":"scripts/Player_SetGold/Player_SetGold.yy",},
{"name":"Player_SetHp","order":9,"path":"scripts/Player_SetHp/Player_SetHp.yy",},
{"name":"Player_SetHpMax","order":13,"path":"scripts/Player_SetHpMax/Player_SetHpMax.yy",},
{"name":"Player_SetInv","order":35,"path":"scripts/Player_SetInv/Player_SetInv.yy",},
{"name":"Player_SetInvItem","order":51,"path":"scripts/Player_SetInvItem/Player_SetInvItem.yy",},
{"name":"Player_SetItemArmor","order":13,"path":"scripts/Player_SetItemArmor/Player_SetItemArmor.yy",},
{"name":"Player_SetItemWeapon","order":12,"path":"scripts/Player_SetItemWeapon/Player_SetItemWeapon.yy",},
{"name":"Player_SetKills","order":65,"path":"scripts/Player_SetKills/Player_SetKills.yy",},
{"name":"Player_SetLv","order":5,"path":"scripts/Player_SetLv/Player_SetLv.yy",},
{"name":"Player_SetName","order":1,"path":"scripts/Player_SetName/Player_SetName.yy",},
{"name":"Player_SetPlot","order":8,"path":"scripts/Player_SetPlot/Player_SetPlot.yy",},
{"name":"Player_SetSpd","order":33,"path":"scripts/Player_SetSpd/Player_SetSpd.yy",},
{"name":"Player_SetSpdItem","order":49,"path":"scripts/Player_SetSpdItem/Player_SetSpdItem.yy",},
{"name":"Player_UpdateLv","order":11,"path":"scripts/Player_UpdateLv/Player_UpdateLv.yy",},
{"name":"RegisterManager","order":13,"path":"scripts/RegisterManager/RegisterManager.yy",},
{"name":"Storage_Custom_Dynamic","order":1,"path":"scripts/Storage_Custom_Dynamic/Storage_Custom_Dynamic.yy",},
{"name":"Storage_Custom_Info","order":2,"path":"scripts/Storage_Custom_Info/Storage_Custom_Info.yy",},
{"name":"Storage_Custom_Settings","order":3,"path":"scripts/Storage_Custom_Settings/Storage_Custom_Settings.yy",},
{"name":"Storage_Custom_Temp","order":4,"path":"scripts/Storage_Custom_Temp/Storage_Custom_Temp.yy",},
{"name":"Storage_InitUninit","order":3,"path":"scripts/Storage_InitUninit/Storage_InitUninit.yy",},
{"name":"Storage","order":2,"path":"scripts/Storage/Storage.yy",},
{"name":"snd_break_0","order":21,"path":"sounds/snd_break_0/snd_break_0.yy",},
{"name":"snd_break_1","order":23,"path":"sounds/snd_break_1/snd_break_1.yy",},
{"name":"snd_damage","order":25,"path":"sounds/snd_damage/snd_damage.yy",},
{"name":"snd_encounter_soul_move","order":47,"path":"sounds/snd_encounter_soul_move/snd_encounter_soul_move.yy",},
{"name":"snd_exclamation","order":45,"path":"sounds/snd_exclamation/snd_exclamation.yy",},
{"name":"snd_flee","order":13,"path":"sounds/snd_flee/snd_flee.yy",},
{"name":"snd_hurt","order":19,"path":"sounds/snd_hurt/snd_hurt.yy",},
{"name":"snd_item_equip","order":33,"path":"sounds/snd_item_equip/snd_item_equip.yy",},
{"name":"snd_item_heal","order":29,"path":"sounds/snd_item_heal/snd_item_heal.yy",},
{"name":"snd_item_swallow","order":31,"path":"sounds/snd_item_swallow/snd_item_swallow.yy",},
{"name":"snd_level_up","order":17,"path":"sounds/snd_level_up/snd_level_up.yy",},
{"name":"snd_logo","order":51,"path":"sounds/snd_logo/snd_logo.yy",},
{"name":"snd_menu_cancel","order":5,"path":"sounds/snd_menu_cancel/snd_menu_cancel.yy",},
{"name":"snd_menu_confirm","order":3,"path":"sounds/snd_menu_confirm/snd_menu_confirm.yy",},
{"name":"snd_menu_switch","order":1,"path":"sounds/snd_menu_switch/snd_menu_switch.yy",},
{"name":"snd_noise","order":37,"path":"sounds/snd_noise/snd_noise.yy",},
{"name":"snd_phone_box","order":43,"path":"sounds/snd_phone_box/snd_phone_box.yy",},
{"name":"snd_phone_call","order":39,"path":"sounds/snd_phone_call/snd_phone_call.yy",},
{"name":"snd_phone_status","order":41,"path":"sounds/snd_phone_status/snd_phone_status.yy",},
{"name":"snd_save","order":35,"path":"sounds/snd_save/snd_save.yy",},
{"name":"snd_slice","order":15,"path":"sounds/snd_slice/snd_slice.yy",},
{"name":"snd_spike_disable","order":49,"path":"sounds/snd_spike_disable/snd_spike_disable.yy",},
{"name":"snd_text_voice_default","order":7,"path":"sounds/snd_text_voice_default/snd_text_voice_default.yy",},
{"name":"snd_text_voice_toriel","order":11,"path":"sounds/snd_text_voice_toriel/snd_text_voice_toriel.yy",},
{"name":"snd_text_voice_typer","order":9,"path":"sounds/snd_text_voice_typer/snd_text_voice_typer.yy",},
{"name":"snd_vaporize","order":27,"path":"sounds/snd_vaporize/snd_vaporize.yy",},
{"name":"spr_battle_damage_miss","order":11,"path":"sprites/spr_battle_damage_miss/spr_battle_damage_miss.yy",},
{"name":"spr_battle_damage","order":9,"path":"sprites/spr_battle_damage/spr_battle_damage.yy",},
{"name":"spr_battle_dialog_enemy_corner","order":1,"path":"sprites/spr_battle_dialog_enemy_corner/spr_battle_dialog_enemy_corner.yy",},
{"name":"spr_battle_dialog_enemy_spike_wide","order":5,"path":"sprites/spr_battle_dialog_enemy_spike_wide/spr_battle_dialog_enemy_spike_wide.yy",},
{"name":"spr_battle_dialog_enemy_spike","order":3,"path":"sprites/spr_battle_dialog_enemy_spike/spr_battle_dialog_enemy_spike.yy",},
{"name":"spr_battle_menu_fight_aim","order":3,"path":"sprites/spr_battle_menu_fight_aim/spr_battle_menu_fight_aim.yy",},
{"name":"spr_battle_menu_fight_anim_knife","order":5,"path":"sprites/spr_battle_menu_fight_anim_knife/spr_battle_menu_fight_anim_knife.yy",},
{"name":"spr_battle_menu_fight_bg","order":1,"path":"sprites/spr_battle_menu_fight_bg/spr_battle_menu_fight_bg.yy",},
{"name":"spr_battle_menu_flee","order":5,"path":"sprites/spr_battle_menu_flee/spr_battle_menu_flee.yy",},
{"name":"spr_battle_menu_item_scrollbar_arrow","order":1,"path":"sprites/spr_battle_menu_item_scrollbar_arrow/spr_battle_menu_item_scrollbar_arrow.yy",},
{"name":"spr_battle_menu_item_scrollbar_dot","order":3,"path":"sprites/spr_battle_menu_item_scrollbar_dot/spr_battle_menu_item_scrollbar_dot.yy",},
{"name":"spr_battle_soul_break","order":5,"path":"sprites/spr_battle_soul_break/spr_battle_soul_break.yy",},
{"name":"spr_battle_soul_red","order":3,"path":"sprites/spr_battle_soul_red/spr_battle_soul_red.yy",},
{"name":"spr_battle_soul_slice","order":7,"path":"sprites/spr_battle_soul_slice/spr_battle_soul_slice.yy",},
{"name":"spr_battle_soul","order":1,"path":"sprites/spr_battle_soul/spr_battle_soul.yy",},
{"name":"spr_battle_ui_hp","order":1,"path":"sprites/spr_battle_ui_hp/spr_battle_ui_hp.yy",},
{"name":"spr_battle_ui_kr","order":3,"path":"sprites/spr_battle_ui_kr/spr_battle_ui_kr.yy",},
{"name":"spr_bg_area_1","order":1,"path":"sprites/spr_bg_area_1/spr_bg_area_1.yy",},
{"name":"spr_block_corner","order":11,"path":"sprites/spr_block_corner/spr_block_corner.yy",},
{"name":"spr_block","order":9,"path":"sprites/spr_block/spr_block.yy",},
{"name":"spr_border_simple","order":1,"path":"sprites/spr_border_simple/spr_border_simple.yy",},
{"name":"spr_char_box","order":6,"path":"sprites/spr_char_box/spr_char_box.yy",},
{"name":"spr_char_frisk_down","order":3,"path":"sprites/spr_char_frisk_down/spr_char_frisk_down.yy",},
{"name":"spr_char_frisk_mask","order":7,"path":"sprites/spr_char_frisk_mask/spr_char_frisk_mask.yy",},
{"name":"spr_char_frisk_right","order":5,"path":"sprites/spr_char_frisk_right/spr_char_frisk_right.yy",},
{"name":"spr_char_frisk_up","order":1,"path":"sprites/spr_char_frisk_up/spr_char_frisk_up.yy",},
{"name":"spr_char_save","order":5,"path":"sprites/spr_char_save/spr_char_save.yy",},
{"name":"spr_char_sign","order":3,"path":"sprites/spr_char_sign/spr_char_sign.yy",},
{"name":"spr_closed_captions_corner","order":1,"path":"sprites/spr_closed_captions_corner/spr_closed_captions_corner.yy",},
{"name":"spr_default","order":1,"path":"sprites/spr_default/spr_default.yy",},
{"name":"spr_demo_playing","order":25,"path":"sprites/spr_demo_playing/spr_demo_playing.yy",},
{"name":"spr_demo_recording","order":23,"path":"sprites/spr_demo_recording/spr_demo_recording.yy",},
{"name":"spr_exclamation","order":5,"path":"sprites/spr_exclamation/spr_exclamation.yy",},
{"name":"spr_gamepad_ps4_large_circle","order":7,"path":"sprites/spr_gamepad_ps4_large_circle/spr_gamepad_ps4_large_circle.yy",},
{"name":"spr_gamepad_ps4_large_cross","order":9,"path":"sprites/spr_gamepad_ps4_large_cross/spr_gamepad_ps4_large_cross.yy",},
{"name":"spr_gamepad_ps4_large_l1","order":11,"path":"sprites/spr_gamepad_ps4_large_l1/spr_gamepad_ps4_large_l1.yy",},
{"name":"spr_gamepad_ps4_large_l2","order":13,"path":"sprites/spr_gamepad_ps4_large_l2/spr_gamepad_ps4_large_l2.yy",},
{"name":"spr_gamepad_ps4_large_l3","order":15,"path":"sprites/spr_gamepad_ps4_large_l3/spr_gamepad_ps4_large_l3.yy",},
{"name":"spr_gamepad_ps4_large_options","order":17,"path":"sprites/spr_gamepad_ps4_large_options/spr_gamepad_ps4_large_options.yy",},
{"name":"spr_gamepad_ps4_large_r1","order":19,"path":"sprites/spr_gamepad_ps4_large_r1/spr_gamepad_ps4_large_r1.yy",},
{"name":"spr_gamepad_ps4_large_r2","order":21,"path":"sprites/spr_gamepad_ps4_large_r2/spr_gamepad_ps4_large_r2.yy",},
{"name":"spr_gamepad_ps4_large_r3","order":23,"path":"sprites/spr_gamepad_ps4_large_r3/spr_gamepad_ps4_large_r3.yy",},
{"name":"spr_gamepad_ps4_large_square","order":1,"path":"sprites/spr_gamepad_ps4_large_square/spr_gamepad_ps4_large_square.yy",},
{"name":"spr_gamepad_ps4_large_touchpad","order":3,"path":"sprites/spr_gamepad_ps4_large_touchpad/spr_gamepad_ps4_large_touchpad.yy",},
{"name":"spr_gamepad_ps4_large_triangle","order":5,"path":"sprites/spr_gamepad_ps4_large_triangle/spr_gamepad_ps4_large_triangle.yy",},
{"name":"spr_gamepad_ps4_small_circle","order":25,"path":"sprites/spr_gamepad_ps4_small_circle/spr_gamepad_ps4_small_circle.yy",},
{"name":"spr_gamepad_ps4_small_cross","order":27,"path":"sprites/spr_gamepad_ps4_small_cross/spr_gamepad_ps4_small_cross.yy",},
{"name":"spr_gamepad_ps4_small_dpad_left","order":1,"path":"sprites/spr_gamepad_ps4_small_dpad_left/spr_gamepad_ps4_small_dpad_left.yy",},
{"name":"spr_gamepad_ps4_small_dpad_right","order":3,"path":"sprites/spr_gamepad_ps4_small_dpad_right/spr_gamepad_ps4_small_dpad_right.yy",},
{"name":"spr_gamepad_ps4_small_l1","order":5,"path":"sprites/spr_gamepad_ps4_small_l1/spr_gamepad_ps4_small_l1.yy",},
{"name":"spr_gamepad_ps4_small_l2","order":7,"path":"sprites/spr_gamepad_ps4_small_l2/spr_gamepad_ps4_small_l2.yy",},
{"name":"spr_gamepad_ps4_small_l3","order":9,"path":"sprites/spr_gamepad_ps4_small_l3/spr_gamepad_ps4_small_l3.yy",},
{"name":"spr_gamepad_ps4_small_options","order":11,"path":"sprites/spr_gamepad_ps4_small_options/spr_gamepad_ps4_small_options.yy",},
{"name":"spr_gamepad_ps4_small_r1","order":13,"path":"sprites/spr_gamepad_ps4_small_r1/spr_gamepad_ps4_small_r1.yy",},
{"name":"spr_gamepad_ps4_small_r2","order":15,"path":"sprites/spr_gamepad_ps4_small_r2/spr_gamepad_ps4_small_r2.yy",},
{"name":"spr_gamepad_ps4_small_r3","order":17,"path":"sprites/spr_gamepad_ps4_small_r3/spr_gamepad_ps4_small_r3.yy",},
{"name":"spr_gamepad_ps4_small_square","order":19,"path":"sprites/spr_gamepad_ps4_small_square/spr_gamepad_ps4_small_square.yy",},
{"name":"spr_gamepad_ps4_small_touchpad","order":21,"path":"sprites/spr_gamepad_ps4_small_touchpad/spr_gamepad_ps4_small_touchpad.yy",},
{"name":"spr_gamepad_ps4_small_triangle","order":23,"path":"sprites/spr_gamepad_ps4_small_triangle/spr_gamepad_ps4_small_triangle.yy",},
{"name":"spr_hint_bgm","order":1,"path":"sprites/spr_hint_bgm/spr_hint_bgm.yy",},
{"name":"spr_hint_border","order":5,"path":"sprites/spr_hint_border/spr_hint_border.yy",},
{"name":"spr_hint_half_size","order":7,"path":"sprites/spr_hint_half_size/spr_hint_half_size.yy",},
{"name":"spr_hint_landmark","order":3,"path":"sprites/spr_hint_landmark/spr_hint_landmark.yy",},
{"name":"spr_logo","order":7,"path":"sprites/spr_logo/spr_logo.yy",},
{"name":"spr_pixel","order":3,"path":"sprites/spr_pixel/spr_pixel.yy",},
{"name":"spr_trigger","order":13,"path":"sprites/spr_trigger/spr_trigger.yy",},
{"name":"tile_ruins","order":1,"path":"tilesets/tile_ruins/tile_ruins.yy",},
],
}