gotchi-battler-game-logic 4.0.0 → 4.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2778 @@
1
+ {
2
+ "meta": {
3
+ "seed": "0.7565698367080049",
4
+ "timestamp": "2025-12-06T13:22:58.408Z",
5
+ "type": "training",
6
+ "campaign": {},
7
+ "isBoss": false
8
+ },
9
+ "gotchis": [
10
+ {
11
+ "id": 7,
12
+ "onchainId": 13681,
13
+ "name": "Artemis",
14
+ "type": "gotchi",
15
+ "visualCode": "USDC-MythicalLow2_H2-Common-258-368-259-63-315-386-261",
16
+ "level": 98,
17
+ "speed": 178,
18
+ "health": 1328,
19
+ "attack": 193,
20
+ "defense": 166,
21
+ "criticalRate": 45.1,
22
+ "criticalDamage": 175,
23
+ "resist": 186,
24
+ "focus": 217,
25
+ "gotchiClass": "mage",
26
+ "special": "tornado",
27
+ "leaderSkill": "obsessive_studies",
28
+ "item": null,
29
+ "crystalSlot1": null,
30
+ "crystalSlot2": null,
31
+ "crystalSlot3": null,
32
+ "crystalSlot4": null,
33
+ "crystalSlot5": null,
34
+ "crystalSlot6": null,
35
+ "specialExpanded": {
36
+ "code": "tornado",
37
+ "name": "Tornado",
38
+ "initialCooldown": 2,
39
+ "cooldown": 3,
40
+ "actionType": "none",
41
+ "actionMultiplier": null,
42
+ "monstersOnly": false,
43
+ "notes": "Each enemy has a 25 % chance to be Feared.",
44
+ "gotchiClass": "mage",
45
+ "target": "all_enemies",
46
+ "effects": [
47
+ {
48
+ "id": 87,
49
+ "effectType": "status",
50
+ "value": null,
51
+ "chance": 0.25,
52
+ "special": "tornado",
53
+ "target": "same_as_attack",
54
+ "status": "fear"
55
+ }
56
+ ]
57
+ },
58
+ "leaderSkillExpanded": {
59
+ "code": "obsessive_studies",
60
+ "name": "Obsessive Studies",
61
+ "description": "Your team gets -DEF and +2 FOC.",
62
+ "monstersOnly": false,
63
+ "gotchiClass": "mage",
64
+ "statuses": [
65
+ {
66
+ "stackCount": 1,
67
+ "leaderSkill": "obsessive_studies",
68
+ "status": "def_down"
69
+ },
70
+ {
71
+ "stackCount": 2,
72
+ "leaderSkill": "obsessive_studies",
73
+ "status": "foc_up"
74
+ }
75
+ ]
76
+ },
77
+ "statuses": [
78
+ "def_down",
79
+ "foc_up",
80
+ "foc_up"
81
+ ],
82
+ "specialBar": 67,
83
+ "fullHealth": 1328
84
+ },
85
+ {
86
+ "id": 9,
87
+ "onchainId": 22892,
88
+ "name": "Chonk",
89
+ "type": "gotchi",
90
+ "visualCode": "Polygon-POLYGON-Uncommon_High-310-216-262-309-312-311-261",
91
+ "level": 72,
92
+ "speed": 187,
93
+ "health": 864,
94
+ "attack": 176,
95
+ "defense": 157,
96
+ "criticalRate": 38.6,
97
+ "criticalDamage": 158,
98
+ "resist": 182,
99
+ "focus": 182,
100
+ "gotchiClass": "tank",
101
+ "special": "fortress_stance",
102
+ "leaderSkill": "dig_in",
103
+ "item": null,
104
+ "crystalSlot1": null,
105
+ "crystalSlot2": null,
106
+ "crystalSlot3": null,
107
+ "crystalSlot4": null,
108
+ "crystalSlot5": null,
109
+ "crystalSlot6": null,
110
+ "specialExpanded": {
111
+ "code": "fortress_stance",
112
+ "name": "Fortress Stance",
113
+ "initialCooldown": 1,
114
+ "cooldown": 3,
115
+ "actionType": "none",
116
+ "actionMultiplier": null,
117
+ "monstersOnly": false,
118
+ "notes": "Self Taunt; 50% chance for each of two +DEF stacks.",
119
+ "gotchiClass": "tank",
120
+ "target": "self",
121
+ "effects": [
122
+ {
123
+ "id": 37,
124
+ "effectType": "status",
125
+ "value": null,
126
+ "chance": 1,
127
+ "special": "fortress_stance",
128
+ "target": "self",
129
+ "status": "taunt"
130
+ },
131
+ {
132
+ "id": 38,
133
+ "effectType": "status",
134
+ "value": null,
135
+ "chance": 0.5,
136
+ "special": "fortress_stance",
137
+ "target": "self",
138
+ "status": "def_up"
139
+ },
140
+ {
141
+ "id": 39,
142
+ "effectType": "status",
143
+ "value": null,
144
+ "chance": 0.5,
145
+ "special": "fortress_stance",
146
+ "target": "self",
147
+ "status": "def_up"
148
+ }
149
+ ]
150
+ },
151
+ "leaderSkillExpanded": {
152
+ "code": "dig_in",
153
+ "name": "Dig In",
154
+ "description": "Your team gets -FOC, +DEF and +CRD.",
155
+ "monstersOnly": false,
156
+ "gotchiClass": "tank",
157
+ "statuses": [
158
+ {
159
+ "stackCount": 1,
160
+ "leaderSkill": "dig_in",
161
+ "status": "crd_up"
162
+ },
163
+ {
164
+ "stackCount": 1,
165
+ "leaderSkill": "dig_in",
166
+ "status": "def_up"
167
+ },
168
+ {
169
+ "stackCount": 1,
170
+ "leaderSkill": "dig_in",
171
+ "status": "foc_down"
172
+ }
173
+ ]
174
+ },
175
+ "statuses": [
176
+ "def_down",
177
+ "foc_up",
178
+ "foc_up"
179
+ ],
180
+ "specialBar": 83,
181
+ "fullHealth": 864
182
+ },
183
+ {
184
+ "id": 1,
185
+ "onchainId": 16559,
186
+ "name": "Immaterial",
187
+ "type": "gotchi",
188
+ "visualCode": "USDT-MythicalLow2_H2-Rare_Low-366-260-385-52-113-17-35",
189
+ "level": 108,
190
+ "speed": 217,
191
+ "health": 1096,
192
+ "attack": 200,
193
+ "defense": 172,
194
+ "criticalRate": 47.8,
195
+ "criticalDamage": 185,
196
+ "resist": 199,
197
+ "focus": 233,
198
+ "gotchiClass": "mage",
199
+ "special": "tornado",
200
+ "leaderSkill": "obsessive_studies",
201
+ "item": null,
202
+ "crystalSlot1": null,
203
+ "crystalSlot2": null,
204
+ "crystalSlot3": null,
205
+ "crystalSlot4": null,
206
+ "crystalSlot5": null,
207
+ "crystalSlot6": null,
208
+ "specialExpanded": {
209
+ "code": "tornado",
210
+ "name": "Tornado",
211
+ "initialCooldown": 2,
212
+ "cooldown": 3,
213
+ "actionType": "none",
214
+ "actionMultiplier": null,
215
+ "monstersOnly": false,
216
+ "notes": "Each enemy has a 25 % chance to be Feared.",
217
+ "gotchiClass": "mage",
218
+ "target": "all_enemies",
219
+ "effects": [
220
+ {
221
+ "id": 87,
222
+ "effectType": "status",
223
+ "value": null,
224
+ "chance": 0.25,
225
+ "special": "tornado",
226
+ "target": "same_as_attack",
227
+ "status": "fear"
228
+ }
229
+ ]
230
+ },
231
+ "leaderSkillExpanded": {
232
+ "code": "obsessive_studies",
233
+ "name": "Obsessive Studies",
234
+ "description": "Your team gets -DEF and +2 FOC.",
235
+ "monstersOnly": false,
236
+ "gotchiClass": "mage",
237
+ "statuses": [
238
+ {
239
+ "stackCount": 1,
240
+ "leaderSkill": "obsessive_studies",
241
+ "status": "def_down"
242
+ },
243
+ {
244
+ "stackCount": 2,
245
+ "leaderSkill": "obsessive_studies",
246
+ "status": "foc_up"
247
+ }
248
+ ]
249
+ },
250
+ "statuses": [
251
+ "def_down",
252
+ "foc_up",
253
+ "foc_up"
254
+ ],
255
+ "specialBar": 67,
256
+ "fullHealth": 1096
257
+ },
258
+ {
259
+ "id": 3,
260
+ "onchainId": 19172,
261
+ "name": "Gatekeeper",
262
+ "type": "gotchi",
263
+ "visualCode": "Dai-UncommonLow2-Mythical_High-160-263-262-62-51-312-261",
264
+ "level": 72,
265
+ "speed": 194,
266
+ "health": 863,
267
+ "attack": 176,
268
+ "defense": 156,
269
+ "criticalRate": 38.5,
270
+ "criticalDamage": 169,
271
+ "resist": 153,
272
+ "focus": 186,
273
+ "gotchiClass": "mage",
274
+ "special": "tornado",
275
+ "leaderSkill": "obsessive_studies",
276
+ "item": null,
277
+ "crystalSlot1": null,
278
+ "crystalSlot2": null,
279
+ "crystalSlot3": null,
280
+ "crystalSlot4": null,
281
+ "crystalSlot5": null,
282
+ "crystalSlot6": null,
283
+ "specialExpanded": {
284
+ "code": "tornado",
285
+ "name": "Tornado",
286
+ "initialCooldown": 2,
287
+ "cooldown": 3,
288
+ "actionType": "none",
289
+ "actionMultiplier": null,
290
+ "monstersOnly": false,
291
+ "notes": "Each enemy has a 25 % chance to be Feared.",
292
+ "gotchiClass": "mage",
293
+ "target": "all_enemies",
294
+ "effects": [
295
+ {
296
+ "id": 87,
297
+ "effectType": "status",
298
+ "value": null,
299
+ "chance": 0.25,
300
+ "special": "tornado",
301
+ "target": "same_as_attack",
302
+ "status": "fear"
303
+ }
304
+ ]
305
+ },
306
+ "leaderSkillExpanded": {
307
+ "code": "obsessive_studies",
308
+ "name": "Obsessive Studies",
309
+ "description": "Your team gets -DEF and +2 FOC.",
310
+ "monstersOnly": false,
311
+ "gotchiClass": "mage",
312
+ "statuses": [
313
+ {
314
+ "stackCount": 1,
315
+ "leaderSkill": "obsessive_studies",
316
+ "status": "def_down"
317
+ },
318
+ {
319
+ "stackCount": 2,
320
+ "leaderSkill": "obsessive_studies",
321
+ "status": "foc_up"
322
+ }
323
+ ]
324
+ },
325
+ "statuses": [
326
+ "def_down",
327
+ "foc_up",
328
+ "foc_up"
329
+ ],
330
+ "specialBar": 67,
331
+ "fullHealth": 863
332
+ },
333
+ {
334
+ "id": 5,
335
+ "onchainId": 23921,
336
+ "name": "Godly",
337
+ "type": "gotchi",
338
+ "visualCode": "wEth-Common1-Rare_Low-160-416-202-124-70-70-417",
339
+ "level": 72,
340
+ "speed": 191,
341
+ "health": 862,
342
+ "attack": 210,
343
+ "defense": 133,
344
+ "criticalRate": 50.1,
345
+ "criticalDamage": 168,
346
+ "resist": 152,
347
+ "focus": 152,
348
+ "gotchiClass": "troll",
349
+ "special": "furious_bash",
350
+ "leaderSkill": "smash",
351
+ "item": null,
352
+ "crystalSlot1": null,
353
+ "crystalSlot2": null,
354
+ "crystalSlot3": null,
355
+ "crystalSlot4": null,
356
+ "crystalSlot5": null,
357
+ "crystalSlot6": null,
358
+ "specialExpanded": {
359
+ "code": "furious_bash",
360
+ "name": "Furious Bash",
361
+ "initialCooldown": 1,
362
+ "cooldown": 3,
363
+ "actionType": "attack",
364
+ "actionMultiplier": 1,
365
+ "monstersOnly": false,
366
+ "notes": "50 % chance for Troll to gain +SPD.",
367
+ "gotchiClass": "troll",
368
+ "target": "enemy_random",
369
+ "effects": [
370
+ {
371
+ "id": 99,
372
+ "effectType": "status",
373
+ "value": null,
374
+ "chance": 0.5,
375
+ "special": "furious_bash",
376
+ "target": "self",
377
+ "status": "spd_up"
378
+ }
379
+ ]
380
+ },
381
+ "leaderSkillExpanded": {
382
+ "code": "smash",
383
+ "name": "Smash!",
384
+ "description": "Your team gets +CRD.",
385
+ "monstersOnly": false,
386
+ "gotchiClass": "troll",
387
+ "statuses": [
388
+ {
389
+ "stackCount": 1,
390
+ "leaderSkill": "smash",
391
+ "status": "crd_up"
392
+ }
393
+ ]
394
+ },
395
+ "statuses": [
396
+ "def_down",
397
+ "foc_up",
398
+ "foc_up"
399
+ ],
400
+ "specialBar": 83,
401
+ "fullHealth": 862
402
+ },
403
+ {
404
+ "id": 6,
405
+ "onchainId": 0,
406
+ "name": "Bee",
407
+ "type": "monster",
408
+ "visualCode": "bee",
409
+ "level": 26,
410
+ "speed": 171,
411
+ "health": 621,
412
+ "attack": 188,
413
+ "defense": 114,
414
+ "criticalRate": 38.4,
415
+ "criticalDamage": 195,
416
+ "resist": 98,
417
+ "focus": 98,
418
+ "gotchiClass": "cursed",
419
+ "special": "overworked_sting",
420
+ "leaderSkill": "worker_discipline",
421
+ "item": null,
422
+ "crystalSlot1": null,
423
+ "crystalSlot2": null,
424
+ "crystalSlot3": null,
425
+ "crystalSlot4": null,
426
+ "crystalSlot5": null,
427
+ "crystalSlot6": null,
428
+ "specialExpanded": {
429
+ "code": "overworked_sting",
430
+ "name": "Overworked Sting",
431
+ "initialCooldown": 3,
432
+ "cooldown": 1,
433
+ "actionType": "attack",
434
+ "actionMultiplier": 1.4,
435
+ "monstersOnly": true,
436
+ "notes": "Bee | Self suffers -DEF.",
437
+ "gotchiClass": "cursed",
438
+ "target": "enemy_random",
439
+ "effects": [
440
+ {
441
+ "id": 123,
442
+ "effectType": "status",
443
+ "value": null,
444
+ "chance": 1,
445
+ "special": "overworked_sting",
446
+ "target": "self",
447
+ "status": "def_down"
448
+ }
449
+ ]
450
+ },
451
+ "leaderSkillExpanded": {
452
+ "code": "worker_discipline",
453
+ "name": "Worker Discipline",
454
+ "description": "Your team gets +FOC.",
455
+ "monstersOnly": true,
456
+ "gotchiClass": "cursed",
457
+ "statuses": [
458
+ {
459
+ "stackCount": 1,
460
+ "leaderSkill": "worker_discipline",
461
+ "status": "foc_up"
462
+ }
463
+ ]
464
+ },
465
+ "statuses": [
466
+ "foc_up"
467
+ ],
468
+ "specialBar": 50,
469
+ "fullHealth": 621
470
+ },
471
+ {
472
+ "id": 8,
473
+ "onchainId": 0,
474
+ "name": "Bee",
475
+ "type": "monster",
476
+ "visualCode": "bee",
477
+ "level": 26,
478
+ "speed": 171,
479
+ "health": 621,
480
+ "attack": 188,
481
+ "defense": 114,
482
+ "criticalRate": 38.4,
483
+ "criticalDamage": 195,
484
+ "resist": 98,
485
+ "focus": 98,
486
+ "gotchiClass": "cursed",
487
+ "special": "overworked_sting",
488
+ "leaderSkill": "worker_discipline",
489
+ "item": null,
490
+ "crystalSlot1": null,
491
+ "crystalSlot2": null,
492
+ "crystalSlot3": null,
493
+ "crystalSlot4": null,
494
+ "crystalSlot5": null,
495
+ "crystalSlot6": null,
496
+ "specialExpanded": {
497
+ "code": "overworked_sting",
498
+ "name": "Overworked Sting",
499
+ "initialCooldown": 3,
500
+ "cooldown": 1,
501
+ "actionType": "attack",
502
+ "actionMultiplier": 1.4,
503
+ "monstersOnly": true,
504
+ "notes": "Bee | Self suffers -DEF.",
505
+ "gotchiClass": "cursed",
506
+ "target": "enemy_random",
507
+ "effects": [
508
+ {
509
+ "id": 123,
510
+ "effectType": "status",
511
+ "value": null,
512
+ "chance": 1,
513
+ "special": "overworked_sting",
514
+ "target": "self",
515
+ "status": "def_down"
516
+ }
517
+ ]
518
+ },
519
+ "leaderSkillExpanded": {
520
+ "code": "worker_discipline",
521
+ "name": "Worker Discipline",
522
+ "description": "Your team gets +FOC.",
523
+ "monstersOnly": true,
524
+ "gotchiClass": "cursed",
525
+ "statuses": [
526
+ {
527
+ "stackCount": 1,
528
+ "leaderSkill": "worker_discipline",
529
+ "status": "foc_up"
530
+ }
531
+ ]
532
+ },
533
+ "statuses": [
534
+ "foc_up"
535
+ ],
536
+ "specialBar": 50,
537
+ "fullHealth": 621
538
+ },
539
+ {
540
+ "id": 10,
541
+ "onchainId": 0,
542
+ "name": "Bee",
543
+ "type": "monster",
544
+ "visualCode": "bee",
545
+ "level": 26,
546
+ "speed": 171,
547
+ "health": 621,
548
+ "attack": 188,
549
+ "defense": 114,
550
+ "criticalRate": 38.4,
551
+ "criticalDamage": 195,
552
+ "resist": 98,
553
+ "focus": 98,
554
+ "gotchiClass": "cursed",
555
+ "special": "overworked_sting",
556
+ "leaderSkill": "worker_discipline",
557
+ "item": null,
558
+ "crystalSlot1": null,
559
+ "crystalSlot2": null,
560
+ "crystalSlot3": null,
561
+ "crystalSlot4": null,
562
+ "crystalSlot5": null,
563
+ "crystalSlot6": null,
564
+ "specialExpanded": {
565
+ "code": "overworked_sting",
566
+ "name": "Overworked Sting",
567
+ "initialCooldown": 3,
568
+ "cooldown": 1,
569
+ "actionType": "attack",
570
+ "actionMultiplier": 1.4,
571
+ "monstersOnly": true,
572
+ "notes": "Bee | Self suffers -DEF.",
573
+ "gotchiClass": "cursed",
574
+ "target": "enemy_random",
575
+ "effects": [
576
+ {
577
+ "id": 123,
578
+ "effectType": "status",
579
+ "value": null,
580
+ "chance": 1,
581
+ "special": "overworked_sting",
582
+ "target": "self",
583
+ "status": "def_down"
584
+ }
585
+ ]
586
+ },
587
+ "leaderSkillExpanded": {
588
+ "code": "worker_discipline",
589
+ "name": "Worker Discipline",
590
+ "description": "Your team gets +FOC.",
591
+ "monstersOnly": true,
592
+ "gotchiClass": "cursed",
593
+ "statuses": [
594
+ {
595
+ "stackCount": 1,
596
+ "leaderSkill": "worker_discipline",
597
+ "status": "foc_up"
598
+ }
599
+ ]
600
+ },
601
+ "statuses": [
602
+ "foc_up"
603
+ ],
604
+ "specialBar": 50,
605
+ "fullHealth": 621
606
+ },
607
+ {
608
+ "id": 2,
609
+ "onchainId": 0,
610
+ "name": "Bad Bud",
611
+ "type": "monster",
612
+ "visualCode": "bad_bud",
613
+ "level": 26,
614
+ "speed": 137,
615
+ "health": 846,
616
+ "attack": 188,
617
+ "defense": 141,
618
+ "criticalRate": 28.8,
619
+ "criticalDamage": 146,
620
+ "resist": 147,
621
+ "focus": 98,
622
+ "gotchiClass": "healer",
623
+ "special": "bloom",
624
+ "leaderSkill": "leafy_bulwark",
625
+ "item": null,
626
+ "crystalSlot1": null,
627
+ "crystalSlot2": null,
628
+ "crystalSlot3": null,
629
+ "crystalSlot4": null,
630
+ "crystalSlot5": null,
631
+ "crystalSlot6": null,
632
+ "specialExpanded": {
633
+ "code": "bloom",
634
+ "name": "Bloom",
635
+ "initialCooldown": 4,
636
+ "cooldown": 2,
637
+ "actionType": "heal",
638
+ "actionMultiplier": 1.2,
639
+ "monstersOnly": true,
640
+ "notes": "Bad Bud | Self-heal; gain +SPD.",
641
+ "gotchiClass": "healer",
642
+ "target": "self",
643
+ "effects": [
644
+ {
645
+ "id": 120,
646
+ "effectType": "status",
647
+ "value": null,
648
+ "chance": 1,
649
+ "special": "bloom",
650
+ "target": "self",
651
+ "status": "spd_up"
652
+ }
653
+ ]
654
+ },
655
+ "leaderSkillExpanded": {
656
+ "code": "leafy_bulwark",
657
+ "name": "Leafy Bulwark",
658
+ "description": "Your team gets +DEF.",
659
+ "monstersOnly": true,
660
+ "gotchiClass": "healer",
661
+ "statuses": [
662
+ {
663
+ "stackCount": 1,
664
+ "leaderSkill": "leafy_bulwark",
665
+ "status": "def_up"
666
+ }
667
+ ]
668
+ },
669
+ "statuses": [
670
+ "foc_up"
671
+ ],
672
+ "specialBar": 33,
673
+ "fullHealth": 846
674
+ },
675
+ {
676
+ "id": 4,
677
+ "onchainId": 0,
678
+ "name": "Bad Bud",
679
+ "type": "monster",
680
+ "visualCode": "bad_bud",
681
+ "level": 26,
682
+ "speed": 137,
683
+ "health": 846,
684
+ "attack": 188,
685
+ "defense": 141,
686
+ "criticalRate": 28.8,
687
+ "criticalDamage": 146,
688
+ "resist": 147,
689
+ "focus": 98,
690
+ "gotchiClass": "healer",
691
+ "special": "bloom",
692
+ "leaderSkill": "leafy_bulwark",
693
+ "item": null,
694
+ "crystalSlot1": null,
695
+ "crystalSlot2": null,
696
+ "crystalSlot3": null,
697
+ "crystalSlot4": null,
698
+ "crystalSlot5": null,
699
+ "crystalSlot6": null,
700
+ "specialExpanded": {
701
+ "code": "bloom",
702
+ "name": "Bloom",
703
+ "initialCooldown": 4,
704
+ "cooldown": 2,
705
+ "actionType": "heal",
706
+ "actionMultiplier": 1.2,
707
+ "monstersOnly": true,
708
+ "notes": "Bad Bud | Self-heal; gain +SPD.",
709
+ "gotchiClass": "healer",
710
+ "target": "self",
711
+ "effects": [
712
+ {
713
+ "id": 120,
714
+ "effectType": "status",
715
+ "value": null,
716
+ "chance": 1,
717
+ "special": "bloom",
718
+ "target": "self",
719
+ "status": "spd_up"
720
+ }
721
+ ]
722
+ },
723
+ "leaderSkillExpanded": {
724
+ "code": "leafy_bulwark",
725
+ "name": "Leafy Bulwark",
726
+ "description": "Your team gets +DEF.",
727
+ "monstersOnly": true,
728
+ "gotchiClass": "healer",
729
+ "statuses": [
730
+ {
731
+ "stackCount": 1,
732
+ "leaderSkill": "leafy_bulwark",
733
+ "status": "def_up"
734
+ }
735
+ ]
736
+ },
737
+ "statuses": [
738
+ "foc_up"
739
+ ],
740
+ "specialBar": 33,
741
+ "fullHealth": 846
742
+ }
743
+ ],
744
+ "layout": {
745
+ "teams": [
746
+ {
747
+ "name": "Team 1",
748
+ "owner": "0x0000000000000000000000000000000000000000",
749
+ "leaderId": 1,
750
+ "rows": [
751
+ {
752
+ "slots": [
753
+ {
754
+ "isActive": false,
755
+ "id": null
756
+ },
757
+ {
758
+ "isActive": true,
759
+ "id": 7
760
+ },
761
+ {
762
+ "isActive": false,
763
+ "id": null
764
+ },
765
+ {
766
+ "isActive": true,
767
+ "id": 9
768
+ },
769
+ {
770
+ "isActive": false,
771
+ "id": null
772
+ }
773
+ ]
774
+ },
775
+ {
776
+ "slots": [
777
+ {
778
+ "isActive": true,
779
+ "id": 1
780
+ },
781
+ {
782
+ "isActive": false,
783
+ "id": null
784
+ },
785
+ {
786
+ "isActive": true,
787
+ "id": 3
788
+ },
789
+ {
790
+ "isActive": false,
791
+ "id": null
792
+ },
793
+ {
794
+ "isActive": true,
795
+ "id": 5
796
+ }
797
+ ]
798
+ }
799
+ ],
800
+ "uiOrder": [
801
+ 1,
802
+ 7,
803
+ 3,
804
+ 9,
805
+ 5
806
+ ]
807
+ },
808
+ {
809
+ "name": "Yield Fields 2 (Insane)",
810
+ "owner": "0x0000000000000000000000000000000000000000",
811
+ "leaderId": 6,
812
+ "rows": [
813
+ {
814
+ "slots": [
815
+ {
816
+ "isActive": true,
817
+ "id": 6
818
+ },
819
+ {
820
+ "isActive": false,
821
+ "id": null
822
+ },
823
+ {
824
+ "isActive": true,
825
+ "id": 8
826
+ },
827
+ {
828
+ "isActive": false,
829
+ "id": null
830
+ },
831
+ {
832
+ "isActive": true,
833
+ "id": 10
834
+ }
835
+ ]
836
+ },
837
+ {
838
+ "slots": [
839
+ {
840
+ "isActive": false,
841
+ "id": null
842
+ },
843
+ {
844
+ "isActive": true,
845
+ "id": 2
846
+ },
847
+ {
848
+ "isActive": false,
849
+ "id": null
850
+ },
851
+ {
852
+ "isActive": true,
853
+ "id": 4
854
+ },
855
+ {
856
+ "isActive": false,
857
+ "id": null
858
+ }
859
+ ]
860
+ }
861
+ ],
862
+ "uiOrder": [
863
+ 6,
864
+ 2,
865
+ 8,
866
+ 4,
867
+ 10
868
+ ]
869
+ }
870
+ ]
871
+ },
872
+ "turns": [
873
+ {
874
+ "index": 0,
875
+ "skipTurn": null,
876
+ "action": {
877
+ "user": 1,
878
+ "name": "auto",
879
+ "actionEffects": [
880
+ {
881
+ "target": 10,
882
+ "statuses": [],
883
+ "damage": 175,
884
+ "outcome": "success"
885
+ }
886
+ ],
887
+ "additionalEffects": []
888
+ },
889
+ "statusEffects": [],
890
+ "statusesExpired": [],
891
+ "specialBars": [
892
+ {
893
+ "id": 7,
894
+ "val": 67
895
+ },
896
+ {
897
+ "id": 9,
898
+ "val": 83
899
+ },
900
+ {
901
+ "id": 1,
902
+ "val": 84
903
+ },
904
+ {
905
+ "id": 3,
906
+ "val": 67
907
+ },
908
+ {
909
+ "id": 5,
910
+ "val": 83
911
+ },
912
+ {
913
+ "id": 6,
914
+ "val": 50
915
+ },
916
+ {
917
+ "id": 8,
918
+ "val": 50
919
+ },
920
+ {
921
+ "id": 10,
922
+ "val": 50
923
+ },
924
+ {
925
+ "id": 2,
926
+ "val": 33
927
+ },
928
+ {
929
+ "id": 4,
930
+ "val": 33
931
+ }
932
+ ]
933
+ },
934
+ {
935
+ "index": 1,
936
+ "skipTurn": null,
937
+ "action": {
938
+ "user": 3,
939
+ "name": "auto",
940
+ "actionEffects": [
941
+ {
942
+ "target": 10,
943
+ "statuses": [],
944
+ "damage": 154,
945
+ "outcome": "success"
946
+ }
947
+ ],
948
+ "additionalEffects": []
949
+ },
950
+ "statusEffects": [],
951
+ "statusesExpired": [],
952
+ "specialBars": [
953
+ {
954
+ "id": 7,
955
+ "val": 67
956
+ },
957
+ {
958
+ "id": 9,
959
+ "val": 83
960
+ },
961
+ {
962
+ "id": 1,
963
+ "val": 84
964
+ },
965
+ {
966
+ "id": 3,
967
+ "val": 84
968
+ },
969
+ {
970
+ "id": 5,
971
+ "val": 83
972
+ },
973
+ {
974
+ "id": 6,
975
+ "val": 50
976
+ },
977
+ {
978
+ "id": 8,
979
+ "val": 50
980
+ },
981
+ {
982
+ "id": 10,
983
+ "val": 50
984
+ },
985
+ {
986
+ "id": 2,
987
+ "val": 33
988
+ },
989
+ {
990
+ "id": 4,
991
+ "val": 33
992
+ }
993
+ ]
994
+ },
995
+ {
996
+ "index": 2,
997
+ "skipTurn": null,
998
+ "action": {
999
+ "user": 5,
1000
+ "name": "auto",
1001
+ "actionEffects": [
1002
+ {
1003
+ "target": 8,
1004
+ "statuses": [],
1005
+ "damage": 184,
1006
+ "outcome": "success"
1007
+ }
1008
+ ],
1009
+ "additionalEffects": []
1010
+ },
1011
+ "statusEffects": [],
1012
+ "statusesExpired": [],
1013
+ "specialBars": [
1014
+ {
1015
+ "id": 7,
1016
+ "val": 67
1017
+ },
1018
+ {
1019
+ "id": 9,
1020
+ "val": 83
1021
+ },
1022
+ {
1023
+ "id": 1,
1024
+ "val": 84
1025
+ },
1026
+ {
1027
+ "id": 3,
1028
+ "val": 84
1029
+ },
1030
+ {
1031
+ "id": 5,
1032
+ "val": 100
1033
+ },
1034
+ {
1035
+ "id": 6,
1036
+ "val": 50
1037
+ },
1038
+ {
1039
+ "id": 8,
1040
+ "val": 50
1041
+ },
1042
+ {
1043
+ "id": 10,
1044
+ "val": 50
1045
+ },
1046
+ {
1047
+ "id": 2,
1048
+ "val": 33
1049
+ },
1050
+ {
1051
+ "id": 4,
1052
+ "val": 33
1053
+ }
1054
+ ]
1055
+ },
1056
+ {
1057
+ "index": 3,
1058
+ "skipTurn": null,
1059
+ "action": {
1060
+ "user": 9,
1061
+ "name": "auto",
1062
+ "actionEffects": [
1063
+ {
1064
+ "target": 6,
1065
+ "statuses": [],
1066
+ "damage": 397,
1067
+ "outcome": "critical"
1068
+ }
1069
+ ],
1070
+ "additionalEffects": []
1071
+ },
1072
+ "statusEffects": [],
1073
+ "statusesExpired": [],
1074
+ "specialBars": [
1075
+ {
1076
+ "id": 7,
1077
+ "val": 67
1078
+ },
1079
+ {
1080
+ "id": 9,
1081
+ "val": 100
1082
+ },
1083
+ {
1084
+ "id": 1,
1085
+ "val": 84
1086
+ },
1087
+ {
1088
+ "id": 3,
1089
+ "val": 84
1090
+ },
1091
+ {
1092
+ "id": 5,
1093
+ "val": 100
1094
+ },
1095
+ {
1096
+ "id": 6,
1097
+ "val": 50
1098
+ },
1099
+ {
1100
+ "id": 8,
1101
+ "val": 50
1102
+ },
1103
+ {
1104
+ "id": 10,
1105
+ "val": 50
1106
+ },
1107
+ {
1108
+ "id": 2,
1109
+ "val": 33
1110
+ },
1111
+ {
1112
+ "id": 4,
1113
+ "val": 33
1114
+ }
1115
+ ]
1116
+ },
1117
+ {
1118
+ "index": 4,
1119
+ "skipTurn": null,
1120
+ "action": {
1121
+ "user": 7,
1122
+ "name": "auto",
1123
+ "actionEffects": [
1124
+ {
1125
+ "target": 10,
1126
+ "statuses": [],
1127
+ "damage": 465,
1128
+ "outcome": "critical"
1129
+ }
1130
+ ],
1131
+ "additionalEffects": []
1132
+ },
1133
+ "statusEffects": [],
1134
+ "statusesExpired": [],
1135
+ "specialBars": [
1136
+ {
1137
+ "id": 7,
1138
+ "val": 84
1139
+ },
1140
+ {
1141
+ "id": 9,
1142
+ "val": 100
1143
+ },
1144
+ {
1145
+ "id": 1,
1146
+ "val": 84
1147
+ },
1148
+ {
1149
+ "id": 3,
1150
+ "val": 84
1151
+ },
1152
+ {
1153
+ "id": 5,
1154
+ "val": 100
1155
+ },
1156
+ {
1157
+ "id": 6,
1158
+ "val": 50
1159
+ },
1160
+ {
1161
+ "id": 8,
1162
+ "val": 50
1163
+ },
1164
+ {
1165
+ "id": 10,
1166
+ "val": 50
1167
+ },
1168
+ {
1169
+ "id": 2,
1170
+ "val": 33
1171
+ },
1172
+ {
1173
+ "id": 4,
1174
+ "val": 33
1175
+ }
1176
+ ]
1177
+ },
1178
+ {
1179
+ "index": 5,
1180
+ "skipTurn": null,
1181
+ "action": {
1182
+ "user": 8,
1183
+ "name": "auto",
1184
+ "actionEffects": [
1185
+ {
1186
+ "target": 7,
1187
+ "statuses": [],
1188
+ "damage": 135,
1189
+ "outcome": "success"
1190
+ }
1191
+ ],
1192
+ "additionalEffects": []
1193
+ },
1194
+ "statusEffects": [],
1195
+ "statusesExpired": [],
1196
+ "specialBars": [
1197
+ {
1198
+ "id": 7,
1199
+ "val": 84
1200
+ },
1201
+ {
1202
+ "id": 9,
1203
+ "val": 100
1204
+ },
1205
+ {
1206
+ "id": 1,
1207
+ "val": 84
1208
+ },
1209
+ {
1210
+ "id": 3,
1211
+ "val": 84
1212
+ },
1213
+ {
1214
+ "id": 5,
1215
+ "val": 100
1216
+ },
1217
+ {
1218
+ "id": 6,
1219
+ "val": 50
1220
+ },
1221
+ {
1222
+ "id": 8,
1223
+ "val": 67
1224
+ },
1225
+ {
1226
+ "id": 10,
1227
+ "val": 50
1228
+ },
1229
+ {
1230
+ "id": 2,
1231
+ "val": 33
1232
+ },
1233
+ {
1234
+ "id": 4,
1235
+ "val": 33
1236
+ }
1237
+ ]
1238
+ },
1239
+ {
1240
+ "index": 6,
1241
+ "skipTurn": null,
1242
+ "action": {
1243
+ "user": 6,
1244
+ "name": "auto",
1245
+ "actionEffects": [
1246
+ {
1247
+ "target": 9,
1248
+ "statuses": [],
1249
+ "damage": 419,
1250
+ "outcome": "critical"
1251
+ }
1252
+ ],
1253
+ "additionalEffects": []
1254
+ },
1255
+ "statusEffects": [],
1256
+ "statusesExpired": [],
1257
+ "specialBars": [
1258
+ {
1259
+ "id": 7,
1260
+ "val": 84
1261
+ },
1262
+ {
1263
+ "id": 9,
1264
+ "val": 100
1265
+ },
1266
+ {
1267
+ "id": 1,
1268
+ "val": 84
1269
+ },
1270
+ {
1271
+ "id": 3,
1272
+ "val": 84
1273
+ },
1274
+ {
1275
+ "id": 5,
1276
+ "val": 100
1277
+ },
1278
+ {
1279
+ "id": 6,
1280
+ "val": 67
1281
+ },
1282
+ {
1283
+ "id": 8,
1284
+ "val": 67
1285
+ },
1286
+ {
1287
+ "id": 10,
1288
+ "val": 50
1289
+ },
1290
+ {
1291
+ "id": 2,
1292
+ "val": 33
1293
+ },
1294
+ {
1295
+ "id": 4,
1296
+ "val": 33
1297
+ }
1298
+ ]
1299
+ },
1300
+ {
1301
+ "index": 7,
1302
+ "skipTurn": null,
1303
+ "action": {
1304
+ "user": 4,
1305
+ "name": "auto",
1306
+ "actionEffects": [
1307
+ {
1308
+ "target": 9,
1309
+ "statuses": [],
1310
+ "damage": 349,
1311
+ "outcome": "critical"
1312
+ }
1313
+ ],
1314
+ "additionalEffects": []
1315
+ },
1316
+ "statusEffects": [],
1317
+ "statusesExpired": [],
1318
+ "specialBars": [
1319
+ {
1320
+ "id": 7,
1321
+ "val": 84
1322
+ },
1323
+ {
1324
+ "id": 9,
1325
+ "val": 100
1326
+ },
1327
+ {
1328
+ "id": 1,
1329
+ "val": 84
1330
+ },
1331
+ {
1332
+ "id": 3,
1333
+ "val": 84
1334
+ },
1335
+ {
1336
+ "id": 5,
1337
+ "val": 100
1338
+ },
1339
+ {
1340
+ "id": 6,
1341
+ "val": 67
1342
+ },
1343
+ {
1344
+ "id": 8,
1345
+ "val": 67
1346
+ },
1347
+ {
1348
+ "id": 10,
1349
+ "val": 50
1350
+ },
1351
+ {
1352
+ "id": 2,
1353
+ "val": 33
1354
+ },
1355
+ {
1356
+ "id": 4,
1357
+ "val": 50
1358
+ }
1359
+ ]
1360
+ },
1361
+ {
1362
+ "index": 8,
1363
+ "skipTurn": null,
1364
+ "action": {
1365
+ "user": 2,
1366
+ "name": "auto",
1367
+ "actionEffects": [
1368
+ {
1369
+ "target": 7,
1370
+ "statuses": [],
1371
+ "damage": 332,
1372
+ "outcome": "critical"
1373
+ }
1374
+ ],
1375
+ "additionalEffects": []
1376
+ },
1377
+ "statusEffects": [],
1378
+ "statusesExpired": [],
1379
+ "specialBars": [
1380
+ {
1381
+ "id": 7,
1382
+ "val": 84
1383
+ },
1384
+ {
1385
+ "id": 9,
1386
+ "val": 100
1387
+ },
1388
+ {
1389
+ "id": 1,
1390
+ "val": 84
1391
+ },
1392
+ {
1393
+ "id": 3,
1394
+ "val": 84
1395
+ },
1396
+ {
1397
+ "id": 5,
1398
+ "val": 100
1399
+ },
1400
+ {
1401
+ "id": 6,
1402
+ "val": 67
1403
+ },
1404
+ {
1405
+ "id": 8,
1406
+ "val": 67
1407
+ },
1408
+ {
1409
+ "id": 10,
1410
+ "val": 50
1411
+ },
1412
+ {
1413
+ "id": 2,
1414
+ "val": 50
1415
+ },
1416
+ {
1417
+ "id": 4,
1418
+ "val": 50
1419
+ }
1420
+ ]
1421
+ },
1422
+ {
1423
+ "index": 9,
1424
+ "skipTurn": null,
1425
+ "action": {
1426
+ "user": 1,
1427
+ "name": "auto",
1428
+ "actionEffects": [
1429
+ {
1430
+ "target": 8,
1431
+ "statuses": [],
1432
+ "damage": 175,
1433
+ "outcome": "success"
1434
+ }
1435
+ ],
1436
+ "additionalEffects": []
1437
+ },
1438
+ "statusEffects": [],
1439
+ "statusesExpired": [],
1440
+ "specialBars": [
1441
+ {
1442
+ "id": 7,
1443
+ "val": 84
1444
+ },
1445
+ {
1446
+ "id": 9,
1447
+ "val": 100
1448
+ },
1449
+ {
1450
+ "id": 1,
1451
+ "val": 100
1452
+ },
1453
+ {
1454
+ "id": 3,
1455
+ "val": 84
1456
+ },
1457
+ {
1458
+ "id": 5,
1459
+ "val": 100
1460
+ },
1461
+ {
1462
+ "id": 6,
1463
+ "val": 67
1464
+ },
1465
+ {
1466
+ "id": 8,
1467
+ "val": 67
1468
+ },
1469
+ {
1470
+ "id": 10,
1471
+ "val": 50
1472
+ },
1473
+ {
1474
+ "id": 2,
1475
+ "val": 50
1476
+ },
1477
+ {
1478
+ "id": 4,
1479
+ "val": 50
1480
+ }
1481
+ ]
1482
+ },
1483
+ {
1484
+ "index": 10,
1485
+ "skipTurn": null,
1486
+ "action": {
1487
+ "user": 3,
1488
+ "name": "auto",
1489
+ "actionEffects": [
1490
+ {
1491
+ "target": 8,
1492
+ "statuses": [],
1493
+ "damage": 414,
1494
+ "outcome": "critical"
1495
+ }
1496
+ ],
1497
+ "additionalEffects": []
1498
+ },
1499
+ "statusEffects": [],
1500
+ "statusesExpired": [],
1501
+ "specialBars": [
1502
+ {
1503
+ "id": 7,
1504
+ "val": 84
1505
+ },
1506
+ {
1507
+ "id": 9,
1508
+ "val": 100
1509
+ },
1510
+ {
1511
+ "id": 1,
1512
+ "val": 100
1513
+ },
1514
+ {
1515
+ "id": 3,
1516
+ "val": 100
1517
+ },
1518
+ {
1519
+ "id": 5,
1520
+ "val": 100
1521
+ },
1522
+ {
1523
+ "id": 6,
1524
+ "val": 67
1525
+ },
1526
+ {
1527
+ "id": 8,
1528
+ "val": 67
1529
+ },
1530
+ {
1531
+ "id": 10,
1532
+ "val": 50
1533
+ },
1534
+ {
1535
+ "id": 2,
1536
+ "val": 50
1537
+ },
1538
+ {
1539
+ "id": 4,
1540
+ "val": 50
1541
+ }
1542
+ ]
1543
+ },
1544
+ {
1545
+ "index": 11,
1546
+ "skipTurn": null,
1547
+ "action": {
1548
+ "user": 5,
1549
+ "name": "furious_bash",
1550
+ "actionEffects": [
1551
+ {
1552
+ "target": 6,
1553
+ "statuses": [],
1554
+ "damage": 493,
1555
+ "outcome": "critical"
1556
+ }
1557
+ ],
1558
+ "additionalEffects": [
1559
+ {
1560
+ "target": 5,
1561
+ "statuses": [
1562
+ "spd_up"
1563
+ ],
1564
+ "outcome": "success"
1565
+ }
1566
+ ]
1567
+ },
1568
+ "statusEffects": [],
1569
+ "statusesExpired": [],
1570
+ "specialBars": [
1571
+ {
1572
+ "id": 7,
1573
+ "val": 84
1574
+ },
1575
+ {
1576
+ "id": 9,
1577
+ "val": 100
1578
+ },
1579
+ {
1580
+ "id": 1,
1581
+ "val": 100
1582
+ },
1583
+ {
1584
+ "id": 3,
1585
+ "val": 100
1586
+ },
1587
+ {
1588
+ "id": 5,
1589
+ "val": 50
1590
+ },
1591
+ {
1592
+ "id": 6,
1593
+ "val": 67
1594
+ },
1595
+ {
1596
+ "id": 8,
1597
+ "val": 67
1598
+ },
1599
+ {
1600
+ "id": 10,
1601
+ "val": 50
1602
+ },
1603
+ {
1604
+ "id": 2,
1605
+ "val": 50
1606
+ },
1607
+ {
1608
+ "id": 4,
1609
+ "val": 50
1610
+ }
1611
+ ]
1612
+ },
1613
+ {
1614
+ "index": 12,
1615
+ "skipTurn": null,
1616
+ "action": {
1617
+ "user": 9,
1618
+ "name": "fortress_stance",
1619
+ "actionEffects": [],
1620
+ "additionalEffects": [
1621
+ {
1622
+ "target": 9,
1623
+ "statuses": [
1624
+ "taunt"
1625
+ ],
1626
+ "outcome": "success"
1627
+ },
1628
+ {
1629
+ "target": 9,
1630
+ "statuses": [
1631
+ "def_up"
1632
+ ],
1633
+ "outcome": "success"
1634
+ },
1635
+ {
1636
+ "target": 9,
1637
+ "statuses": [
1638
+ "def_up"
1639
+ ],
1640
+ "outcome": "success"
1641
+ }
1642
+ ]
1643
+ },
1644
+ "statusEffects": [],
1645
+ "statusesExpired": [],
1646
+ "specialBars": [
1647
+ {
1648
+ "id": 7,
1649
+ "val": 84
1650
+ },
1651
+ {
1652
+ "id": 9,
1653
+ "val": 50
1654
+ },
1655
+ {
1656
+ "id": 1,
1657
+ "val": 100
1658
+ },
1659
+ {
1660
+ "id": 3,
1661
+ "val": 100
1662
+ },
1663
+ {
1664
+ "id": 5,
1665
+ "val": 50
1666
+ },
1667
+ {
1668
+ "id": 6,
1669
+ "val": 67
1670
+ },
1671
+ {
1672
+ "id": 8,
1673
+ "val": 67
1674
+ },
1675
+ {
1676
+ "id": 10,
1677
+ "val": 50
1678
+ },
1679
+ {
1680
+ "id": 2,
1681
+ "val": 50
1682
+ },
1683
+ {
1684
+ "id": 4,
1685
+ "val": 50
1686
+ }
1687
+ ]
1688
+ },
1689
+ {
1690
+ "index": 13,
1691
+ "skipTurn": null,
1692
+ "action": {
1693
+ "user": 7,
1694
+ "name": "auto",
1695
+ "actionEffects": [
1696
+ {
1697
+ "target": 4,
1698
+ "statuses": [],
1699
+ "damage": 377,
1700
+ "outcome": "critical"
1701
+ }
1702
+ ],
1703
+ "additionalEffects": []
1704
+ },
1705
+ "statusEffects": [],
1706
+ "statusesExpired": [],
1707
+ "specialBars": [
1708
+ {
1709
+ "id": 7,
1710
+ "val": 100
1711
+ },
1712
+ {
1713
+ "id": 9,
1714
+ "val": 50
1715
+ },
1716
+ {
1717
+ "id": 1,
1718
+ "val": 100
1719
+ },
1720
+ {
1721
+ "id": 3,
1722
+ "val": 100
1723
+ },
1724
+ {
1725
+ "id": 5,
1726
+ "val": 50
1727
+ },
1728
+ {
1729
+ "id": 6,
1730
+ "val": 67
1731
+ },
1732
+ {
1733
+ "id": 8,
1734
+ "val": 67
1735
+ },
1736
+ {
1737
+ "id": 10,
1738
+ "val": 50
1739
+ },
1740
+ {
1741
+ "id": 2,
1742
+ "val": 50
1743
+ },
1744
+ {
1745
+ "id": 4,
1746
+ "val": 50
1747
+ }
1748
+ ]
1749
+ },
1750
+ {
1751
+ "index": 14,
1752
+ "skipTurn": null,
1753
+ "action": {
1754
+ "user": 1,
1755
+ "name": "tornado",
1756
+ "actionEffects": [
1757
+ {
1758
+ "target": 2,
1759
+ "statuses": [
1760
+ "fear"
1761
+ ],
1762
+ "outcome": "success"
1763
+ }
1764
+ ],
1765
+ "additionalEffects": []
1766
+ },
1767
+ "statusEffects": [],
1768
+ "statusesExpired": [],
1769
+ "specialBars": [
1770
+ {
1771
+ "id": 7,
1772
+ "val": 100
1773
+ },
1774
+ {
1775
+ "id": 9,
1776
+ "val": 50
1777
+ },
1778
+ {
1779
+ "id": 1,
1780
+ "val": 50
1781
+ },
1782
+ {
1783
+ "id": 3,
1784
+ "val": 100
1785
+ },
1786
+ {
1787
+ "id": 5,
1788
+ "val": 50
1789
+ },
1790
+ {
1791
+ "id": 6,
1792
+ "val": 67
1793
+ },
1794
+ {
1795
+ "id": 8,
1796
+ "val": 67
1797
+ },
1798
+ {
1799
+ "id": 10,
1800
+ "val": 50
1801
+ },
1802
+ {
1803
+ "id": 2,
1804
+ "val": 50
1805
+ },
1806
+ {
1807
+ "id": 4,
1808
+ "val": 50
1809
+ }
1810
+ ]
1811
+ },
1812
+ {
1813
+ "index": 15,
1814
+ "skipTurn": "fear",
1815
+ "action": {
1816
+ "user": 2,
1817
+ "name": "auto",
1818
+ "actionEffects": [],
1819
+ "additionalEffects": []
1820
+ },
1821
+ "statusEffects": [
1822
+ {
1823
+ "target": 2,
1824
+ "status": "fear",
1825
+ "damage": 0,
1826
+ "remove": true
1827
+ }
1828
+ ],
1829
+ "statusesExpired": [],
1830
+ "specialBars": [
1831
+ {
1832
+ "id": 7,
1833
+ "val": 100
1834
+ },
1835
+ {
1836
+ "id": 9,
1837
+ "val": 50
1838
+ },
1839
+ {
1840
+ "id": 1,
1841
+ "val": 50
1842
+ },
1843
+ {
1844
+ "id": 3,
1845
+ "val": 100
1846
+ },
1847
+ {
1848
+ "id": 5,
1849
+ "val": 50
1850
+ },
1851
+ {
1852
+ "id": 6,
1853
+ "val": 67
1854
+ },
1855
+ {
1856
+ "id": 8,
1857
+ "val": 67
1858
+ },
1859
+ {
1860
+ "id": 10,
1861
+ "val": 50
1862
+ },
1863
+ {
1864
+ "id": 2,
1865
+ "val": 50
1866
+ },
1867
+ {
1868
+ "id": 4,
1869
+ "val": 50
1870
+ }
1871
+ ]
1872
+ },
1873
+ {
1874
+ "index": 16,
1875
+ "skipTurn": null,
1876
+ "action": {
1877
+ "user": 4,
1878
+ "name": "auto",
1879
+ "actionEffects": [
1880
+ {
1881
+ "target": 9,
1882
+ "statuses": [],
1883
+ "damage": 253,
1884
+ "outcome": "critical"
1885
+ }
1886
+ ],
1887
+ "additionalEffects": []
1888
+ },
1889
+ "statusEffects": [],
1890
+ "statusesExpired": [],
1891
+ "specialBars": [
1892
+ {
1893
+ "id": 7,
1894
+ "val": 100
1895
+ },
1896
+ {
1897
+ "id": 9,
1898
+ "val": 50
1899
+ },
1900
+ {
1901
+ "id": 1,
1902
+ "val": 50
1903
+ },
1904
+ {
1905
+ "id": 3,
1906
+ "val": 100
1907
+ },
1908
+ {
1909
+ "id": 5,
1910
+ "val": 50
1911
+ },
1912
+ {
1913
+ "id": 6,
1914
+ "val": 67
1915
+ },
1916
+ {
1917
+ "id": 8,
1918
+ "val": 67
1919
+ },
1920
+ {
1921
+ "id": 10,
1922
+ "val": 50
1923
+ },
1924
+ {
1925
+ "id": 2,
1926
+ "val": 50
1927
+ },
1928
+ {
1929
+ "id": 4,
1930
+ "val": 67
1931
+ }
1932
+ ]
1933
+ },
1934
+ {
1935
+ "index": 17,
1936
+ "skipTurn": null,
1937
+ "action": {
1938
+ "user": 5,
1939
+ "name": "auto",
1940
+ "actionEffects": [
1941
+ {
1942
+ "target": 2,
1943
+ "statuses": [],
1944
+ "damage": 149,
1945
+ "outcome": "success"
1946
+ }
1947
+ ],
1948
+ "additionalEffects": []
1949
+ },
1950
+ "statusEffects": [],
1951
+ "statusesExpired": [],
1952
+ "specialBars": [
1953
+ {
1954
+ "id": 7,
1955
+ "val": 100
1956
+ },
1957
+ {
1958
+ "id": 9,
1959
+ "val": 50
1960
+ },
1961
+ {
1962
+ "id": 1,
1963
+ "val": 50
1964
+ },
1965
+ {
1966
+ "id": 3,
1967
+ "val": 100
1968
+ },
1969
+ {
1970
+ "id": 5,
1971
+ "val": 67
1972
+ },
1973
+ {
1974
+ "id": 6,
1975
+ "val": 67
1976
+ },
1977
+ {
1978
+ "id": 8,
1979
+ "val": 67
1980
+ },
1981
+ {
1982
+ "id": 10,
1983
+ "val": 50
1984
+ },
1985
+ {
1986
+ "id": 2,
1987
+ "val": 50
1988
+ },
1989
+ {
1990
+ "id": 4,
1991
+ "val": 67
1992
+ }
1993
+ ]
1994
+ },
1995
+ {
1996
+ "index": 18,
1997
+ "skipTurn": null,
1998
+ "action": {
1999
+ "user": 3,
2000
+ "name": "tornado",
2001
+ "actionEffects": [],
2002
+ "additionalEffects": []
2003
+ },
2004
+ "statusEffects": [],
2005
+ "statusesExpired": [],
2006
+ "specialBars": [
2007
+ {
2008
+ "id": 7,
2009
+ "val": 100
2010
+ },
2011
+ {
2012
+ "id": 9,
2013
+ "val": 50
2014
+ },
2015
+ {
2016
+ "id": 1,
2017
+ "val": 50
2018
+ },
2019
+ {
2020
+ "id": 3,
2021
+ "val": 50
2022
+ },
2023
+ {
2024
+ "id": 5,
2025
+ "val": 67
2026
+ },
2027
+ {
2028
+ "id": 6,
2029
+ "val": 67
2030
+ },
2031
+ {
2032
+ "id": 8,
2033
+ "val": 67
2034
+ },
2035
+ {
2036
+ "id": 10,
2037
+ "val": 50
2038
+ },
2039
+ {
2040
+ "id": 2,
2041
+ "val": 50
2042
+ },
2043
+ {
2044
+ "id": 4,
2045
+ "val": 67
2046
+ }
2047
+ ]
2048
+ },
2049
+ {
2050
+ "index": 19,
2051
+ "skipTurn": null,
2052
+ "action": {
2053
+ "user": 7,
2054
+ "name": "tornado",
2055
+ "actionEffects": [],
2056
+ "additionalEffects": []
2057
+ },
2058
+ "statusEffects": [],
2059
+ "statusesExpired": [],
2060
+ "specialBars": [
2061
+ {
2062
+ "id": 7,
2063
+ "val": 50
2064
+ },
2065
+ {
2066
+ "id": 9,
2067
+ "val": 50
2068
+ },
2069
+ {
2070
+ "id": 1,
2071
+ "val": 50
2072
+ },
2073
+ {
2074
+ "id": 3,
2075
+ "val": 50
2076
+ },
2077
+ {
2078
+ "id": 5,
2079
+ "val": 67
2080
+ },
2081
+ {
2082
+ "id": 6,
2083
+ "val": 67
2084
+ },
2085
+ {
2086
+ "id": 8,
2087
+ "val": 67
2088
+ },
2089
+ {
2090
+ "id": 10,
2091
+ "val": 50
2092
+ },
2093
+ {
2094
+ "id": 2,
2095
+ "val": 50
2096
+ },
2097
+ {
2098
+ "id": 4,
2099
+ "val": 67
2100
+ }
2101
+ ]
2102
+ },
2103
+ {
2104
+ "index": 20,
2105
+ "skipTurn": null,
2106
+ "action": {
2107
+ "user": 1,
2108
+ "name": "auto",
2109
+ "actionEffects": [
2110
+ {
2111
+ "target": 4,
2112
+ "statuses": [],
2113
+ "damage": 142,
2114
+ "outcome": "success"
2115
+ }
2116
+ ],
2117
+ "additionalEffects": []
2118
+ },
2119
+ "statusEffects": [],
2120
+ "statusesExpired": [],
2121
+ "specialBars": [
2122
+ {
2123
+ "id": 7,
2124
+ "val": 50
2125
+ },
2126
+ {
2127
+ "id": 9,
2128
+ "val": 50
2129
+ },
2130
+ {
2131
+ "id": 1,
2132
+ "val": 67
2133
+ },
2134
+ {
2135
+ "id": 3,
2136
+ "val": 50
2137
+ },
2138
+ {
2139
+ "id": 5,
2140
+ "val": 67
2141
+ },
2142
+ {
2143
+ "id": 6,
2144
+ "val": 67
2145
+ },
2146
+ {
2147
+ "id": 8,
2148
+ "val": 67
2149
+ },
2150
+ {
2151
+ "id": 10,
2152
+ "val": 50
2153
+ },
2154
+ {
2155
+ "id": 2,
2156
+ "val": 50
2157
+ },
2158
+ {
2159
+ "id": 4,
2160
+ "val": 67
2161
+ }
2162
+ ]
2163
+ },
2164
+ {
2165
+ "index": 21,
2166
+ "skipTurn": null,
2167
+ "action": {
2168
+ "user": 5,
2169
+ "name": "auto",
2170
+ "actionEffects": [
2171
+ {
2172
+ "target": 4,
2173
+ "statuses": [],
2174
+ "damage": 399,
2175
+ "outcome": "critical"
2176
+ }
2177
+ ],
2178
+ "additionalEffects": []
2179
+ },
2180
+ "statusEffects": [],
2181
+ "statusesExpired": [],
2182
+ "specialBars": [
2183
+ {
2184
+ "id": 7,
2185
+ "val": 50
2186
+ },
2187
+ {
2188
+ "id": 9,
2189
+ "val": 50
2190
+ },
2191
+ {
2192
+ "id": 1,
2193
+ "val": 67
2194
+ },
2195
+ {
2196
+ "id": 3,
2197
+ "val": 50
2198
+ },
2199
+ {
2200
+ "id": 5,
2201
+ "val": 84
2202
+ },
2203
+ {
2204
+ "id": 6,
2205
+ "val": 67
2206
+ },
2207
+ {
2208
+ "id": 8,
2209
+ "val": 67
2210
+ },
2211
+ {
2212
+ "id": 10,
2213
+ "val": 50
2214
+ },
2215
+ {
2216
+ "id": 2,
2217
+ "val": 50
2218
+ },
2219
+ {
2220
+ "id": 4,
2221
+ "val": 67
2222
+ }
2223
+ ]
2224
+ },
2225
+ {
2226
+ "index": 22,
2227
+ "skipTurn": null,
2228
+ "action": {
2229
+ "user": 3,
2230
+ "name": "auto",
2231
+ "actionEffects": [
2232
+ {
2233
+ "target": 2,
2234
+ "statuses": [],
2235
+ "damage": 125,
2236
+ "outcome": "success"
2237
+ }
2238
+ ],
2239
+ "additionalEffects": []
2240
+ },
2241
+ "statusEffects": [],
2242
+ "statusesExpired": [],
2243
+ "specialBars": [
2244
+ {
2245
+ "id": 7,
2246
+ "val": 50
2247
+ },
2248
+ {
2249
+ "id": 9,
2250
+ "val": 50
2251
+ },
2252
+ {
2253
+ "id": 1,
2254
+ "val": 67
2255
+ },
2256
+ {
2257
+ "id": 3,
2258
+ "val": 67
2259
+ },
2260
+ {
2261
+ "id": 5,
2262
+ "val": 84
2263
+ },
2264
+ {
2265
+ "id": 6,
2266
+ "val": 67
2267
+ },
2268
+ {
2269
+ "id": 8,
2270
+ "val": 67
2271
+ },
2272
+ {
2273
+ "id": 10,
2274
+ "val": 50
2275
+ },
2276
+ {
2277
+ "id": 2,
2278
+ "val": 50
2279
+ },
2280
+ {
2281
+ "id": 4,
2282
+ "val": 67
2283
+ }
2284
+ ]
2285
+ },
2286
+ {
2287
+ "index": 23,
2288
+ "skipTurn": null,
2289
+ "action": {
2290
+ "user": 2,
2291
+ "name": "auto",
2292
+ "actionEffects": [
2293
+ {
2294
+ "target": 7,
2295
+ "statuses": [],
2296
+ "damage": 135,
2297
+ "outcome": "success"
2298
+ }
2299
+ ],
2300
+ "additionalEffects": []
2301
+ },
2302
+ "statusEffects": [],
2303
+ "statusesExpired": [],
2304
+ "specialBars": [
2305
+ {
2306
+ "id": 7,
2307
+ "val": 50
2308
+ },
2309
+ {
2310
+ "id": 9,
2311
+ "val": 50
2312
+ },
2313
+ {
2314
+ "id": 1,
2315
+ "val": 67
2316
+ },
2317
+ {
2318
+ "id": 3,
2319
+ "val": 67
2320
+ },
2321
+ {
2322
+ "id": 5,
2323
+ "val": 84
2324
+ },
2325
+ {
2326
+ "id": 6,
2327
+ "val": 67
2328
+ },
2329
+ {
2330
+ "id": 8,
2331
+ "val": 67
2332
+ },
2333
+ {
2334
+ "id": 10,
2335
+ "val": 50
2336
+ },
2337
+ {
2338
+ "id": 2,
2339
+ "val": 67
2340
+ },
2341
+ {
2342
+ "id": 4,
2343
+ "val": 67
2344
+ }
2345
+ ]
2346
+ },
2347
+ {
2348
+ "index": 24,
2349
+ "skipTurn": null,
2350
+ "action": {
2351
+ "user": 7,
2352
+ "name": "auto",
2353
+ "actionEffects": [
2354
+ {
2355
+ "target": 2,
2356
+ "statuses": [],
2357
+ "damage": 377,
2358
+ "outcome": "critical"
2359
+ }
2360
+ ],
2361
+ "additionalEffects": []
2362
+ },
2363
+ "statusEffects": [],
2364
+ "statusesExpired": [],
2365
+ "specialBars": [
2366
+ {
2367
+ "id": 7,
2368
+ "val": 67
2369
+ },
2370
+ {
2371
+ "id": 9,
2372
+ "val": 50
2373
+ },
2374
+ {
2375
+ "id": 1,
2376
+ "val": 67
2377
+ },
2378
+ {
2379
+ "id": 3,
2380
+ "val": 67
2381
+ },
2382
+ {
2383
+ "id": 5,
2384
+ "val": 84
2385
+ },
2386
+ {
2387
+ "id": 6,
2388
+ "val": 67
2389
+ },
2390
+ {
2391
+ "id": 8,
2392
+ "val": 67
2393
+ },
2394
+ {
2395
+ "id": 10,
2396
+ "val": 50
2397
+ },
2398
+ {
2399
+ "id": 2,
2400
+ "val": 67
2401
+ },
2402
+ {
2403
+ "id": 4,
2404
+ "val": 67
2405
+ }
2406
+ ]
2407
+ },
2408
+ {
2409
+ "index": 25,
2410
+ "skipTurn": null,
2411
+ "action": {
2412
+ "user": 1,
2413
+ "name": "auto",
2414
+ "actionEffects": [
2415
+ {
2416
+ "target": 2,
2417
+ "statuses": [],
2418
+ "damage": 405,
2419
+ "outcome": "critical"
2420
+ }
2421
+ ],
2422
+ "additionalEffects": []
2423
+ },
2424
+ "statusEffects": [],
2425
+ "statusesExpired": [],
2426
+ "specialBars": [
2427
+ {
2428
+ "id": 7,
2429
+ "val": 67
2430
+ },
2431
+ {
2432
+ "id": 9,
2433
+ "val": 50
2434
+ },
2435
+ {
2436
+ "id": 1,
2437
+ "val": 84
2438
+ },
2439
+ {
2440
+ "id": 3,
2441
+ "val": 67
2442
+ },
2443
+ {
2444
+ "id": 5,
2445
+ "val": 84
2446
+ },
2447
+ {
2448
+ "id": 6,
2449
+ "val": 67
2450
+ },
2451
+ {
2452
+ "id": 8,
2453
+ "val": 67
2454
+ },
2455
+ {
2456
+ "id": 10,
2457
+ "val": 50
2458
+ },
2459
+ {
2460
+ "id": 2,
2461
+ "val": 67
2462
+ },
2463
+ {
2464
+ "id": 4,
2465
+ "val": 67
2466
+ }
2467
+ ]
2468
+ }
2469
+ ],
2470
+ "result": {
2471
+ "stats": {
2472
+ "numOfTurns": 26,
2473
+ "team1": {
2474
+ "dmgGiven": 4431,
2475
+ "dmgReceived": 1623,
2476
+ "healGiven": 0,
2477
+ "healReceived": 0,
2478
+ "crits": 8,
2479
+ "resists": 0,
2480
+ "focuses": 1,
2481
+ "counters": 0,
2482
+ "hits": 15,
2483
+ "gotchis": [
2484
+ {
2485
+ "id": 7,
2486
+ "name": "Artemis",
2487
+ "dmgGiven": 1219,
2488
+ "dmgReceived": 602,
2489
+ "healGiven": 0,
2490
+ "healReceived": 0,
2491
+ "crits": 3,
2492
+ "resists": 0,
2493
+ "focuses": 0,
2494
+ "counters": 0,
2495
+ "hits": 3
2496
+ },
2497
+ {
2498
+ "id": 9,
2499
+ "name": "Chonk",
2500
+ "dmgGiven": 397,
2501
+ "dmgReceived": 1021,
2502
+ "healGiven": 0,
2503
+ "healReceived": 0,
2504
+ "crits": 1,
2505
+ "resists": 0,
2506
+ "focuses": 0,
2507
+ "counters": 0,
2508
+ "hits": 1
2509
+ },
2510
+ {
2511
+ "id": 1,
2512
+ "name": "Immaterial",
2513
+ "dmgGiven": 897,
2514
+ "dmgReceived": 0,
2515
+ "healGiven": 0,
2516
+ "healReceived": 0,
2517
+ "crits": 1,
2518
+ "resists": 0,
2519
+ "focuses": 1,
2520
+ "counters": 0,
2521
+ "hits": 4
2522
+ },
2523
+ {
2524
+ "id": 3,
2525
+ "name": "Gatekeeper",
2526
+ "dmgGiven": 693,
2527
+ "dmgReceived": 0,
2528
+ "healGiven": 0,
2529
+ "healReceived": 0,
2530
+ "crits": 1,
2531
+ "resists": 0,
2532
+ "focuses": 0,
2533
+ "counters": 0,
2534
+ "hits": 3
2535
+ },
2536
+ {
2537
+ "id": 5,
2538
+ "name": "Godly",
2539
+ "dmgGiven": 1225,
2540
+ "dmgReceived": 0,
2541
+ "healGiven": 0,
2542
+ "healReceived": 0,
2543
+ "crits": 2,
2544
+ "resists": 0,
2545
+ "focuses": 0,
2546
+ "counters": 0,
2547
+ "hits": 4
2548
+ }
2549
+ ]
2550
+ },
2551
+ "team2": {
2552
+ "dmgGiven": 1623,
2553
+ "dmgReceived": 4431,
2554
+ "healGiven": 0,
2555
+ "healReceived": 0,
2556
+ "crits": 4,
2557
+ "resists": 0,
2558
+ "focuses": 0,
2559
+ "counters": 0,
2560
+ "hits": 6,
2561
+ "gotchis": [
2562
+ {
2563
+ "id": 6,
2564
+ "name": "Bee",
2565
+ "dmgGiven": 419,
2566
+ "dmgReceived": 890,
2567
+ "healGiven": 0,
2568
+ "healReceived": 0,
2569
+ "crits": 1,
2570
+ "resists": 0,
2571
+ "focuses": 0,
2572
+ "counters": 0,
2573
+ "hits": 1
2574
+ },
2575
+ {
2576
+ "id": 8,
2577
+ "name": "Bee",
2578
+ "dmgGiven": 135,
2579
+ "dmgReceived": 773,
2580
+ "healGiven": 0,
2581
+ "healReceived": 0,
2582
+ "crits": 0,
2583
+ "resists": 0,
2584
+ "focuses": 0,
2585
+ "counters": 0,
2586
+ "hits": 1
2587
+ },
2588
+ {
2589
+ "id": 10,
2590
+ "name": "Bee",
2591
+ "dmgGiven": 0,
2592
+ "dmgReceived": 794,
2593
+ "healGiven": 0,
2594
+ "healReceived": 0,
2595
+ "crits": 0,
2596
+ "resists": 0,
2597
+ "focuses": 0,
2598
+ "counters": 0,
2599
+ "hits": 0
2600
+ },
2601
+ {
2602
+ "id": 2,
2603
+ "name": "Bad Bud",
2604
+ "dmgGiven": 467,
2605
+ "dmgReceived": 1056,
2606
+ "healGiven": 0,
2607
+ "healReceived": 0,
2608
+ "crits": 1,
2609
+ "resists": 0,
2610
+ "focuses": 0,
2611
+ "counters": 0,
2612
+ "hits": 2
2613
+ },
2614
+ {
2615
+ "id": 4,
2616
+ "name": "Bad Bud",
2617
+ "dmgGiven": 602,
2618
+ "dmgReceived": 918,
2619
+ "healGiven": 0,
2620
+ "healReceived": 0,
2621
+ "crits": 2,
2622
+ "resists": 0,
2623
+ "focuses": 0,
2624
+ "counters": 0,
2625
+ "hits": 2
2626
+ }
2627
+ ]
2628
+ }
2629
+ },
2630
+ "winner": 1,
2631
+ "winningTeam": [
2632
+ {
2633
+ "id": 7,
2634
+ "name": "Artemis",
2635
+ "health": 726,
2636
+ "statuses": [
2637
+ "def_down",
2638
+ "foc_up",
2639
+ "foc_up"
2640
+ ],
2641
+ "originalStats": {
2642
+ "speed": 178,
2643
+ "attack": 193,
2644
+ "defense": 166,
2645
+ "criticalRate": 45.1,
2646
+ "criticalDamage": 175,
2647
+ "resist": 186,
2648
+ "focus": 217
2649
+ },
2650
+ "modifiedStats": {
2651
+ "speed": 178,
2652
+ "attack": 193,
2653
+ "defense": 139,
2654
+ "criticalRate": 45.1,
2655
+ "criticalDamage": 175,
2656
+ "resist": 186,
2657
+ "focus": 247
2658
+ }
2659
+ },
2660
+ {
2661
+ "id": 9,
2662
+ "name": "Chonk",
2663
+ "health": -157,
2664
+ "statuses": [
2665
+ "def_down",
2666
+ "foc_up",
2667
+ "foc_up",
2668
+ "taunt",
2669
+ "def_up",
2670
+ "def_up"
2671
+ ],
2672
+ "originalStats": {
2673
+ "speed": 187,
2674
+ "attack": 176,
2675
+ "defense": 157,
2676
+ "criticalRate": 38.6,
2677
+ "criticalDamage": 158,
2678
+ "resist": 182,
2679
+ "focus": 182
2680
+ },
2681
+ "modifiedStats": {
2682
+ "speed": 187,
2683
+ "attack": 176,
2684
+ "defense": 182,
2685
+ "criticalRate": 38.6,
2686
+ "criticalDamage": 158,
2687
+ "resist": 182,
2688
+ "focus": 212
2689
+ }
2690
+ },
2691
+ {
2692
+ "id": 1,
2693
+ "name": "Immaterial",
2694
+ "health": 1096,
2695
+ "statuses": [
2696
+ "def_down",
2697
+ "foc_up",
2698
+ "foc_up"
2699
+ ],
2700
+ "originalStats": {
2701
+ "speed": 217,
2702
+ "attack": 200,
2703
+ "defense": 172,
2704
+ "criticalRate": 47.8,
2705
+ "criticalDamage": 185,
2706
+ "resist": 199,
2707
+ "focus": 233
2708
+ },
2709
+ "modifiedStats": {
2710
+ "speed": 217,
2711
+ "attack": 200,
2712
+ "defense": 144,
2713
+ "criticalRate": 47.8,
2714
+ "criticalDamage": 185,
2715
+ "resist": 199,
2716
+ "focus": 263
2717
+ }
2718
+ },
2719
+ {
2720
+ "id": 3,
2721
+ "name": "Gatekeeper",
2722
+ "health": 863,
2723
+ "statuses": [
2724
+ "def_down",
2725
+ "foc_up",
2726
+ "foc_up"
2727
+ ],
2728
+ "originalStats": {
2729
+ "speed": 194,
2730
+ "attack": 176,
2731
+ "defense": 156,
2732
+ "criticalRate": 38.5,
2733
+ "criticalDamage": 169,
2734
+ "resist": 153,
2735
+ "focus": 186
2736
+ },
2737
+ "modifiedStats": {
2738
+ "speed": 194,
2739
+ "attack": 176,
2740
+ "defense": 131,
2741
+ "criticalRate": 38.5,
2742
+ "criticalDamage": 169,
2743
+ "resist": 153,
2744
+ "focus": 216
2745
+ }
2746
+ },
2747
+ {
2748
+ "id": 5,
2749
+ "name": "Godly",
2750
+ "health": 862,
2751
+ "statuses": [
2752
+ "def_down",
2753
+ "foc_up",
2754
+ "foc_up",
2755
+ "spd_up"
2756
+ ],
2757
+ "originalStats": {
2758
+ "speed": 191,
2759
+ "attack": 210,
2760
+ "defense": 133,
2761
+ "criticalRate": 50.1,
2762
+ "criticalDamage": 168,
2763
+ "resist": 152,
2764
+ "focus": 152
2765
+ },
2766
+ "modifiedStats": {
2767
+ "speed": 214,
2768
+ "attack": 210,
2769
+ "defense": 112,
2770
+ "criticalRate": 50.1,
2771
+ "criticalDamage": 168,
2772
+ "resist": 152,
2773
+ "focus": 182
2774
+ }
2775
+ }
2776
+ ]
2777
+ }
2778
+ }