@icjhd/cj-script-compiler 2.0.0

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.
Files changed (37) hide show
  1. package/.cj-package.json +21 -0
  2. package/.cj-stubs/assets/EffectProgramWriter.js +17 -0
  3. package/.cj-stubs/assets/FormulaExpressionAdapter.js +15 -0
  4. package/.cj-stubs/assets/OperationSpecs.js +16 -0
  5. package/.cj-stubs/assets/RegistrySnapshot.js +18 -0
  6. package/.cj-stubs/index.js +16 -0
  7. package/.cj-stubs/recovery-manifest.json +47 -0
  8. package/README.md +62 -0
  9. package/assets/EffectProgramWriter.d.ts +53 -0
  10. package/assets/EffectProgramWriter.js +17 -0
  11. package/assets/FormulaExpressionAdapter.d.ts +43 -0
  12. package/assets/FormulaExpressionAdapter.js +15 -0
  13. package/assets/OperationSpecs.d.ts +7 -0
  14. package/assets/OperationSpecs.js +16 -0
  15. package/assets/RegistrySnapshot.d.ts +37 -0
  16. package/assets/RegistrySnapshot.js +18 -0
  17. package/assets/fixtures/minimal-bool-jump.golden.json +56 -0
  18. package/assets/fixtures/minimal-call-group.golden.json +27 -0
  19. package/assets/fixtures/minimal-call-op.golden.json +27 -0
  20. package/assets/fixtures/minimal-chance.golden.json +37 -0
  21. package/assets/fixtures/minimal-context-formula.golden.json +55 -0
  22. package/assets/fixtures/minimal-formula-chance.golden.json +47 -0
  23. package/assets/fixtures/minimal-function-formula.golden.json +58 -0
  24. package/assets/fixtures/minimal-rounding-formula.golden.json +55 -0
  25. package/assets/fixtures/minimal-selector.golden.json +61 -0
  26. package/assets/generated/operation-field-coverage.json +5 -0
  27. package/assets/generated/registry.snapshot.json +4466 -0
  28. package/cj-release-commit.json +10 -0
  29. package/encrypted-payload-v2/files/assets/EffectProgramWriter.js.bin +0 -0
  30. package/encrypted-payload-v2/files/assets/FormulaExpressionAdapter.js.bin +0 -0
  31. package/encrypted-payload-v2/files/assets/OperationSpecs.js.bin +0 -0
  32. package/encrypted-payload-v2/files/assets/RegistrySnapshot.js.bin +0 -0
  33. package/encrypted-payload-v2/files/index.js.bin +0 -0
  34. package/encrypted-payload-v2/manifest.json +98 -0
  35. package/index.d.ts +6 -0
  36. package/index.js +16 -0
  37. package/package.json +52 -0
@@ -0,0 +1,4466 @@
1
+ {
2
+ "format": "cj-script-registry",
3
+ "contractAbiVersion": 1,
4
+ "compilerAbiVersion": 1,
5
+ "operations": [
6
+ {
7
+ "id": 1,
8
+ "kind": "ability",
9
+ "name": "ApplyModifier",
10
+ "fields": [
11
+ {
12
+ "id": 1,
13
+ "name": "Target",
14
+ "valueKinds": [
15
+ "literal",
16
+ "formulaRef",
17
+ "expression",
18
+ "editorBinding"
19
+ ]
20
+ },
21
+ {
22
+ "id": 2,
23
+ "name": "ModifierName",
24
+ "valueKinds": [
25
+ "literal",
26
+ "formulaRef",
27
+ "expression",
28
+ "editorBinding"
29
+ ]
30
+ }
31
+ ]
32
+ },
33
+ {
34
+ "id": 2,
35
+ "kind": "ability",
36
+ "name": "RemoveModifier",
37
+ "fields": [
38
+ {
39
+ "id": 1,
40
+ "name": "Target",
41
+ "valueKinds": [
42
+ "literal",
43
+ "formulaRef",
44
+ "expression",
45
+ "editorBinding"
46
+ ]
47
+ },
48
+ {
49
+ "id": 2,
50
+ "name": "ModifierName",
51
+ "valueKinds": [
52
+ "literal",
53
+ "formulaRef",
54
+ "expression",
55
+ "editorBinding"
56
+ ]
57
+ }
58
+ ]
59
+ },
60
+ {
61
+ "id": 3,
62
+ "kind": "ability",
63
+ "name": "CreateThinker",
64
+ "fields": [
65
+ {
66
+ "id": 1,
67
+ "name": "Target",
68
+ "valueKinds": [
69
+ "literal",
70
+ "formulaRef",
71
+ "expression",
72
+ "editorBinding"
73
+ ]
74
+ },
75
+ {
76
+ "id": 2,
77
+ "name": "ModifierName",
78
+ "valueKinds": [
79
+ "literal",
80
+ "formulaRef",
81
+ "expression",
82
+ "editorBinding"
83
+ ]
84
+ },
85
+ {
86
+ "id": 3,
87
+ "name": "DestroyWhenNoModifiers",
88
+ "valueKinds": [
89
+ "literal",
90
+ "formulaRef",
91
+ "expression",
92
+ "editorBinding"
93
+ ]
94
+ }
95
+ ]
96
+ },
97
+ {
98
+ "id": 4,
99
+ "kind": "ability",
100
+ "name": "Damage",
101
+ "fields": [
102
+ {
103
+ "id": 1,
104
+ "name": "Target",
105
+ "valueKinds": [
106
+ "literal",
107
+ "formulaRef",
108
+ "expression",
109
+ "editorBinding"
110
+ ]
111
+ },
112
+ {
113
+ "id": 2,
114
+ "name": "DamageType",
115
+ "valueKinds": [
116
+ "literal",
117
+ "formulaRef",
118
+ "expression",
119
+ "editorBinding"
120
+ ]
121
+ },
122
+ {
123
+ "id": 3,
124
+ "name": "DamageMode",
125
+ "valueKinds": [
126
+ "literal",
127
+ "formulaRef",
128
+ "expression",
129
+ "editorBinding"
130
+ ]
131
+ },
132
+ {
133
+ "id": 4,
134
+ "name": "Damage",
135
+ "valueKinds": [
136
+ "literal",
137
+ "formulaRef",
138
+ "expression",
139
+ "editorBinding"
140
+ ]
141
+ },
142
+ {
143
+ "id": 5,
144
+ "name": "MinDamage",
145
+ "valueKinds": [
146
+ "literal",
147
+ "formulaRef",
148
+ "expression",
149
+ "editorBinding"
150
+ ]
151
+ },
152
+ {
153
+ "id": 6,
154
+ "name": "MaxDamage",
155
+ "valueKinds": [
156
+ "literal",
157
+ "formulaRef",
158
+ "expression",
159
+ "editorBinding"
160
+ ]
161
+ },
162
+ {
163
+ "id": 7,
164
+ "name": "CurrentHealthPercentBasedDamage",
165
+ "valueKinds": [
166
+ "literal",
167
+ "formulaRef",
168
+ "expression",
169
+ "editorBinding"
170
+ ]
171
+ },
172
+ {
173
+ "id": 8,
174
+ "name": "MaxHealthPercentBasedDamage",
175
+ "valueKinds": [
176
+ "literal",
177
+ "formulaRef",
178
+ "expression",
179
+ "editorBinding"
180
+ ]
181
+ }
182
+ ]
183
+ },
184
+ {
185
+ "id": 5,
186
+ "kind": "ability",
187
+ "name": "Heal",
188
+ "fields": [
189
+ {
190
+ "id": 1,
191
+ "name": "Target",
192
+ "valueKinds": [
193
+ "literal",
194
+ "formulaRef",
195
+ "expression",
196
+ "editorBinding"
197
+ ]
198
+ },
199
+ {
200
+ "id": 2,
201
+ "name": "HealAmount",
202
+ "valueKinds": [
203
+ "literal",
204
+ "formulaRef",
205
+ "expression",
206
+ "editorBinding"
207
+ ]
208
+ },
209
+ {
210
+ "id": 3,
211
+ "name": "MinHealAmount",
212
+ "valueKinds": [
213
+ "literal",
214
+ "formulaRef",
215
+ "expression",
216
+ "editorBinding"
217
+ ]
218
+ },
219
+ {
220
+ "id": 4,
221
+ "name": "MaxHealAmount",
222
+ "valueKinds": [
223
+ "literal",
224
+ "formulaRef",
225
+ "expression",
226
+ "editorBinding"
227
+ ]
228
+ },
229
+ {
230
+ "id": 5,
231
+ "name": "CurrentHealthPercentBasedHealAmount",
232
+ "valueKinds": [
233
+ "literal",
234
+ "formulaRef",
235
+ "expression",
236
+ "editorBinding"
237
+ ]
238
+ },
239
+ {
240
+ "id": 6,
241
+ "name": "MaxHealthPercentBasedHealAmount",
242
+ "valueKinds": [
243
+ "literal",
244
+ "formulaRef",
245
+ "expression",
246
+ "editorBinding"
247
+ ]
248
+ }
249
+ ]
250
+ },
251
+ {
252
+ "id": 6,
253
+ "kind": "ability",
254
+ "name": "FireSound",
255
+ "fields": [
256
+ {
257
+ "id": 1,
258
+ "name": "Target",
259
+ "valueKinds": [
260
+ "literal",
261
+ "formulaRef",
262
+ "expression",
263
+ "editorBinding"
264
+ ]
265
+ },
266
+ {
267
+ "id": 2,
268
+ "name": "EffectName",
269
+ "valueKinds": [
270
+ "literal",
271
+ "formulaRef",
272
+ "expression",
273
+ "editorBinding"
274
+ ]
275
+ }
276
+ ]
277
+ },
278
+ {
279
+ "id": 7,
280
+ "kind": "ability",
281
+ "name": "FireEffect",
282
+ "fields": [
283
+ {
284
+ "id": 1,
285
+ "name": "Target",
286
+ "valueKinds": [
287
+ "literal",
288
+ "formulaRef",
289
+ "expression",
290
+ "editorBinding"
291
+ ]
292
+ },
293
+ {
294
+ "id": 2,
295
+ "name": "EffectName",
296
+ "valueKinds": [
297
+ "literal",
298
+ "formulaRef",
299
+ "expression",
300
+ "editorBinding"
301
+ ]
302
+ },
303
+ {
304
+ "id": 3,
305
+ "name": "EffectAttachType",
306
+ "valueKinds": [
307
+ "literal",
308
+ "formulaRef",
309
+ "expression",
310
+ "editorBinding"
311
+ ]
312
+ },
313
+ {
314
+ "id": 4,
315
+ "name": "EffectLayer",
316
+ "valueKinds": [
317
+ "literal",
318
+ "formulaRef",
319
+ "expression",
320
+ "editorBinding"
321
+ ]
322
+ },
323
+ {
324
+ "id": 5,
325
+ "name": "Duration",
326
+ "valueKinds": [
327
+ "literal",
328
+ "formulaRef",
329
+ "expression",
330
+ "editorBinding"
331
+ ]
332
+ }
333
+ ]
334
+ },
335
+ {
336
+ "id": 8,
337
+ "kind": "ability",
338
+ "name": "AttachEffect",
339
+ "fields": [
340
+ {
341
+ "id": 1,
342
+ "name": "Target",
343
+ "valueKinds": [
344
+ "literal",
345
+ "formulaRef",
346
+ "expression",
347
+ "editorBinding"
348
+ ]
349
+ },
350
+ {
351
+ "id": 2,
352
+ "name": "EffectName",
353
+ "valueKinds": [
354
+ "literal",
355
+ "formulaRef",
356
+ "expression",
357
+ "editorBinding"
358
+ ]
359
+ },
360
+ {
361
+ "id": 3,
362
+ "name": "EffectAttachType",
363
+ "valueKinds": [
364
+ "literal",
365
+ "formulaRef",
366
+ "expression",
367
+ "editorBinding"
368
+ ]
369
+ },
370
+ {
371
+ "id": 4,
372
+ "name": "EffectLayer",
373
+ "valueKinds": [
374
+ "literal",
375
+ "formulaRef",
376
+ "expression",
377
+ "editorBinding"
378
+ ]
379
+ },
380
+ {
381
+ "id": 5,
382
+ "name": "Duration",
383
+ "valueKinds": [
384
+ "literal",
385
+ "formulaRef",
386
+ "expression",
387
+ "editorBinding"
388
+ ]
389
+ }
390
+ ]
391
+ },
392
+ {
393
+ "id": 9,
394
+ "kind": "ability",
395
+ "name": "RunScript",
396
+ "fields": [
397
+ {
398
+ "id": 1,
399
+ "name": "Target",
400
+ "valueKinds": [
401
+ "literal",
402
+ "formulaRef",
403
+ "expression",
404
+ "editorBinding"
405
+ ]
406
+ },
407
+ {
408
+ "id": 2,
409
+ "name": "ScriptFile",
410
+ "valueKinds": [
411
+ "literal",
412
+ "formulaRef",
413
+ "expression",
414
+ "editorBinding"
415
+ ]
416
+ },
417
+ {
418
+ "id": 3,
419
+ "name": "Function",
420
+ "valueKinds": [
421
+ "literal",
422
+ "formulaRef",
423
+ "expression",
424
+ "editorBinding"
425
+ ]
426
+ }
427
+ ]
428
+ },
429
+ {
430
+ "id": 10,
431
+ "kind": "ability",
432
+ "name": "Stun",
433
+ "fields": [
434
+ {
435
+ "id": 1,
436
+ "name": "Target",
437
+ "valueKinds": [
438
+ "literal",
439
+ "formulaRef",
440
+ "expression",
441
+ "editorBinding"
442
+ ]
443
+ },
444
+ {
445
+ "id": 2,
446
+ "name": "Duration",
447
+ "valueKinds": [
448
+ "literal",
449
+ "formulaRef",
450
+ "expression",
451
+ "editorBinding"
452
+ ]
453
+ }
454
+ ]
455
+ },
456
+ {
457
+ "id": 11,
458
+ "kind": "ability",
459
+ "name": "Random",
460
+ "fields": [
461
+ {
462
+ "id": 1,
463
+ "name": "Chance",
464
+ "valueKinds": [
465
+ "literal",
466
+ "formulaRef",
467
+ "expression",
468
+ "editorBinding"
469
+ ]
470
+ },
471
+ {
472
+ "id": 2,
473
+ "name": "PseudoRandom",
474
+ "valueKinds": [
475
+ "literal",
476
+ "formulaRef",
477
+ "expression",
478
+ "editorBinding"
479
+ ]
480
+ },
481
+ {
482
+ "id": 3,
483
+ "name": "OnSuccess",
484
+ "valueKinds": [
485
+ "literal",
486
+ "formulaRef",
487
+ "expression",
488
+ "editorBinding"
489
+ ]
490
+ },
491
+ {
492
+ "id": 4,
493
+ "name": "OnFailure",
494
+ "valueKinds": [
495
+ "literal",
496
+ "formulaRef",
497
+ "expression",
498
+ "editorBinding"
499
+ ]
500
+ }
501
+ ]
502
+ },
503
+ {
504
+ "id": 12,
505
+ "kind": "ability",
506
+ "name": "TrackingProjectile",
507
+ "fields": [
508
+ {
509
+ "id": 1,
510
+ "name": "EffectName",
511
+ "valueKinds": [
512
+ "literal",
513
+ "formulaRef",
514
+ "expression",
515
+ "editorBinding"
516
+ ]
517
+ },
518
+ {
519
+ "id": 2,
520
+ "name": "MoveSpeed",
521
+ "valueKinds": [
522
+ "literal",
523
+ "formulaRef",
524
+ "expression",
525
+ "editorBinding"
526
+ ]
527
+ },
528
+ {
529
+ "id": 3,
530
+ "name": "Radius",
531
+ "valueKinds": [
532
+ "literal",
533
+ "formulaRef",
534
+ "expression",
535
+ "editorBinding"
536
+ ]
537
+ },
538
+ {
539
+ "id": 4,
540
+ "name": "TargetTypes",
541
+ "valueKinds": [
542
+ "literal",
543
+ "formulaRef",
544
+ "expression",
545
+ "editorBinding"
546
+ ]
547
+ },
548
+ {
549
+ "id": 5,
550
+ "name": "TargetTeams",
551
+ "valueKinds": [
552
+ "literal",
553
+ "formulaRef",
554
+ "expression",
555
+ "editorBinding"
556
+ ]
557
+ },
558
+ {
559
+ "id": 6,
560
+ "name": "TargetFlags",
561
+ "valueKinds": [
562
+ "literal",
563
+ "formulaRef",
564
+ "expression",
565
+ "editorBinding"
566
+ ]
567
+ },
568
+ {
569
+ "id": 7,
570
+ "name": "Dodgeable",
571
+ "valueKinds": [
572
+ "literal",
573
+ "formulaRef",
574
+ "expression",
575
+ "editorBinding"
576
+ ]
577
+ },
578
+ {
579
+ "id": 8,
580
+ "name": "ProvidesVision",
581
+ "valueKinds": [
582
+ "literal",
583
+ "formulaRef",
584
+ "expression",
585
+ "editorBinding"
586
+ ]
587
+ },
588
+ {
589
+ "id": 9,
590
+ "name": "VisionRadius",
591
+ "valueKinds": [
592
+ "literal",
593
+ "formulaRef",
594
+ "expression",
595
+ "editorBinding"
596
+ ]
597
+ }
598
+ ]
599
+ },
600
+ {
601
+ "id": 13,
602
+ "kind": "ability",
603
+ "name": "LinearProjectile",
604
+ "fields": [
605
+ {
606
+ "id": 1,
607
+ "name": "EffectName",
608
+ "valueKinds": [
609
+ "literal",
610
+ "formulaRef",
611
+ "expression",
612
+ "editorBinding"
613
+ ]
614
+ },
615
+ {
616
+ "id": 2,
617
+ "name": "MoveSpeed",
618
+ "valueKinds": [
619
+ "literal",
620
+ "formulaRef",
621
+ "expression",
622
+ "editorBinding"
623
+ ]
624
+ },
625
+ {
626
+ "id": 3,
627
+ "name": "StartRadius",
628
+ "valueKinds": [
629
+ "literal",
630
+ "formulaRef",
631
+ "expression",
632
+ "editorBinding"
633
+ ]
634
+ },
635
+ {
636
+ "id": 4,
637
+ "name": "EndRadius",
638
+ "valueKinds": [
639
+ "literal",
640
+ "formulaRef",
641
+ "expression",
642
+ "editorBinding"
643
+ ]
644
+ },
645
+ {
646
+ "id": 5,
647
+ "name": "IsFixedDistance",
648
+ "valueKinds": [
649
+ "literal",
650
+ "formulaRef",
651
+ "expression",
652
+ "editorBinding"
653
+ ]
654
+ },
655
+ {
656
+ "id": 6,
657
+ "name": "FixedDistance",
658
+ "valueKinds": [
659
+ "literal",
660
+ "formulaRef",
661
+ "expression",
662
+ "editorBinding"
663
+ ]
664
+ },
665
+ {
666
+ "id": 7,
667
+ "name": "ExpireTime",
668
+ "valueKinds": [
669
+ "literal",
670
+ "formulaRef",
671
+ "expression",
672
+ "editorBinding"
673
+ ]
674
+ },
675
+ {
676
+ "id": 8,
677
+ "name": "StartPosition",
678
+ "valueKinds": [
679
+ "literal",
680
+ "formulaRef",
681
+ "expression",
682
+ "editorBinding"
683
+ ]
684
+ },
685
+ {
686
+ "id": 9,
687
+ "name": "AngleOffset",
688
+ "valueKinds": [
689
+ "literal",
690
+ "formulaRef",
691
+ "expression",
692
+ "editorBinding"
693
+ ]
694
+ },
695
+ {
696
+ "id": 10,
697
+ "name": "ParallelOffset",
698
+ "valueKinds": [
699
+ "literal",
700
+ "formulaRef",
701
+ "expression",
702
+ "editorBinding"
703
+ ]
704
+ },
705
+ {
706
+ "id": 11,
707
+ "name": "TargetTypes",
708
+ "valueKinds": [
709
+ "literal",
710
+ "formulaRef",
711
+ "expression",
712
+ "editorBinding"
713
+ ]
714
+ },
715
+ {
716
+ "id": 12,
717
+ "name": "TargetTeams",
718
+ "valueKinds": [
719
+ "literal",
720
+ "formulaRef",
721
+ "expression",
722
+ "editorBinding"
723
+ ]
724
+ },
725
+ {
726
+ "id": 13,
727
+ "name": "TargetFlags",
728
+ "valueKinds": [
729
+ "literal",
730
+ "formulaRef",
731
+ "expression",
732
+ "editorBinding"
733
+ ]
734
+ },
735
+ {
736
+ "id": 14,
737
+ "name": "ProvidesVision",
738
+ "valueKinds": [
739
+ "literal",
740
+ "formulaRef",
741
+ "expression",
742
+ "editorBinding"
743
+ ]
744
+ },
745
+ {
746
+ "id": 15,
747
+ "name": "VisionRadius",
748
+ "valueKinds": [
749
+ "literal",
750
+ "formulaRef",
751
+ "expression",
752
+ "editorBinding"
753
+ ]
754
+ },
755
+ {
756
+ "id": 16,
757
+ "name": "VisionExpireTime",
758
+ "valueKinds": [
759
+ "literal",
760
+ "formulaRef",
761
+ "expression",
762
+ "editorBinding"
763
+ ]
764
+ },
765
+ {
766
+ "id": 17,
767
+ "name": "DeleteByHitUnit",
768
+ "valueKinds": [
769
+ "literal",
770
+ "formulaRef",
771
+ "expression",
772
+ "editorBinding"
773
+ ]
774
+ },
775
+ {
776
+ "id": 18,
777
+ "name": "BounceByHitUnit",
778
+ "valueKinds": [
779
+ "literal",
780
+ "formulaRef",
781
+ "expression",
782
+ "editorBinding"
783
+ ]
784
+ },
785
+ {
786
+ "id": 19,
787
+ "name": "MaxBounceCount",
788
+ "valueKinds": [
789
+ "literal",
790
+ "formulaRef",
791
+ "expression",
792
+ "editorBinding"
793
+ ]
794
+ },
795
+ {
796
+ "id": 20,
797
+ "name": "MaxHitsTotal",
798
+ "valueKinds": [
799
+ "literal",
800
+ "formulaRef",
801
+ "expression",
802
+ "editorBinding"
803
+ ]
804
+ },
805
+ {
806
+ "id": 21,
807
+ "name": "SameTargetHitInterval",
808
+ "valueKinds": [
809
+ "literal",
810
+ "formulaRef",
811
+ "expression",
812
+ "editorBinding"
813
+ ]
814
+ }
815
+ ]
816
+ },
817
+ {
818
+ "id": 14,
819
+ "kind": "ability",
820
+ "name": "SupplyMana",
821
+ "fields": [
822
+ {
823
+ "id": 1,
824
+ "name": "Target",
825
+ "valueKinds": [
826
+ "literal",
827
+ "formulaRef",
828
+ "expression",
829
+ "editorBinding"
830
+ ]
831
+ },
832
+ {
833
+ "id": 2,
834
+ "name": "AdditionType",
835
+ "valueKinds": [
836
+ "literal",
837
+ "formulaRef",
838
+ "expression",
839
+ "editorBinding"
840
+ ]
841
+ },
842
+ {
843
+ "id": 3,
844
+ "name": "Value",
845
+ "valueKinds": [
846
+ "literal",
847
+ "formulaRef",
848
+ "expression",
849
+ "editorBinding"
850
+ ]
851
+ }
852
+ ]
853
+ },
854
+ {
855
+ "id": 15,
856
+ "kind": "ability",
857
+ "name": "SpendMana",
858
+ "fields": [
859
+ {
860
+ "id": 1,
861
+ "name": "Target",
862
+ "valueKinds": [
863
+ "literal",
864
+ "formulaRef",
865
+ "expression",
866
+ "editorBinding"
867
+ ]
868
+ },
869
+ {
870
+ "id": 2,
871
+ "name": "AdditionType",
872
+ "valueKinds": [
873
+ "literal",
874
+ "formulaRef",
875
+ "expression",
876
+ "editorBinding"
877
+ ]
878
+ },
879
+ {
880
+ "id": 3,
881
+ "name": "Value",
882
+ "valueKinds": [
883
+ "literal",
884
+ "formulaRef",
885
+ "expression",
886
+ "editorBinding"
887
+ ]
888
+ }
889
+ ]
890
+ },
891
+ {
892
+ "id": 16,
893
+ "kind": "ability",
894
+ "name": "SupplyEnergy",
895
+ "fields": [
896
+ {
897
+ "id": 1,
898
+ "name": "Target",
899
+ "valueKinds": [
900
+ "literal",
901
+ "formulaRef",
902
+ "expression",
903
+ "editorBinding"
904
+ ]
905
+ },
906
+ {
907
+ "id": 2,
908
+ "name": "AdditionType",
909
+ "valueKinds": [
910
+ "literal",
911
+ "formulaRef",
912
+ "expression",
913
+ "editorBinding"
914
+ ]
915
+ },
916
+ {
917
+ "id": 3,
918
+ "name": "Value",
919
+ "valueKinds": [
920
+ "literal",
921
+ "formulaRef",
922
+ "expression",
923
+ "editorBinding"
924
+ ]
925
+ }
926
+ ]
927
+ },
928
+ {
929
+ "id": 17,
930
+ "kind": "ability",
931
+ "name": "SpendEnergy",
932
+ "fields": [
933
+ {
934
+ "id": 1,
935
+ "name": "Target",
936
+ "valueKinds": [
937
+ "literal",
938
+ "formulaRef",
939
+ "expression",
940
+ "editorBinding"
941
+ ]
942
+ },
943
+ {
944
+ "id": 2,
945
+ "name": "AdditionType",
946
+ "valueKinds": [
947
+ "literal",
948
+ "formulaRef",
949
+ "expression",
950
+ "editorBinding"
951
+ ]
952
+ },
953
+ {
954
+ "id": 3,
955
+ "name": "Value",
956
+ "valueKinds": [
957
+ "literal",
958
+ "formulaRef",
959
+ "expression",
960
+ "editorBinding"
961
+ ]
962
+ }
963
+ ]
964
+ },
965
+ {
966
+ "id": 18,
967
+ "kind": "ability",
968
+ "name": "SupplyAnger",
969
+ "fields": [
970
+ {
971
+ "id": 1,
972
+ "name": "Target",
973
+ "valueKinds": [
974
+ "literal",
975
+ "formulaRef",
976
+ "expression",
977
+ "editorBinding"
978
+ ]
979
+ },
980
+ {
981
+ "id": 2,
982
+ "name": "AdditionType",
983
+ "valueKinds": [
984
+ "literal",
985
+ "formulaRef",
986
+ "expression",
987
+ "editorBinding"
988
+ ]
989
+ },
990
+ {
991
+ "id": 3,
992
+ "name": "Value",
993
+ "valueKinds": [
994
+ "literal",
995
+ "formulaRef",
996
+ "expression",
997
+ "editorBinding"
998
+ ]
999
+ }
1000
+ ]
1001
+ },
1002
+ {
1003
+ "id": 19,
1004
+ "kind": "ability",
1005
+ "name": "SpendAnger",
1006
+ "fields": [
1007
+ {
1008
+ "id": 1,
1009
+ "name": "Target",
1010
+ "valueKinds": [
1011
+ "literal",
1012
+ "formulaRef",
1013
+ "expression",
1014
+ "editorBinding"
1015
+ ]
1016
+ },
1017
+ {
1018
+ "id": 2,
1019
+ "name": "AdditionType",
1020
+ "valueKinds": [
1021
+ "literal",
1022
+ "formulaRef",
1023
+ "expression",
1024
+ "editorBinding"
1025
+ ]
1026
+ },
1027
+ {
1028
+ "id": 3,
1029
+ "name": "Value",
1030
+ "valueKinds": [
1031
+ "literal",
1032
+ "formulaRef",
1033
+ "expression",
1034
+ "editorBinding"
1035
+ ]
1036
+ }
1037
+ ]
1038
+ },
1039
+ {
1040
+ "id": 20,
1041
+ "kind": "ability",
1042
+ "name": "SpawnUnit",
1043
+ "fields": [
1044
+ {
1045
+ "id": 1,
1046
+ "name": "Target",
1047
+ "valueKinds": [
1048
+ "literal",
1049
+ "formulaRef",
1050
+ "expression",
1051
+ "editorBinding"
1052
+ ]
1053
+ },
1054
+ {
1055
+ "id": 2,
1056
+ "name": "UnitName",
1057
+ "valueKinds": [
1058
+ "literal",
1059
+ "formulaRef",
1060
+ "expression",
1061
+ "editorBinding"
1062
+ ]
1063
+ },
1064
+ {
1065
+ "id": 3,
1066
+ "name": "UnitCount",
1067
+ "valueKinds": [
1068
+ "literal",
1069
+ "formulaRef",
1070
+ "expression",
1071
+ "editorBinding"
1072
+ ]
1073
+ },
1074
+ {
1075
+ "id": 4,
1076
+ "name": "UnitLimit",
1077
+ "valueKinds": [
1078
+ "literal",
1079
+ "formulaRef",
1080
+ "expression",
1081
+ "editorBinding"
1082
+ ]
1083
+ },
1084
+ {
1085
+ "id": 5,
1086
+ "name": "SpawnArea",
1087
+ "valueKinds": [
1088
+ "literal",
1089
+ "formulaRef",
1090
+ "expression",
1091
+ "editorBinding"
1092
+ ]
1093
+ },
1094
+ {
1095
+ "id": 6,
1096
+ "name": "Duration",
1097
+ "valueKinds": [
1098
+ "literal",
1099
+ "formulaRef",
1100
+ "expression",
1101
+ "editorBinding"
1102
+ ]
1103
+ },
1104
+ {
1105
+ "id": 7,
1106
+ "name": "OnSpawn",
1107
+ "valueKinds": [
1108
+ "literal",
1109
+ "formulaRef",
1110
+ "expression",
1111
+ "editorBinding"
1112
+ ]
1113
+ }
1114
+ ]
1115
+ },
1116
+ {
1117
+ "id": 21,
1118
+ "kind": "ability",
1119
+ "name": "Knockback",
1120
+ "fields": [
1121
+ {
1122
+ "id": 1,
1123
+ "name": "Target",
1124
+ "valueKinds": [
1125
+ "literal",
1126
+ "formulaRef",
1127
+ "expression",
1128
+ "editorBinding"
1129
+ ]
1130
+ },
1131
+ {
1132
+ "id": 2,
1133
+ "name": "Center",
1134
+ "valueKinds": [
1135
+ "literal",
1136
+ "formulaRef",
1137
+ "expression",
1138
+ "editorBinding"
1139
+ ]
1140
+ },
1141
+ {
1142
+ "id": 3,
1143
+ "name": "Duration",
1144
+ "valueKinds": [
1145
+ "literal",
1146
+ "formulaRef",
1147
+ "expression",
1148
+ "editorBinding"
1149
+ ]
1150
+ },
1151
+ {
1152
+ "id": 4,
1153
+ "name": "IsFixedDistance",
1154
+ "valueKinds": [
1155
+ "literal",
1156
+ "formulaRef",
1157
+ "expression",
1158
+ "editorBinding"
1159
+ ]
1160
+ },
1161
+ {
1162
+ "id": 5,
1163
+ "name": "Distance",
1164
+ "valueKinds": [
1165
+ "literal",
1166
+ "formulaRef",
1167
+ "expression",
1168
+ "editorBinding"
1169
+ ]
1170
+ },
1171
+ {
1172
+ "id": 6,
1173
+ "name": "HeightZ",
1174
+ "valueKinds": [
1175
+ "literal",
1176
+ "formulaRef",
1177
+ "expression",
1178
+ "editorBinding"
1179
+ ]
1180
+ },
1181
+ {
1182
+ "id": 7,
1183
+ "name": "ShouldStun",
1184
+ "valueKinds": [
1185
+ "literal",
1186
+ "formulaRef",
1187
+ "expression",
1188
+ "editorBinding"
1189
+ ]
1190
+ }
1191
+ ]
1192
+ },
1193
+ {
1194
+ "id": 22,
1195
+ "kind": "ability",
1196
+ "name": "AddAbility",
1197
+ "fields": [
1198
+ {
1199
+ "id": 1,
1200
+ "name": "Target",
1201
+ "valueKinds": [
1202
+ "literal",
1203
+ "formulaRef",
1204
+ "expression",
1205
+ "editorBinding"
1206
+ ]
1207
+ },
1208
+ {
1209
+ "id": 2,
1210
+ "name": "AbilityName",
1211
+ "valueKinds": [
1212
+ "literal",
1213
+ "formulaRef",
1214
+ "expression",
1215
+ "editorBinding"
1216
+ ]
1217
+ }
1218
+ ]
1219
+ },
1220
+ {
1221
+ "id": 23,
1222
+ "kind": "ability",
1223
+ "name": "RemoveAbility",
1224
+ "fields": [
1225
+ {
1226
+ "id": 1,
1227
+ "name": "Target",
1228
+ "valueKinds": [
1229
+ "literal",
1230
+ "formulaRef",
1231
+ "expression",
1232
+ "editorBinding"
1233
+ ]
1234
+ },
1235
+ {
1236
+ "id": 2,
1237
+ "name": "AbilityName",
1238
+ "valueKinds": [
1239
+ "literal",
1240
+ "formulaRef",
1241
+ "expression",
1242
+ "editorBinding"
1243
+ ]
1244
+ }
1245
+ ]
1246
+ },
1247
+ {
1248
+ "id": 24,
1249
+ "kind": "ability",
1250
+ "name": "Blink",
1251
+ "fields": [
1252
+ {
1253
+ "id": 1,
1254
+ "name": "Target",
1255
+ "valueKinds": [
1256
+ "literal",
1257
+ "formulaRef",
1258
+ "expression",
1259
+ "editorBinding"
1260
+ ]
1261
+ }
1262
+ ]
1263
+ },
1264
+ {
1265
+ "id": 25,
1266
+ "kind": "ability",
1267
+ "name": "TriggerAbility",
1268
+ "fields": [
1269
+ {
1270
+ "id": 1,
1271
+ "name": "AbilityName",
1272
+ "valueKinds": [
1273
+ "literal",
1274
+ "formulaRef",
1275
+ "expression",
1276
+ "editorBinding"
1277
+ ]
1278
+ },
1279
+ {
1280
+ "id": 2,
1281
+ "name": "Target",
1282
+ "valueKinds": [
1283
+ "literal",
1284
+ "formulaRef",
1285
+ "expression",
1286
+ "editorBinding"
1287
+ ]
1288
+ },
1289
+ {
1290
+ "id": 3,
1291
+ "name": "CastPolicy",
1292
+ "valueKinds": [
1293
+ "literal",
1294
+ "formulaRef",
1295
+ "expression",
1296
+ "editorBinding"
1297
+ ]
1298
+ },
1299
+ {
1300
+ "id": 4,
1301
+ "name": "CooldownPolicy",
1302
+ "valueKinds": [
1303
+ "literal",
1304
+ "formulaRef",
1305
+ "expression",
1306
+ "editorBinding"
1307
+ ]
1308
+ },
1309
+ {
1310
+ "id": 5,
1311
+ "name": "ManaPolicy",
1312
+ "valueKinds": [
1313
+ "literal",
1314
+ "formulaRef",
1315
+ "expression",
1316
+ "editorBinding"
1317
+ ]
1318
+ },
1319
+ {
1320
+ "id": 6,
1321
+ "name": "RecursionGuard",
1322
+ "valueKinds": [
1323
+ "literal",
1324
+ "formulaRef",
1325
+ "expression",
1326
+ "editorBinding"
1327
+ ]
1328
+ }
1329
+ ]
1330
+ },
1331
+ {
1332
+ "id": 26,
1333
+ "kind": "ability",
1334
+ "name": "ResetAbilityCooldown",
1335
+ "fields": [
1336
+ {
1337
+ "id": 1,
1338
+ "name": "Target",
1339
+ "valueKinds": [
1340
+ "literal",
1341
+ "formulaRef",
1342
+ "expression",
1343
+ "editorBinding"
1344
+ ]
1345
+ },
1346
+ {
1347
+ "id": 2,
1348
+ "name": "AbilityName",
1349
+ "valueKinds": [
1350
+ "literal",
1351
+ "formulaRef",
1352
+ "expression",
1353
+ "editorBinding"
1354
+ ]
1355
+ },
1356
+ {
1357
+ "id": 3,
1358
+ "name": "CooldownPolicy",
1359
+ "valueKinds": [
1360
+ "literal",
1361
+ "formulaRef",
1362
+ "expression",
1363
+ "editorBinding"
1364
+ ]
1365
+ }
1366
+ ]
1367
+ },
1368
+ {
1369
+ "id": 27,
1370
+ "kind": "ability",
1371
+ "name": "TeleportToSpawn",
1372
+ "fields": [
1373
+ {
1374
+ "id": 1,
1375
+ "name": "Target",
1376
+ "valueKinds": [
1377
+ "literal",
1378
+ "formulaRef",
1379
+ "expression",
1380
+ "editorBinding"
1381
+ ]
1382
+ },
1383
+ {
1384
+ "id": 2,
1385
+ "name": "SpawnPointSource",
1386
+ "valueKinds": [
1387
+ "literal",
1388
+ "formulaRef",
1389
+ "expression",
1390
+ "editorBinding"
1391
+ ]
1392
+ }
1393
+ ]
1394
+ },
1395
+ {
1396
+ "id": 28,
1397
+ "kind": "ability",
1398
+ "name": "ReflectProjectile",
1399
+ "fields": [
1400
+ {
1401
+ "id": 1,
1402
+ "name": "Target",
1403
+ "valueKinds": [
1404
+ "literal",
1405
+ "formulaRef",
1406
+ "expression",
1407
+ "editorBinding"
1408
+ ]
1409
+ },
1410
+ {
1411
+ "id": 2,
1412
+ "name": "ProjectileSource",
1413
+ "valueKinds": [
1414
+ "literal",
1415
+ "formulaRef",
1416
+ "expression",
1417
+ "editorBinding"
1418
+ ]
1419
+ },
1420
+ {
1421
+ "id": 3,
1422
+ "name": "ReflectPolicy",
1423
+ "valueKinds": [
1424
+ "literal",
1425
+ "formulaRef",
1426
+ "expression",
1427
+ "editorBinding"
1428
+ ]
1429
+ }
1430
+ ]
1431
+ },
1432
+ {
1433
+ "id": 29,
1434
+ "kind": "ability",
1435
+ "name": "KillTarget",
1436
+ "fields": [
1437
+ {
1438
+ "id": 1,
1439
+ "name": "Target",
1440
+ "valueKinds": [
1441
+ "literal",
1442
+ "formulaRef",
1443
+ "expression",
1444
+ "editorBinding"
1445
+ ]
1446
+ },
1447
+ {
1448
+ "id": 2,
1449
+ "name": "IgnoreEliteBoss",
1450
+ "valueKinds": [
1451
+ "literal",
1452
+ "formulaRef",
1453
+ "expression",
1454
+ "editorBinding"
1455
+ ]
1456
+ },
1457
+ {
1458
+ "id": 3,
1459
+ "name": "Reason",
1460
+ "valueKinds": [
1461
+ "literal",
1462
+ "formulaRef",
1463
+ "expression",
1464
+ "editorBinding"
1465
+ ]
1466
+ }
1467
+ ]
1468
+ },
1469
+ {
1470
+ "id": 30,
1471
+ "kind": "ability",
1472
+ "name": "PlayAnimation",
1473
+ "fields": [
1474
+ {
1475
+ "id": 1,
1476
+ "name": "Target",
1477
+ "valueKinds": [
1478
+ "literal",
1479
+ "formulaRef",
1480
+ "expression",
1481
+ "editorBinding"
1482
+ ]
1483
+ },
1484
+ {
1485
+ "id": 2,
1486
+ "name": "Animation",
1487
+ "valueKinds": [
1488
+ "literal",
1489
+ "formulaRef",
1490
+ "expression",
1491
+ "editorBinding"
1492
+ ]
1493
+ },
1494
+ {
1495
+ "id": 3,
1496
+ "name": "IsLoop",
1497
+ "valueKinds": [
1498
+ "literal",
1499
+ "formulaRef",
1500
+ "expression",
1501
+ "editorBinding"
1502
+ ]
1503
+ },
1504
+ {
1505
+ "id": 4,
1506
+ "name": "Scale",
1507
+ "valueKinds": [
1508
+ "literal",
1509
+ "formulaRef",
1510
+ "expression",
1511
+ "editorBinding"
1512
+ ]
1513
+ },
1514
+ {
1515
+ "id": 5,
1516
+ "name": "IsFlippedX",
1517
+ "valueKinds": [
1518
+ "literal",
1519
+ "formulaRef",
1520
+ "expression",
1521
+ "editorBinding"
1522
+ ]
1523
+ },
1524
+ {
1525
+ "id": 6,
1526
+ "name": "IsFlippedY",
1527
+ "valueKinds": [
1528
+ "literal",
1529
+ "formulaRef",
1530
+ "expression",
1531
+ "editorBinding"
1532
+ ]
1533
+ }
1534
+ ]
1535
+ },
1536
+ {
1537
+ "id": 31,
1538
+ "kind": "ability",
1539
+ "name": "ActOnTargets",
1540
+ "fields": [
1541
+ {
1542
+ "id": 1,
1543
+ "name": "Target",
1544
+ "valueKinds": [
1545
+ "literal",
1546
+ "formulaRef",
1547
+ "expression",
1548
+ "editorBinding"
1549
+ ]
1550
+ },
1551
+ {
1552
+ "id": 2,
1553
+ "name": "Action",
1554
+ "valueKinds": [
1555
+ "literal",
1556
+ "formulaRef",
1557
+ "expression",
1558
+ "editorBinding"
1559
+ ]
1560
+ }
1561
+ ]
1562
+ },
1563
+ {
1564
+ "id": 32,
1565
+ "kind": "ability",
1566
+ "name": "DelayedAction",
1567
+ "fields": [
1568
+ {
1569
+ "id": 1,
1570
+ "name": "Delay",
1571
+ "valueKinds": [
1572
+ "literal",
1573
+ "formulaRef",
1574
+ "expression",
1575
+ "editorBinding"
1576
+ ]
1577
+ },
1578
+ {
1579
+ "id": 2,
1580
+ "name": "Action",
1581
+ "valueKinds": [
1582
+ "literal",
1583
+ "formulaRef",
1584
+ "expression",
1585
+ "editorBinding"
1586
+ ]
1587
+ }
1588
+ ]
1589
+ },
1590
+ {
1591
+ "id": 33,
1592
+ "kind": "ability",
1593
+ "name": "ChainLightning",
1594
+ "fields": [
1595
+ {
1596
+ "id": 1,
1597
+ "name": "Target",
1598
+ "valueKinds": [
1599
+ "literal",
1600
+ "formulaRef",
1601
+ "expression",
1602
+ "editorBinding"
1603
+ ]
1604
+ },
1605
+ {
1606
+ "id": 2,
1607
+ "name": "ChainCount",
1608
+ "valueKinds": [
1609
+ "literal",
1610
+ "formulaRef",
1611
+ "expression",
1612
+ "editorBinding"
1613
+ ]
1614
+ },
1615
+ {
1616
+ "id": 3,
1617
+ "name": "Radius",
1618
+ "valueKinds": [
1619
+ "literal",
1620
+ "formulaRef",
1621
+ "expression",
1622
+ "editorBinding"
1623
+ ]
1624
+ },
1625
+ {
1626
+ "id": 4,
1627
+ "name": "BounceIntervalSec",
1628
+ "valueKinds": [
1629
+ "literal",
1630
+ "formulaRef",
1631
+ "expression",
1632
+ "editorBinding"
1633
+ ]
1634
+ },
1635
+ {
1636
+ "id": 5,
1637
+ "name": "TargetTeams",
1638
+ "valueKinds": [
1639
+ "literal",
1640
+ "formulaRef",
1641
+ "expression",
1642
+ "editorBinding"
1643
+ ]
1644
+ },
1645
+ {
1646
+ "id": 6,
1647
+ "name": "TargetTypes",
1648
+ "valueKinds": [
1649
+ "literal",
1650
+ "formulaRef",
1651
+ "expression",
1652
+ "editorBinding"
1653
+ ]
1654
+ },
1655
+ {
1656
+ "id": 7,
1657
+ "name": "TargetFlags",
1658
+ "valueKinds": [
1659
+ "literal",
1660
+ "formulaRef",
1661
+ "expression",
1662
+ "editorBinding"
1663
+ ]
1664
+ },
1665
+ {
1666
+ "id": 8,
1667
+ "name": "Action",
1668
+ "valueKinds": [
1669
+ "literal",
1670
+ "formulaRef",
1671
+ "expression",
1672
+ "editorBinding"
1673
+ ]
1674
+ }
1675
+ ]
1676
+ },
1677
+ {
1678
+ "id": 34,
1679
+ "kind": "ability",
1680
+ "name": "ForkToTargets",
1681
+ "fields": [
1682
+ {
1683
+ "id": 1,
1684
+ "name": "Target",
1685
+ "valueKinds": [
1686
+ "literal",
1687
+ "formulaRef",
1688
+ "expression",
1689
+ "editorBinding"
1690
+ ]
1691
+ },
1692
+ {
1693
+ "id": 2,
1694
+ "name": "ForkCount",
1695
+ "valueKinds": [
1696
+ "literal",
1697
+ "formulaRef",
1698
+ "expression",
1699
+ "editorBinding"
1700
+ ]
1701
+ },
1702
+ {
1703
+ "id": 3,
1704
+ "name": "Radius",
1705
+ "valueKinds": [
1706
+ "literal",
1707
+ "formulaRef",
1708
+ "expression",
1709
+ "editorBinding"
1710
+ ]
1711
+ },
1712
+ {
1713
+ "id": 4,
1714
+ "name": "TargetTeams",
1715
+ "valueKinds": [
1716
+ "literal",
1717
+ "formulaRef",
1718
+ "expression",
1719
+ "editorBinding"
1720
+ ]
1721
+ },
1722
+ {
1723
+ "id": 5,
1724
+ "name": "TargetTypes",
1725
+ "valueKinds": [
1726
+ "literal",
1727
+ "formulaRef",
1728
+ "expression",
1729
+ "editorBinding"
1730
+ ]
1731
+ },
1732
+ {
1733
+ "id": 6,
1734
+ "name": "TargetFlags",
1735
+ "valueKinds": [
1736
+ "literal",
1737
+ "formulaRef",
1738
+ "expression",
1739
+ "editorBinding"
1740
+ ]
1741
+ },
1742
+ {
1743
+ "id": 7,
1744
+ "name": "DelaySec",
1745
+ "valueKinds": [
1746
+ "literal",
1747
+ "formulaRef",
1748
+ "expression",
1749
+ "editorBinding"
1750
+ ]
1751
+ }
1752
+ ]
1753
+ },
1754
+ {
1755
+ "id": 35,
1756
+ "kind": "ability",
1757
+ "name": "ApplyMotionController",
1758
+ "fields": [
1759
+ {
1760
+ "id": 1,
1761
+ "name": "Target",
1762
+ "valueKinds": [
1763
+ "literal",
1764
+ "formulaRef",
1765
+ "expression",
1766
+ "editorBinding"
1767
+ ]
1768
+ },
1769
+ {
1770
+ "id": 2,
1771
+ "name": "Duration",
1772
+ "valueKinds": [
1773
+ "literal",
1774
+ "formulaRef",
1775
+ "expression",
1776
+ "editorBinding"
1777
+ ]
1778
+ },
1779
+ {
1780
+ "id": 3,
1781
+ "name": "MotionPreset",
1782
+ "valueKinds": [
1783
+ "literal",
1784
+ "formulaRef",
1785
+ "expression",
1786
+ "editorBinding"
1787
+ ]
1788
+ },
1789
+ {
1790
+ "id": 4,
1791
+ "name": "MotionPriority",
1792
+ "valueKinds": [
1793
+ "literal",
1794
+ "formulaRef",
1795
+ "expression",
1796
+ "editorBinding"
1797
+ ]
1798
+ },
1799
+ {
1800
+ "id": 5,
1801
+ "name": "Axes",
1802
+ "valueKinds": [
1803
+ "literal",
1804
+ "formulaRef",
1805
+ "expression",
1806
+ "editorBinding"
1807
+ ]
1808
+ },
1809
+ {
1810
+ "id": 6,
1811
+ "name": "Ease",
1812
+ "valueKinds": [
1813
+ "literal",
1814
+ "formulaRef",
1815
+ "expression",
1816
+ "editorBinding"
1817
+ ]
1818
+ },
1819
+ {
1820
+ "id": 7,
1821
+ "name": "ScriptFile",
1822
+ "valueKinds": [
1823
+ "literal",
1824
+ "formulaRef",
1825
+ "expression",
1826
+ "editorBinding"
1827
+ ]
1828
+ },
1829
+ {
1830
+ "id": 8,
1831
+ "name": "HorizontalControlFunction",
1832
+ "valueKinds": [
1833
+ "literal",
1834
+ "formulaRef",
1835
+ "expression",
1836
+ "editorBinding"
1837
+ ]
1838
+ },
1839
+ {
1840
+ "id": 9,
1841
+ "name": "VerticalControlFunction",
1842
+ "valueKinds": [
1843
+ "literal",
1844
+ "formulaRef",
1845
+ "expression",
1846
+ "editorBinding"
1847
+ ]
1848
+ }
1849
+ ]
1850
+ },
1851
+ {
1852
+ "id": 36,
1853
+ "kind": "ability",
1854
+ "name": "GrantXPGold",
1855
+ "fields": [
1856
+ {
1857
+ "id": 1,
1858
+ "name": "Target",
1859
+ "valueKinds": [
1860
+ "literal",
1861
+ "formulaRef",
1862
+ "expression",
1863
+ "editorBinding"
1864
+ ]
1865
+ },
1866
+ {
1867
+ "id": 2,
1868
+ "name": "SplitEvenly",
1869
+ "valueKinds": [
1870
+ "literal",
1871
+ "formulaRef",
1872
+ "expression",
1873
+ "editorBinding"
1874
+ ]
1875
+ },
1876
+ {
1877
+ "id": 3,
1878
+ "name": "XPAmount",
1879
+ "valueKinds": [
1880
+ "literal",
1881
+ "formulaRef",
1882
+ "expression",
1883
+ "editorBinding"
1884
+ ]
1885
+ },
1886
+ {
1887
+ "id": 4,
1888
+ "name": "GoldAmount",
1889
+ "valueKinds": [
1890
+ "literal",
1891
+ "formulaRef",
1892
+ "expression",
1893
+ "editorBinding"
1894
+ ]
1895
+ },
1896
+ {
1897
+ "id": 5,
1898
+ "name": "ReliableGold",
1899
+ "valueKinds": [
1900
+ "literal",
1901
+ "formulaRef",
1902
+ "expression",
1903
+ "editorBinding"
1904
+ ]
1905
+ }
1906
+ ]
1907
+ },
1908
+ {
1909
+ "id": 37,
1910
+ "kind": "ability",
1911
+ "name": "Rotate",
1912
+ "fields": [
1913
+ {
1914
+ "id": 1,
1915
+ "name": "Target",
1916
+ "valueKinds": [
1917
+ "literal",
1918
+ "formulaRef",
1919
+ "expression",
1920
+ "editorBinding"
1921
+ ]
1922
+ },
1923
+ {
1924
+ "id": 2,
1925
+ "name": "PitchYawRoll",
1926
+ "valueKinds": [
1927
+ "literal",
1928
+ "formulaRef",
1929
+ "expression",
1930
+ "editorBinding"
1931
+ ]
1932
+ }
1933
+ ]
1934
+ },
1935
+ {
1936
+ "id": 38,
1937
+ "kind": "ability",
1938
+ "name": "Condition",
1939
+ "fields": [
1940
+ {
1941
+ "id": 1,
1942
+ "name": "Target",
1943
+ "valueKinds": [
1944
+ "literal",
1945
+ "formulaRef",
1946
+ "expression",
1947
+ "editorBinding"
1948
+ ]
1949
+ },
1950
+ {
1951
+ "id": 2,
1952
+ "name": "ConditionType",
1953
+ "valueKinds": [
1954
+ "literal",
1955
+ "formulaRef",
1956
+ "expression",
1957
+ "editorBinding"
1958
+ ]
1959
+ },
1960
+ {
1961
+ "id": 3,
1962
+ "name": "ConditionDataType",
1963
+ "valueKinds": [
1964
+ "literal",
1965
+ "formulaRef",
1966
+ "expression",
1967
+ "editorBinding"
1968
+ ]
1969
+ },
1970
+ {
1971
+ "id": 4,
1972
+ "name": "ConditionCompareType",
1973
+ "valueKinds": [
1974
+ "literal",
1975
+ "formulaRef",
1976
+ "expression",
1977
+ "editorBinding"
1978
+ ]
1979
+ },
1980
+ {
1981
+ "id": 5,
1982
+ "name": "Value",
1983
+ "valueKinds": [
1984
+ "literal",
1985
+ "formulaRef",
1986
+ "expression",
1987
+ "editorBinding"
1988
+ ]
1989
+ },
1990
+ {
1991
+ "id": 6,
1992
+ "name": "OnSuccess",
1993
+ "valueKinds": [
1994
+ "literal",
1995
+ "formulaRef",
1996
+ "expression",
1997
+ "editorBinding"
1998
+ ]
1999
+ },
2000
+ {
2001
+ "id": 7,
2002
+ "name": "OnFailure",
2003
+ "valueKinds": [
2004
+ "literal",
2005
+ "formulaRef",
2006
+ "expression",
2007
+ "editorBinding"
2008
+ ]
2009
+ }
2010
+ ]
2011
+ },
2012
+ {
2013
+ "id": 39,
2014
+ "kind": "ability",
2015
+ "name": "Purge",
2016
+ "fields": [
2017
+ {
2018
+ "id": 1,
2019
+ "name": "Target",
2020
+ "valueKinds": [
2021
+ "literal",
2022
+ "formulaRef",
2023
+ "expression",
2024
+ "editorBinding"
2025
+ ]
2026
+ },
2027
+ {
2028
+ "id": 2,
2029
+ "name": "IsRemovePositiveBuffs",
2030
+ "valueKinds": [
2031
+ "literal",
2032
+ "formulaRef",
2033
+ "expression",
2034
+ "editorBinding"
2035
+ ]
2036
+ },
2037
+ {
2038
+ "id": 3,
2039
+ "name": "IsRemoveDebuffs",
2040
+ "valueKinds": [
2041
+ "literal",
2042
+ "formulaRef",
2043
+ "expression",
2044
+ "editorBinding"
2045
+ ]
2046
+ },
2047
+ {
2048
+ "id": 4,
2049
+ "name": "IsFrameOnly",
2050
+ "valueKinds": [
2051
+ "literal",
2052
+ "formulaRef",
2053
+ "expression",
2054
+ "editorBinding"
2055
+ ]
2056
+ },
2057
+ {
2058
+ "id": 5,
2059
+ "name": "IsRemoveStuns",
2060
+ "valueKinds": [
2061
+ "literal",
2062
+ "formulaRef",
2063
+ "expression",
2064
+ "editorBinding"
2065
+ ]
2066
+ },
2067
+ {
2068
+ "id": 6,
2069
+ "name": "IsRemoveExceptions",
2070
+ "valueKinds": [
2071
+ "literal",
2072
+ "formulaRef",
2073
+ "expression",
2074
+ "editorBinding"
2075
+ ]
2076
+ }
2077
+ ]
2078
+ },
2079
+ {
2080
+ "id": 1,
2081
+ "kind": "item",
2082
+ "name": "SpendCharge",
2083
+ "fields": []
2084
+ },
2085
+ {
2086
+ "id": 2,
2087
+ "kind": "item",
2088
+ "name": "ApplyModifier",
2089
+ "fields": [
2090
+ {
2091
+ "id": 1,
2092
+ "name": "Target",
2093
+ "valueKinds": [
2094
+ "literal",
2095
+ "formulaRef",
2096
+ "expression",
2097
+ "editorBinding"
2098
+ ]
2099
+ },
2100
+ {
2101
+ "id": 2,
2102
+ "name": "ModifierName",
2103
+ "valueKinds": [
2104
+ "literal",
2105
+ "formulaRef",
2106
+ "expression",
2107
+ "editorBinding"
2108
+ ]
2109
+ }
2110
+ ]
2111
+ },
2112
+ {
2113
+ "id": 3,
2114
+ "kind": "item",
2115
+ "name": "RemoveModifier",
2116
+ "fields": [
2117
+ {
2118
+ "id": 1,
2119
+ "name": "Target",
2120
+ "valueKinds": [
2121
+ "literal",
2122
+ "formulaRef",
2123
+ "expression",
2124
+ "editorBinding"
2125
+ ]
2126
+ },
2127
+ {
2128
+ "id": 2,
2129
+ "name": "ModifierName",
2130
+ "valueKinds": [
2131
+ "literal",
2132
+ "formulaRef",
2133
+ "expression",
2134
+ "editorBinding"
2135
+ ]
2136
+ }
2137
+ ]
2138
+ },
2139
+ {
2140
+ "id": 4,
2141
+ "kind": "item",
2142
+ "name": "CreateThinker",
2143
+ "fields": [
2144
+ {
2145
+ "id": 1,
2146
+ "name": "Target",
2147
+ "valueKinds": [
2148
+ "literal",
2149
+ "formulaRef",
2150
+ "expression",
2151
+ "editorBinding"
2152
+ ]
2153
+ },
2154
+ {
2155
+ "id": 2,
2156
+ "name": "ModifierName",
2157
+ "valueKinds": [
2158
+ "literal",
2159
+ "formulaRef",
2160
+ "expression",
2161
+ "editorBinding"
2162
+ ]
2163
+ },
2164
+ {
2165
+ "id": 3,
2166
+ "name": "DestroyWhenNoModifiers",
2167
+ "valueKinds": [
2168
+ "literal",
2169
+ "formulaRef",
2170
+ "expression",
2171
+ "editorBinding"
2172
+ ]
2173
+ }
2174
+ ]
2175
+ },
2176
+ {
2177
+ "id": 5,
2178
+ "kind": "item",
2179
+ "name": "Damage",
2180
+ "fields": [
2181
+ {
2182
+ "id": 1,
2183
+ "name": "Target",
2184
+ "valueKinds": [
2185
+ "literal",
2186
+ "formulaRef",
2187
+ "expression",
2188
+ "editorBinding"
2189
+ ]
2190
+ },
2191
+ {
2192
+ "id": 2,
2193
+ "name": "DamageType",
2194
+ "valueKinds": [
2195
+ "literal",
2196
+ "formulaRef",
2197
+ "expression",
2198
+ "editorBinding"
2199
+ ]
2200
+ },
2201
+ {
2202
+ "id": 3,
2203
+ "name": "DamageMode",
2204
+ "valueKinds": [
2205
+ "literal",
2206
+ "formulaRef",
2207
+ "expression",
2208
+ "editorBinding"
2209
+ ]
2210
+ },
2211
+ {
2212
+ "id": 4,
2213
+ "name": "Damage",
2214
+ "valueKinds": [
2215
+ "literal",
2216
+ "formulaRef",
2217
+ "expression",
2218
+ "editorBinding"
2219
+ ]
2220
+ },
2221
+ {
2222
+ "id": 5,
2223
+ "name": "MinDamage",
2224
+ "valueKinds": [
2225
+ "literal",
2226
+ "formulaRef",
2227
+ "expression",
2228
+ "editorBinding"
2229
+ ]
2230
+ },
2231
+ {
2232
+ "id": 6,
2233
+ "name": "MaxDamage",
2234
+ "valueKinds": [
2235
+ "literal",
2236
+ "formulaRef",
2237
+ "expression",
2238
+ "editorBinding"
2239
+ ]
2240
+ },
2241
+ {
2242
+ "id": 7,
2243
+ "name": "CurrentHealthPercentBasedDamage",
2244
+ "valueKinds": [
2245
+ "literal",
2246
+ "formulaRef",
2247
+ "expression",
2248
+ "editorBinding"
2249
+ ]
2250
+ },
2251
+ {
2252
+ "id": 8,
2253
+ "name": "MaxHealthPercentBasedDamage",
2254
+ "valueKinds": [
2255
+ "literal",
2256
+ "formulaRef",
2257
+ "expression",
2258
+ "editorBinding"
2259
+ ]
2260
+ }
2261
+ ]
2262
+ },
2263
+ {
2264
+ "id": 6,
2265
+ "kind": "item",
2266
+ "name": "Heal",
2267
+ "fields": [
2268
+ {
2269
+ "id": 1,
2270
+ "name": "Target",
2271
+ "valueKinds": [
2272
+ "literal",
2273
+ "formulaRef",
2274
+ "expression",
2275
+ "editorBinding"
2276
+ ]
2277
+ },
2278
+ {
2279
+ "id": 2,
2280
+ "name": "HealAmount",
2281
+ "valueKinds": [
2282
+ "literal",
2283
+ "formulaRef",
2284
+ "expression",
2285
+ "editorBinding"
2286
+ ]
2287
+ },
2288
+ {
2289
+ "id": 3,
2290
+ "name": "MinHealAmount",
2291
+ "valueKinds": [
2292
+ "literal",
2293
+ "formulaRef",
2294
+ "expression",
2295
+ "editorBinding"
2296
+ ]
2297
+ },
2298
+ {
2299
+ "id": 4,
2300
+ "name": "MaxHealAmount",
2301
+ "valueKinds": [
2302
+ "literal",
2303
+ "formulaRef",
2304
+ "expression",
2305
+ "editorBinding"
2306
+ ]
2307
+ },
2308
+ {
2309
+ "id": 5,
2310
+ "name": "CurrentHealthPercentBasedHealAmount",
2311
+ "valueKinds": [
2312
+ "literal",
2313
+ "formulaRef",
2314
+ "expression",
2315
+ "editorBinding"
2316
+ ]
2317
+ },
2318
+ {
2319
+ "id": 6,
2320
+ "name": "MaxHealthPercentBasedHealAmount",
2321
+ "valueKinds": [
2322
+ "literal",
2323
+ "formulaRef",
2324
+ "expression",
2325
+ "editorBinding"
2326
+ ]
2327
+ }
2328
+ ]
2329
+ },
2330
+ {
2331
+ "id": 7,
2332
+ "kind": "item",
2333
+ "name": "FireSound",
2334
+ "fields": [
2335
+ {
2336
+ "id": 1,
2337
+ "name": "Target",
2338
+ "valueKinds": [
2339
+ "literal",
2340
+ "formulaRef",
2341
+ "expression",
2342
+ "editorBinding"
2343
+ ]
2344
+ },
2345
+ {
2346
+ "id": 2,
2347
+ "name": "EffectName",
2348
+ "valueKinds": [
2349
+ "literal",
2350
+ "formulaRef",
2351
+ "expression",
2352
+ "editorBinding"
2353
+ ]
2354
+ }
2355
+ ]
2356
+ },
2357
+ {
2358
+ "id": 8,
2359
+ "kind": "item",
2360
+ "name": "FireEffect",
2361
+ "fields": [
2362
+ {
2363
+ "id": 1,
2364
+ "name": "Target",
2365
+ "valueKinds": [
2366
+ "literal",
2367
+ "formulaRef",
2368
+ "expression",
2369
+ "editorBinding"
2370
+ ]
2371
+ },
2372
+ {
2373
+ "id": 2,
2374
+ "name": "EffectName",
2375
+ "valueKinds": [
2376
+ "literal",
2377
+ "formulaRef",
2378
+ "expression",
2379
+ "editorBinding"
2380
+ ]
2381
+ },
2382
+ {
2383
+ "id": 3,
2384
+ "name": "EffectAttachType",
2385
+ "valueKinds": [
2386
+ "literal",
2387
+ "formulaRef",
2388
+ "expression",
2389
+ "editorBinding"
2390
+ ]
2391
+ },
2392
+ {
2393
+ "id": 4,
2394
+ "name": "EffectLayer",
2395
+ "valueKinds": [
2396
+ "literal",
2397
+ "formulaRef",
2398
+ "expression",
2399
+ "editorBinding"
2400
+ ]
2401
+ },
2402
+ {
2403
+ "id": 5,
2404
+ "name": "Duration",
2405
+ "valueKinds": [
2406
+ "literal",
2407
+ "formulaRef",
2408
+ "expression",
2409
+ "editorBinding"
2410
+ ]
2411
+ }
2412
+ ]
2413
+ },
2414
+ {
2415
+ "id": 9,
2416
+ "kind": "item",
2417
+ "name": "AttachEffect",
2418
+ "fields": [
2419
+ {
2420
+ "id": 1,
2421
+ "name": "Target",
2422
+ "valueKinds": [
2423
+ "literal",
2424
+ "formulaRef",
2425
+ "expression",
2426
+ "editorBinding"
2427
+ ]
2428
+ },
2429
+ {
2430
+ "id": 2,
2431
+ "name": "EffectName",
2432
+ "valueKinds": [
2433
+ "literal",
2434
+ "formulaRef",
2435
+ "expression",
2436
+ "editorBinding"
2437
+ ]
2438
+ },
2439
+ {
2440
+ "id": 3,
2441
+ "name": "EffectAttachType",
2442
+ "valueKinds": [
2443
+ "literal",
2444
+ "formulaRef",
2445
+ "expression",
2446
+ "editorBinding"
2447
+ ]
2448
+ },
2449
+ {
2450
+ "id": 4,
2451
+ "name": "EffectLayer",
2452
+ "valueKinds": [
2453
+ "literal",
2454
+ "formulaRef",
2455
+ "expression",
2456
+ "editorBinding"
2457
+ ]
2458
+ },
2459
+ {
2460
+ "id": 5,
2461
+ "name": "Duration",
2462
+ "valueKinds": [
2463
+ "literal",
2464
+ "formulaRef",
2465
+ "expression",
2466
+ "editorBinding"
2467
+ ]
2468
+ }
2469
+ ]
2470
+ },
2471
+ {
2472
+ "id": 10,
2473
+ "kind": "item",
2474
+ "name": "RunScript",
2475
+ "fields": [
2476
+ {
2477
+ "id": 1,
2478
+ "name": "Target",
2479
+ "valueKinds": [
2480
+ "literal",
2481
+ "formulaRef",
2482
+ "expression",
2483
+ "editorBinding"
2484
+ ]
2485
+ },
2486
+ {
2487
+ "id": 2,
2488
+ "name": "ScriptFile",
2489
+ "valueKinds": [
2490
+ "literal",
2491
+ "formulaRef",
2492
+ "expression",
2493
+ "editorBinding"
2494
+ ]
2495
+ },
2496
+ {
2497
+ "id": 3,
2498
+ "name": "Function",
2499
+ "valueKinds": [
2500
+ "literal",
2501
+ "formulaRef",
2502
+ "expression",
2503
+ "editorBinding"
2504
+ ]
2505
+ }
2506
+ ]
2507
+ },
2508
+ {
2509
+ "id": 11,
2510
+ "kind": "item",
2511
+ "name": "Stun",
2512
+ "fields": [
2513
+ {
2514
+ "id": 1,
2515
+ "name": "Target",
2516
+ "valueKinds": [
2517
+ "literal",
2518
+ "formulaRef",
2519
+ "expression",
2520
+ "editorBinding"
2521
+ ]
2522
+ },
2523
+ {
2524
+ "id": 2,
2525
+ "name": "Duration",
2526
+ "valueKinds": [
2527
+ "literal",
2528
+ "formulaRef",
2529
+ "expression",
2530
+ "editorBinding"
2531
+ ]
2532
+ }
2533
+ ]
2534
+ },
2535
+ {
2536
+ "id": 12,
2537
+ "kind": "item",
2538
+ "name": "Random",
2539
+ "fields": [
2540
+ {
2541
+ "id": 1,
2542
+ "name": "Chance",
2543
+ "valueKinds": [
2544
+ "literal",
2545
+ "formulaRef",
2546
+ "expression",
2547
+ "editorBinding"
2548
+ ]
2549
+ },
2550
+ {
2551
+ "id": 2,
2552
+ "name": "PseudoRandom",
2553
+ "valueKinds": [
2554
+ "literal",
2555
+ "formulaRef",
2556
+ "expression",
2557
+ "editorBinding"
2558
+ ]
2559
+ },
2560
+ {
2561
+ "id": 3,
2562
+ "name": "OnSuccess",
2563
+ "valueKinds": [
2564
+ "literal",
2565
+ "formulaRef",
2566
+ "expression",
2567
+ "editorBinding"
2568
+ ]
2569
+ },
2570
+ {
2571
+ "id": 4,
2572
+ "name": "OnFailure",
2573
+ "valueKinds": [
2574
+ "literal",
2575
+ "formulaRef",
2576
+ "expression",
2577
+ "editorBinding"
2578
+ ]
2579
+ }
2580
+ ]
2581
+ },
2582
+ {
2583
+ "id": 13,
2584
+ "kind": "item",
2585
+ "name": "TrackingProjectile",
2586
+ "fields": [
2587
+ {
2588
+ "id": 1,
2589
+ "name": "EffectName",
2590
+ "valueKinds": [
2591
+ "literal",
2592
+ "formulaRef",
2593
+ "expression",
2594
+ "editorBinding"
2595
+ ]
2596
+ },
2597
+ {
2598
+ "id": 2,
2599
+ "name": "MoveSpeed",
2600
+ "valueKinds": [
2601
+ "literal",
2602
+ "formulaRef",
2603
+ "expression",
2604
+ "editorBinding"
2605
+ ]
2606
+ },
2607
+ {
2608
+ "id": 3,
2609
+ "name": "Radius",
2610
+ "valueKinds": [
2611
+ "literal",
2612
+ "formulaRef",
2613
+ "expression",
2614
+ "editorBinding"
2615
+ ]
2616
+ },
2617
+ {
2618
+ "id": 4,
2619
+ "name": "TargetTypes",
2620
+ "valueKinds": [
2621
+ "literal",
2622
+ "formulaRef",
2623
+ "expression",
2624
+ "editorBinding"
2625
+ ]
2626
+ },
2627
+ {
2628
+ "id": 5,
2629
+ "name": "TargetTeams",
2630
+ "valueKinds": [
2631
+ "literal",
2632
+ "formulaRef",
2633
+ "expression",
2634
+ "editorBinding"
2635
+ ]
2636
+ },
2637
+ {
2638
+ "id": 6,
2639
+ "name": "TargetFlags",
2640
+ "valueKinds": [
2641
+ "literal",
2642
+ "formulaRef",
2643
+ "expression",
2644
+ "editorBinding"
2645
+ ]
2646
+ },
2647
+ {
2648
+ "id": 7,
2649
+ "name": "Dodgeable",
2650
+ "valueKinds": [
2651
+ "literal",
2652
+ "formulaRef",
2653
+ "expression",
2654
+ "editorBinding"
2655
+ ]
2656
+ },
2657
+ {
2658
+ "id": 8,
2659
+ "name": "ProvidesVision",
2660
+ "valueKinds": [
2661
+ "literal",
2662
+ "formulaRef",
2663
+ "expression",
2664
+ "editorBinding"
2665
+ ]
2666
+ },
2667
+ {
2668
+ "id": 9,
2669
+ "name": "VisionRadius",
2670
+ "valueKinds": [
2671
+ "literal",
2672
+ "formulaRef",
2673
+ "expression",
2674
+ "editorBinding"
2675
+ ]
2676
+ }
2677
+ ]
2678
+ },
2679
+ {
2680
+ "id": 14,
2681
+ "kind": "item",
2682
+ "name": "LinearProjectile",
2683
+ "fields": [
2684
+ {
2685
+ "id": 1,
2686
+ "name": "EffectName",
2687
+ "valueKinds": [
2688
+ "literal",
2689
+ "formulaRef",
2690
+ "expression",
2691
+ "editorBinding"
2692
+ ]
2693
+ },
2694
+ {
2695
+ "id": 2,
2696
+ "name": "MoveSpeed",
2697
+ "valueKinds": [
2698
+ "literal",
2699
+ "formulaRef",
2700
+ "expression",
2701
+ "editorBinding"
2702
+ ]
2703
+ },
2704
+ {
2705
+ "id": 3,
2706
+ "name": "StartRadius",
2707
+ "valueKinds": [
2708
+ "literal",
2709
+ "formulaRef",
2710
+ "expression",
2711
+ "editorBinding"
2712
+ ]
2713
+ },
2714
+ {
2715
+ "id": 4,
2716
+ "name": "EndRadius",
2717
+ "valueKinds": [
2718
+ "literal",
2719
+ "formulaRef",
2720
+ "expression",
2721
+ "editorBinding"
2722
+ ]
2723
+ },
2724
+ {
2725
+ "id": 5,
2726
+ "name": "IsFixedDistance",
2727
+ "valueKinds": [
2728
+ "literal",
2729
+ "formulaRef",
2730
+ "expression",
2731
+ "editorBinding"
2732
+ ]
2733
+ },
2734
+ {
2735
+ "id": 6,
2736
+ "name": "FixedDistance",
2737
+ "valueKinds": [
2738
+ "literal",
2739
+ "formulaRef",
2740
+ "expression",
2741
+ "editorBinding"
2742
+ ]
2743
+ },
2744
+ {
2745
+ "id": 7,
2746
+ "name": "ExpireTime",
2747
+ "valueKinds": [
2748
+ "literal",
2749
+ "formulaRef",
2750
+ "expression",
2751
+ "editorBinding"
2752
+ ]
2753
+ },
2754
+ {
2755
+ "id": 8,
2756
+ "name": "StartPosition",
2757
+ "valueKinds": [
2758
+ "literal",
2759
+ "formulaRef",
2760
+ "expression",
2761
+ "editorBinding"
2762
+ ]
2763
+ },
2764
+ {
2765
+ "id": 9,
2766
+ "name": "AngleOffset",
2767
+ "valueKinds": [
2768
+ "literal",
2769
+ "formulaRef",
2770
+ "expression",
2771
+ "editorBinding"
2772
+ ]
2773
+ },
2774
+ {
2775
+ "id": 10,
2776
+ "name": "ParallelOffset",
2777
+ "valueKinds": [
2778
+ "literal",
2779
+ "formulaRef",
2780
+ "expression",
2781
+ "editorBinding"
2782
+ ]
2783
+ },
2784
+ {
2785
+ "id": 11,
2786
+ "name": "TargetTypes",
2787
+ "valueKinds": [
2788
+ "literal",
2789
+ "formulaRef",
2790
+ "expression",
2791
+ "editorBinding"
2792
+ ]
2793
+ },
2794
+ {
2795
+ "id": 12,
2796
+ "name": "TargetTeams",
2797
+ "valueKinds": [
2798
+ "literal",
2799
+ "formulaRef",
2800
+ "expression",
2801
+ "editorBinding"
2802
+ ]
2803
+ },
2804
+ {
2805
+ "id": 13,
2806
+ "name": "TargetFlags",
2807
+ "valueKinds": [
2808
+ "literal",
2809
+ "formulaRef",
2810
+ "expression",
2811
+ "editorBinding"
2812
+ ]
2813
+ },
2814
+ {
2815
+ "id": 14,
2816
+ "name": "ProvidesVision",
2817
+ "valueKinds": [
2818
+ "literal",
2819
+ "formulaRef",
2820
+ "expression",
2821
+ "editorBinding"
2822
+ ]
2823
+ },
2824
+ {
2825
+ "id": 15,
2826
+ "name": "VisionRadius",
2827
+ "valueKinds": [
2828
+ "literal",
2829
+ "formulaRef",
2830
+ "expression",
2831
+ "editorBinding"
2832
+ ]
2833
+ },
2834
+ {
2835
+ "id": 16,
2836
+ "name": "VisionExpireTime",
2837
+ "valueKinds": [
2838
+ "literal",
2839
+ "formulaRef",
2840
+ "expression",
2841
+ "editorBinding"
2842
+ ]
2843
+ },
2844
+ {
2845
+ "id": 17,
2846
+ "name": "DeleteByHitUnit",
2847
+ "valueKinds": [
2848
+ "literal",
2849
+ "formulaRef",
2850
+ "expression",
2851
+ "editorBinding"
2852
+ ]
2853
+ },
2854
+ {
2855
+ "id": 18,
2856
+ "name": "BounceByHitUnit",
2857
+ "valueKinds": [
2858
+ "literal",
2859
+ "formulaRef",
2860
+ "expression",
2861
+ "editorBinding"
2862
+ ]
2863
+ },
2864
+ {
2865
+ "id": 19,
2866
+ "name": "MaxBounceCount",
2867
+ "valueKinds": [
2868
+ "literal",
2869
+ "formulaRef",
2870
+ "expression",
2871
+ "editorBinding"
2872
+ ]
2873
+ },
2874
+ {
2875
+ "id": 20,
2876
+ "name": "MaxHitsTotal",
2877
+ "valueKinds": [
2878
+ "literal",
2879
+ "formulaRef",
2880
+ "expression",
2881
+ "editorBinding"
2882
+ ]
2883
+ },
2884
+ {
2885
+ "id": 21,
2886
+ "name": "SameTargetHitInterval",
2887
+ "valueKinds": [
2888
+ "literal",
2889
+ "formulaRef",
2890
+ "expression",
2891
+ "editorBinding"
2892
+ ]
2893
+ }
2894
+ ]
2895
+ },
2896
+ {
2897
+ "id": 15,
2898
+ "kind": "item",
2899
+ "name": "SupplyMana",
2900
+ "fields": [
2901
+ {
2902
+ "id": 1,
2903
+ "name": "Target",
2904
+ "valueKinds": [
2905
+ "literal",
2906
+ "formulaRef",
2907
+ "expression",
2908
+ "editorBinding"
2909
+ ]
2910
+ },
2911
+ {
2912
+ "id": 2,
2913
+ "name": "AdditionType",
2914
+ "valueKinds": [
2915
+ "literal",
2916
+ "formulaRef",
2917
+ "expression",
2918
+ "editorBinding"
2919
+ ]
2920
+ },
2921
+ {
2922
+ "id": 3,
2923
+ "name": "Value",
2924
+ "valueKinds": [
2925
+ "literal",
2926
+ "formulaRef",
2927
+ "expression",
2928
+ "editorBinding"
2929
+ ]
2930
+ }
2931
+ ]
2932
+ },
2933
+ {
2934
+ "id": 16,
2935
+ "kind": "item",
2936
+ "name": "SpendMana",
2937
+ "fields": [
2938
+ {
2939
+ "id": 1,
2940
+ "name": "Target",
2941
+ "valueKinds": [
2942
+ "literal",
2943
+ "formulaRef",
2944
+ "expression",
2945
+ "editorBinding"
2946
+ ]
2947
+ },
2948
+ {
2949
+ "id": 2,
2950
+ "name": "AdditionType",
2951
+ "valueKinds": [
2952
+ "literal",
2953
+ "formulaRef",
2954
+ "expression",
2955
+ "editorBinding"
2956
+ ]
2957
+ },
2958
+ {
2959
+ "id": 3,
2960
+ "name": "Value",
2961
+ "valueKinds": [
2962
+ "literal",
2963
+ "formulaRef",
2964
+ "expression",
2965
+ "editorBinding"
2966
+ ]
2967
+ }
2968
+ ]
2969
+ },
2970
+ {
2971
+ "id": 17,
2972
+ "kind": "item",
2973
+ "name": "SupplyEnergy",
2974
+ "fields": [
2975
+ {
2976
+ "id": 1,
2977
+ "name": "Target",
2978
+ "valueKinds": [
2979
+ "literal",
2980
+ "formulaRef",
2981
+ "expression",
2982
+ "editorBinding"
2983
+ ]
2984
+ },
2985
+ {
2986
+ "id": 2,
2987
+ "name": "AdditionType",
2988
+ "valueKinds": [
2989
+ "literal",
2990
+ "formulaRef",
2991
+ "expression",
2992
+ "editorBinding"
2993
+ ]
2994
+ },
2995
+ {
2996
+ "id": 3,
2997
+ "name": "Value",
2998
+ "valueKinds": [
2999
+ "literal",
3000
+ "formulaRef",
3001
+ "expression",
3002
+ "editorBinding"
3003
+ ]
3004
+ }
3005
+ ]
3006
+ },
3007
+ {
3008
+ "id": 18,
3009
+ "kind": "item",
3010
+ "name": "SpendEnergy",
3011
+ "fields": [
3012
+ {
3013
+ "id": 1,
3014
+ "name": "Target",
3015
+ "valueKinds": [
3016
+ "literal",
3017
+ "formulaRef",
3018
+ "expression",
3019
+ "editorBinding"
3020
+ ]
3021
+ },
3022
+ {
3023
+ "id": 2,
3024
+ "name": "AdditionType",
3025
+ "valueKinds": [
3026
+ "literal",
3027
+ "formulaRef",
3028
+ "expression",
3029
+ "editorBinding"
3030
+ ]
3031
+ },
3032
+ {
3033
+ "id": 3,
3034
+ "name": "Value",
3035
+ "valueKinds": [
3036
+ "literal",
3037
+ "formulaRef",
3038
+ "expression",
3039
+ "editorBinding"
3040
+ ]
3041
+ }
3042
+ ]
3043
+ },
3044
+ {
3045
+ "id": 19,
3046
+ "kind": "item",
3047
+ "name": "SupplyAnger",
3048
+ "fields": [
3049
+ {
3050
+ "id": 1,
3051
+ "name": "Target",
3052
+ "valueKinds": [
3053
+ "literal",
3054
+ "formulaRef",
3055
+ "expression",
3056
+ "editorBinding"
3057
+ ]
3058
+ },
3059
+ {
3060
+ "id": 2,
3061
+ "name": "AdditionType",
3062
+ "valueKinds": [
3063
+ "literal",
3064
+ "formulaRef",
3065
+ "expression",
3066
+ "editorBinding"
3067
+ ]
3068
+ },
3069
+ {
3070
+ "id": 3,
3071
+ "name": "Value",
3072
+ "valueKinds": [
3073
+ "literal",
3074
+ "formulaRef",
3075
+ "expression",
3076
+ "editorBinding"
3077
+ ]
3078
+ }
3079
+ ]
3080
+ },
3081
+ {
3082
+ "id": 20,
3083
+ "kind": "item",
3084
+ "name": "SpendAnger",
3085
+ "fields": [
3086
+ {
3087
+ "id": 1,
3088
+ "name": "Target",
3089
+ "valueKinds": [
3090
+ "literal",
3091
+ "formulaRef",
3092
+ "expression",
3093
+ "editorBinding"
3094
+ ]
3095
+ },
3096
+ {
3097
+ "id": 2,
3098
+ "name": "AdditionType",
3099
+ "valueKinds": [
3100
+ "literal",
3101
+ "formulaRef",
3102
+ "expression",
3103
+ "editorBinding"
3104
+ ]
3105
+ },
3106
+ {
3107
+ "id": 3,
3108
+ "name": "Value",
3109
+ "valueKinds": [
3110
+ "literal",
3111
+ "formulaRef",
3112
+ "expression",
3113
+ "editorBinding"
3114
+ ]
3115
+ }
3116
+ ]
3117
+ },
3118
+ {
3119
+ "id": 21,
3120
+ "kind": "item",
3121
+ "name": "SpawnUnit",
3122
+ "fields": [
3123
+ {
3124
+ "id": 1,
3125
+ "name": "Target",
3126
+ "valueKinds": [
3127
+ "literal",
3128
+ "formulaRef",
3129
+ "expression",
3130
+ "editorBinding"
3131
+ ]
3132
+ },
3133
+ {
3134
+ "id": 2,
3135
+ "name": "UnitName",
3136
+ "valueKinds": [
3137
+ "literal",
3138
+ "formulaRef",
3139
+ "expression",
3140
+ "editorBinding"
3141
+ ]
3142
+ },
3143
+ {
3144
+ "id": 3,
3145
+ "name": "UnitCount",
3146
+ "valueKinds": [
3147
+ "literal",
3148
+ "formulaRef",
3149
+ "expression",
3150
+ "editorBinding"
3151
+ ]
3152
+ },
3153
+ {
3154
+ "id": 4,
3155
+ "name": "UnitLimit",
3156
+ "valueKinds": [
3157
+ "literal",
3158
+ "formulaRef",
3159
+ "expression",
3160
+ "editorBinding"
3161
+ ]
3162
+ },
3163
+ {
3164
+ "id": 5,
3165
+ "name": "SpawnArea",
3166
+ "valueKinds": [
3167
+ "literal",
3168
+ "formulaRef",
3169
+ "expression",
3170
+ "editorBinding"
3171
+ ]
3172
+ },
3173
+ {
3174
+ "id": 6,
3175
+ "name": "Duration",
3176
+ "valueKinds": [
3177
+ "literal",
3178
+ "formulaRef",
3179
+ "expression",
3180
+ "editorBinding"
3181
+ ]
3182
+ },
3183
+ {
3184
+ "id": 7,
3185
+ "name": "OnSpawn",
3186
+ "valueKinds": [
3187
+ "literal",
3188
+ "formulaRef",
3189
+ "expression",
3190
+ "editorBinding"
3191
+ ]
3192
+ }
3193
+ ]
3194
+ },
3195
+ {
3196
+ "id": 22,
3197
+ "kind": "item",
3198
+ "name": "Knockback",
3199
+ "fields": [
3200
+ {
3201
+ "id": 1,
3202
+ "name": "Target",
3203
+ "valueKinds": [
3204
+ "literal",
3205
+ "formulaRef",
3206
+ "expression",
3207
+ "editorBinding"
3208
+ ]
3209
+ },
3210
+ {
3211
+ "id": 2,
3212
+ "name": "Center",
3213
+ "valueKinds": [
3214
+ "literal",
3215
+ "formulaRef",
3216
+ "expression",
3217
+ "editorBinding"
3218
+ ]
3219
+ },
3220
+ {
3221
+ "id": 3,
3222
+ "name": "Duration",
3223
+ "valueKinds": [
3224
+ "literal",
3225
+ "formulaRef",
3226
+ "expression",
3227
+ "editorBinding"
3228
+ ]
3229
+ },
3230
+ {
3231
+ "id": 4,
3232
+ "name": "IsFixedDistance",
3233
+ "valueKinds": [
3234
+ "literal",
3235
+ "formulaRef",
3236
+ "expression",
3237
+ "editorBinding"
3238
+ ]
3239
+ },
3240
+ {
3241
+ "id": 5,
3242
+ "name": "Distance",
3243
+ "valueKinds": [
3244
+ "literal",
3245
+ "formulaRef",
3246
+ "expression",
3247
+ "editorBinding"
3248
+ ]
3249
+ },
3250
+ {
3251
+ "id": 6,
3252
+ "name": "HeightZ",
3253
+ "valueKinds": [
3254
+ "literal",
3255
+ "formulaRef",
3256
+ "expression",
3257
+ "editorBinding"
3258
+ ]
3259
+ },
3260
+ {
3261
+ "id": 7,
3262
+ "name": "ShouldStun",
3263
+ "valueKinds": [
3264
+ "literal",
3265
+ "formulaRef",
3266
+ "expression",
3267
+ "editorBinding"
3268
+ ]
3269
+ }
3270
+ ]
3271
+ },
3272
+ {
3273
+ "id": 23,
3274
+ "kind": "item",
3275
+ "name": "AddAbility",
3276
+ "fields": [
3277
+ {
3278
+ "id": 1,
3279
+ "name": "Target",
3280
+ "valueKinds": [
3281
+ "literal",
3282
+ "formulaRef",
3283
+ "expression",
3284
+ "editorBinding"
3285
+ ]
3286
+ },
3287
+ {
3288
+ "id": 2,
3289
+ "name": "AbilityName",
3290
+ "valueKinds": [
3291
+ "literal",
3292
+ "formulaRef",
3293
+ "expression",
3294
+ "editorBinding"
3295
+ ]
3296
+ }
3297
+ ]
3298
+ },
3299
+ {
3300
+ "id": 24,
3301
+ "kind": "item",
3302
+ "name": "RemoveAbility",
3303
+ "fields": [
3304
+ {
3305
+ "id": 1,
3306
+ "name": "Target",
3307
+ "valueKinds": [
3308
+ "literal",
3309
+ "formulaRef",
3310
+ "expression",
3311
+ "editorBinding"
3312
+ ]
3313
+ },
3314
+ {
3315
+ "id": 2,
3316
+ "name": "AbilityName",
3317
+ "valueKinds": [
3318
+ "literal",
3319
+ "formulaRef",
3320
+ "expression",
3321
+ "editorBinding"
3322
+ ]
3323
+ }
3324
+ ]
3325
+ },
3326
+ {
3327
+ "id": 25,
3328
+ "kind": "item",
3329
+ "name": "Blink",
3330
+ "fields": [
3331
+ {
3332
+ "id": 1,
3333
+ "name": "Target",
3334
+ "valueKinds": [
3335
+ "literal",
3336
+ "formulaRef",
3337
+ "expression",
3338
+ "editorBinding"
3339
+ ]
3340
+ }
3341
+ ]
3342
+ },
3343
+ {
3344
+ "id": 26,
3345
+ "kind": "item",
3346
+ "name": "TriggerAbility",
3347
+ "fields": [
3348
+ {
3349
+ "id": 1,
3350
+ "name": "AbilityName",
3351
+ "valueKinds": [
3352
+ "literal",
3353
+ "formulaRef",
3354
+ "expression",
3355
+ "editorBinding"
3356
+ ]
3357
+ },
3358
+ {
3359
+ "id": 2,
3360
+ "name": "Target",
3361
+ "valueKinds": [
3362
+ "literal",
3363
+ "formulaRef",
3364
+ "expression",
3365
+ "editorBinding"
3366
+ ]
3367
+ },
3368
+ {
3369
+ "id": 3,
3370
+ "name": "CastPolicy",
3371
+ "valueKinds": [
3372
+ "literal",
3373
+ "formulaRef",
3374
+ "expression",
3375
+ "editorBinding"
3376
+ ]
3377
+ },
3378
+ {
3379
+ "id": 4,
3380
+ "name": "CooldownPolicy",
3381
+ "valueKinds": [
3382
+ "literal",
3383
+ "formulaRef",
3384
+ "expression",
3385
+ "editorBinding"
3386
+ ]
3387
+ },
3388
+ {
3389
+ "id": 5,
3390
+ "name": "ManaPolicy",
3391
+ "valueKinds": [
3392
+ "literal",
3393
+ "formulaRef",
3394
+ "expression",
3395
+ "editorBinding"
3396
+ ]
3397
+ },
3398
+ {
3399
+ "id": 6,
3400
+ "name": "RecursionGuard",
3401
+ "valueKinds": [
3402
+ "literal",
3403
+ "formulaRef",
3404
+ "expression",
3405
+ "editorBinding"
3406
+ ]
3407
+ }
3408
+ ]
3409
+ },
3410
+ {
3411
+ "id": 27,
3412
+ "kind": "item",
3413
+ "name": "ResetAbilityCooldown",
3414
+ "fields": [
3415
+ {
3416
+ "id": 1,
3417
+ "name": "Target",
3418
+ "valueKinds": [
3419
+ "literal",
3420
+ "formulaRef",
3421
+ "expression",
3422
+ "editorBinding"
3423
+ ]
3424
+ },
3425
+ {
3426
+ "id": 2,
3427
+ "name": "AbilityName",
3428
+ "valueKinds": [
3429
+ "literal",
3430
+ "formulaRef",
3431
+ "expression",
3432
+ "editorBinding"
3433
+ ]
3434
+ },
3435
+ {
3436
+ "id": 3,
3437
+ "name": "CooldownPolicy",
3438
+ "valueKinds": [
3439
+ "literal",
3440
+ "formulaRef",
3441
+ "expression",
3442
+ "editorBinding"
3443
+ ]
3444
+ }
3445
+ ]
3446
+ },
3447
+ {
3448
+ "id": 28,
3449
+ "kind": "item",
3450
+ "name": "TeleportToSpawn",
3451
+ "fields": [
3452
+ {
3453
+ "id": 1,
3454
+ "name": "Target",
3455
+ "valueKinds": [
3456
+ "literal",
3457
+ "formulaRef",
3458
+ "expression",
3459
+ "editorBinding"
3460
+ ]
3461
+ },
3462
+ {
3463
+ "id": 2,
3464
+ "name": "SpawnPointSource",
3465
+ "valueKinds": [
3466
+ "literal",
3467
+ "formulaRef",
3468
+ "expression",
3469
+ "editorBinding"
3470
+ ]
3471
+ }
3472
+ ]
3473
+ },
3474
+ {
3475
+ "id": 29,
3476
+ "kind": "item",
3477
+ "name": "ReflectProjectile",
3478
+ "fields": [
3479
+ {
3480
+ "id": 1,
3481
+ "name": "Target",
3482
+ "valueKinds": [
3483
+ "literal",
3484
+ "formulaRef",
3485
+ "expression",
3486
+ "editorBinding"
3487
+ ]
3488
+ },
3489
+ {
3490
+ "id": 2,
3491
+ "name": "ProjectileSource",
3492
+ "valueKinds": [
3493
+ "literal",
3494
+ "formulaRef",
3495
+ "expression",
3496
+ "editorBinding"
3497
+ ]
3498
+ },
3499
+ {
3500
+ "id": 3,
3501
+ "name": "ReflectPolicy",
3502
+ "valueKinds": [
3503
+ "literal",
3504
+ "formulaRef",
3505
+ "expression",
3506
+ "editorBinding"
3507
+ ]
3508
+ }
3509
+ ]
3510
+ },
3511
+ {
3512
+ "id": 30,
3513
+ "kind": "item",
3514
+ "name": "KillTarget",
3515
+ "fields": [
3516
+ {
3517
+ "id": 1,
3518
+ "name": "Target",
3519
+ "valueKinds": [
3520
+ "literal",
3521
+ "formulaRef",
3522
+ "expression",
3523
+ "editorBinding"
3524
+ ]
3525
+ },
3526
+ {
3527
+ "id": 2,
3528
+ "name": "IgnoreEliteBoss",
3529
+ "valueKinds": [
3530
+ "literal",
3531
+ "formulaRef",
3532
+ "expression",
3533
+ "editorBinding"
3534
+ ]
3535
+ },
3536
+ {
3537
+ "id": 3,
3538
+ "name": "Reason",
3539
+ "valueKinds": [
3540
+ "literal",
3541
+ "formulaRef",
3542
+ "expression",
3543
+ "editorBinding"
3544
+ ]
3545
+ }
3546
+ ]
3547
+ },
3548
+ {
3549
+ "id": 31,
3550
+ "kind": "item",
3551
+ "name": "PlayAnimation",
3552
+ "fields": [
3553
+ {
3554
+ "id": 1,
3555
+ "name": "Target",
3556
+ "valueKinds": [
3557
+ "literal",
3558
+ "formulaRef",
3559
+ "expression",
3560
+ "editorBinding"
3561
+ ]
3562
+ },
3563
+ {
3564
+ "id": 2,
3565
+ "name": "Animation",
3566
+ "valueKinds": [
3567
+ "literal",
3568
+ "formulaRef",
3569
+ "expression",
3570
+ "editorBinding"
3571
+ ]
3572
+ },
3573
+ {
3574
+ "id": 3,
3575
+ "name": "IsLoop",
3576
+ "valueKinds": [
3577
+ "literal",
3578
+ "formulaRef",
3579
+ "expression",
3580
+ "editorBinding"
3581
+ ]
3582
+ },
3583
+ {
3584
+ "id": 4,
3585
+ "name": "Scale",
3586
+ "valueKinds": [
3587
+ "literal",
3588
+ "formulaRef",
3589
+ "expression",
3590
+ "editorBinding"
3591
+ ]
3592
+ },
3593
+ {
3594
+ "id": 5,
3595
+ "name": "IsFlippedX",
3596
+ "valueKinds": [
3597
+ "literal",
3598
+ "formulaRef",
3599
+ "expression",
3600
+ "editorBinding"
3601
+ ]
3602
+ },
3603
+ {
3604
+ "id": 6,
3605
+ "name": "IsFlippedY",
3606
+ "valueKinds": [
3607
+ "literal",
3608
+ "formulaRef",
3609
+ "expression",
3610
+ "editorBinding"
3611
+ ]
3612
+ }
3613
+ ]
3614
+ },
3615
+ {
3616
+ "id": 32,
3617
+ "kind": "item",
3618
+ "name": "ActOnTargets",
3619
+ "fields": [
3620
+ {
3621
+ "id": 1,
3622
+ "name": "Target",
3623
+ "valueKinds": [
3624
+ "literal",
3625
+ "formulaRef",
3626
+ "expression",
3627
+ "editorBinding"
3628
+ ]
3629
+ },
3630
+ {
3631
+ "id": 2,
3632
+ "name": "Action",
3633
+ "valueKinds": [
3634
+ "literal",
3635
+ "formulaRef",
3636
+ "expression",
3637
+ "editorBinding"
3638
+ ]
3639
+ }
3640
+ ]
3641
+ },
3642
+ {
3643
+ "id": 33,
3644
+ "kind": "item",
3645
+ "name": "DelayedAction",
3646
+ "fields": [
3647
+ {
3648
+ "id": 1,
3649
+ "name": "Delay",
3650
+ "valueKinds": [
3651
+ "literal",
3652
+ "formulaRef",
3653
+ "expression",
3654
+ "editorBinding"
3655
+ ]
3656
+ },
3657
+ {
3658
+ "id": 2,
3659
+ "name": "Action",
3660
+ "valueKinds": [
3661
+ "literal",
3662
+ "formulaRef",
3663
+ "expression",
3664
+ "editorBinding"
3665
+ ]
3666
+ }
3667
+ ]
3668
+ },
3669
+ {
3670
+ "id": 34,
3671
+ "kind": "item",
3672
+ "name": "ChainLightning",
3673
+ "fields": [
3674
+ {
3675
+ "id": 1,
3676
+ "name": "Target",
3677
+ "valueKinds": [
3678
+ "literal",
3679
+ "formulaRef",
3680
+ "expression",
3681
+ "editorBinding"
3682
+ ]
3683
+ },
3684
+ {
3685
+ "id": 2,
3686
+ "name": "ChainCount",
3687
+ "valueKinds": [
3688
+ "literal",
3689
+ "formulaRef",
3690
+ "expression",
3691
+ "editorBinding"
3692
+ ]
3693
+ },
3694
+ {
3695
+ "id": 3,
3696
+ "name": "Radius",
3697
+ "valueKinds": [
3698
+ "literal",
3699
+ "formulaRef",
3700
+ "expression",
3701
+ "editorBinding"
3702
+ ]
3703
+ },
3704
+ {
3705
+ "id": 4,
3706
+ "name": "BounceIntervalSec",
3707
+ "valueKinds": [
3708
+ "literal",
3709
+ "formulaRef",
3710
+ "expression",
3711
+ "editorBinding"
3712
+ ]
3713
+ },
3714
+ {
3715
+ "id": 5,
3716
+ "name": "TargetTeams",
3717
+ "valueKinds": [
3718
+ "literal",
3719
+ "formulaRef",
3720
+ "expression",
3721
+ "editorBinding"
3722
+ ]
3723
+ },
3724
+ {
3725
+ "id": 6,
3726
+ "name": "TargetTypes",
3727
+ "valueKinds": [
3728
+ "literal",
3729
+ "formulaRef",
3730
+ "expression",
3731
+ "editorBinding"
3732
+ ]
3733
+ },
3734
+ {
3735
+ "id": 7,
3736
+ "name": "TargetFlags",
3737
+ "valueKinds": [
3738
+ "literal",
3739
+ "formulaRef",
3740
+ "expression",
3741
+ "editorBinding"
3742
+ ]
3743
+ },
3744
+ {
3745
+ "id": 8,
3746
+ "name": "Action",
3747
+ "valueKinds": [
3748
+ "literal",
3749
+ "formulaRef",
3750
+ "expression",
3751
+ "editorBinding"
3752
+ ]
3753
+ }
3754
+ ]
3755
+ },
3756
+ {
3757
+ "id": 35,
3758
+ "kind": "item",
3759
+ "name": "ForkToTargets",
3760
+ "fields": [
3761
+ {
3762
+ "id": 1,
3763
+ "name": "Target",
3764
+ "valueKinds": [
3765
+ "literal",
3766
+ "formulaRef",
3767
+ "expression",
3768
+ "editorBinding"
3769
+ ]
3770
+ },
3771
+ {
3772
+ "id": 2,
3773
+ "name": "ForkCount",
3774
+ "valueKinds": [
3775
+ "literal",
3776
+ "formulaRef",
3777
+ "expression",
3778
+ "editorBinding"
3779
+ ]
3780
+ },
3781
+ {
3782
+ "id": 3,
3783
+ "name": "Radius",
3784
+ "valueKinds": [
3785
+ "literal",
3786
+ "formulaRef",
3787
+ "expression",
3788
+ "editorBinding"
3789
+ ]
3790
+ },
3791
+ {
3792
+ "id": 4,
3793
+ "name": "TargetTeams",
3794
+ "valueKinds": [
3795
+ "literal",
3796
+ "formulaRef",
3797
+ "expression",
3798
+ "editorBinding"
3799
+ ]
3800
+ },
3801
+ {
3802
+ "id": 5,
3803
+ "name": "TargetTypes",
3804
+ "valueKinds": [
3805
+ "literal",
3806
+ "formulaRef",
3807
+ "expression",
3808
+ "editorBinding"
3809
+ ]
3810
+ },
3811
+ {
3812
+ "id": 6,
3813
+ "name": "TargetFlags",
3814
+ "valueKinds": [
3815
+ "literal",
3816
+ "formulaRef",
3817
+ "expression",
3818
+ "editorBinding"
3819
+ ]
3820
+ },
3821
+ {
3822
+ "id": 7,
3823
+ "name": "DelaySec",
3824
+ "valueKinds": [
3825
+ "literal",
3826
+ "formulaRef",
3827
+ "expression",
3828
+ "editorBinding"
3829
+ ]
3830
+ }
3831
+ ]
3832
+ },
3833
+ {
3834
+ "id": 36,
3835
+ "kind": "item",
3836
+ "name": "ApplyMotionController",
3837
+ "fields": [
3838
+ {
3839
+ "id": 1,
3840
+ "name": "Target",
3841
+ "valueKinds": [
3842
+ "literal",
3843
+ "formulaRef",
3844
+ "expression",
3845
+ "editorBinding"
3846
+ ]
3847
+ },
3848
+ {
3849
+ "id": 2,
3850
+ "name": "Duration",
3851
+ "valueKinds": [
3852
+ "literal",
3853
+ "formulaRef",
3854
+ "expression",
3855
+ "editorBinding"
3856
+ ]
3857
+ },
3858
+ {
3859
+ "id": 3,
3860
+ "name": "MotionPreset",
3861
+ "valueKinds": [
3862
+ "literal",
3863
+ "formulaRef",
3864
+ "expression",
3865
+ "editorBinding"
3866
+ ]
3867
+ },
3868
+ {
3869
+ "id": 4,
3870
+ "name": "MotionPriority",
3871
+ "valueKinds": [
3872
+ "literal",
3873
+ "formulaRef",
3874
+ "expression",
3875
+ "editorBinding"
3876
+ ]
3877
+ },
3878
+ {
3879
+ "id": 5,
3880
+ "name": "Axes",
3881
+ "valueKinds": [
3882
+ "literal",
3883
+ "formulaRef",
3884
+ "expression",
3885
+ "editorBinding"
3886
+ ]
3887
+ },
3888
+ {
3889
+ "id": 6,
3890
+ "name": "Ease",
3891
+ "valueKinds": [
3892
+ "literal",
3893
+ "formulaRef",
3894
+ "expression",
3895
+ "editorBinding"
3896
+ ]
3897
+ },
3898
+ {
3899
+ "id": 7,
3900
+ "name": "ScriptFile",
3901
+ "valueKinds": [
3902
+ "literal",
3903
+ "formulaRef",
3904
+ "expression",
3905
+ "editorBinding"
3906
+ ]
3907
+ },
3908
+ {
3909
+ "id": 8,
3910
+ "name": "HorizontalControlFunction",
3911
+ "valueKinds": [
3912
+ "literal",
3913
+ "formulaRef",
3914
+ "expression",
3915
+ "editorBinding"
3916
+ ]
3917
+ },
3918
+ {
3919
+ "id": 9,
3920
+ "name": "VerticalControlFunction",
3921
+ "valueKinds": [
3922
+ "literal",
3923
+ "formulaRef",
3924
+ "expression",
3925
+ "editorBinding"
3926
+ ]
3927
+ }
3928
+ ]
3929
+ },
3930
+ {
3931
+ "id": 37,
3932
+ "kind": "item",
3933
+ "name": "GrantXPGold",
3934
+ "fields": [
3935
+ {
3936
+ "id": 1,
3937
+ "name": "Target",
3938
+ "valueKinds": [
3939
+ "literal",
3940
+ "formulaRef",
3941
+ "expression",
3942
+ "editorBinding"
3943
+ ]
3944
+ },
3945
+ {
3946
+ "id": 2,
3947
+ "name": "SplitEvenly",
3948
+ "valueKinds": [
3949
+ "literal",
3950
+ "formulaRef",
3951
+ "expression",
3952
+ "editorBinding"
3953
+ ]
3954
+ },
3955
+ {
3956
+ "id": 3,
3957
+ "name": "XPAmount",
3958
+ "valueKinds": [
3959
+ "literal",
3960
+ "formulaRef",
3961
+ "expression",
3962
+ "editorBinding"
3963
+ ]
3964
+ },
3965
+ {
3966
+ "id": 4,
3967
+ "name": "GoldAmount",
3968
+ "valueKinds": [
3969
+ "literal",
3970
+ "formulaRef",
3971
+ "expression",
3972
+ "editorBinding"
3973
+ ]
3974
+ },
3975
+ {
3976
+ "id": 5,
3977
+ "name": "ReliableGold",
3978
+ "valueKinds": [
3979
+ "literal",
3980
+ "formulaRef",
3981
+ "expression",
3982
+ "editorBinding"
3983
+ ]
3984
+ }
3985
+ ]
3986
+ },
3987
+ {
3988
+ "id": 38,
3989
+ "kind": "item",
3990
+ "name": "Rotate",
3991
+ "fields": [
3992
+ {
3993
+ "id": 1,
3994
+ "name": "Target",
3995
+ "valueKinds": [
3996
+ "literal",
3997
+ "formulaRef",
3998
+ "expression",
3999
+ "editorBinding"
4000
+ ]
4001
+ },
4002
+ {
4003
+ "id": 2,
4004
+ "name": "PitchYawRoll",
4005
+ "valueKinds": [
4006
+ "literal",
4007
+ "formulaRef",
4008
+ "expression",
4009
+ "editorBinding"
4010
+ ]
4011
+ }
4012
+ ]
4013
+ },
4014
+ {
4015
+ "id": 39,
4016
+ "kind": "item",
4017
+ "name": "Condition",
4018
+ "fields": [
4019
+ {
4020
+ "id": 1,
4021
+ "name": "Target",
4022
+ "valueKinds": [
4023
+ "literal",
4024
+ "formulaRef",
4025
+ "expression",
4026
+ "editorBinding"
4027
+ ]
4028
+ },
4029
+ {
4030
+ "id": 2,
4031
+ "name": "ConditionType",
4032
+ "valueKinds": [
4033
+ "literal",
4034
+ "formulaRef",
4035
+ "expression",
4036
+ "editorBinding"
4037
+ ]
4038
+ },
4039
+ {
4040
+ "id": 3,
4041
+ "name": "ConditionDataType",
4042
+ "valueKinds": [
4043
+ "literal",
4044
+ "formulaRef",
4045
+ "expression",
4046
+ "editorBinding"
4047
+ ]
4048
+ },
4049
+ {
4050
+ "id": 4,
4051
+ "name": "ConditionCompareType",
4052
+ "valueKinds": [
4053
+ "literal",
4054
+ "formulaRef",
4055
+ "expression",
4056
+ "editorBinding"
4057
+ ]
4058
+ },
4059
+ {
4060
+ "id": 5,
4061
+ "name": "Value",
4062
+ "valueKinds": [
4063
+ "literal",
4064
+ "formulaRef",
4065
+ "expression",
4066
+ "editorBinding"
4067
+ ]
4068
+ },
4069
+ {
4070
+ "id": 6,
4071
+ "name": "OnSuccess",
4072
+ "valueKinds": [
4073
+ "literal",
4074
+ "formulaRef",
4075
+ "expression",
4076
+ "editorBinding"
4077
+ ]
4078
+ },
4079
+ {
4080
+ "id": 7,
4081
+ "name": "OnFailure",
4082
+ "valueKinds": [
4083
+ "literal",
4084
+ "formulaRef",
4085
+ "expression",
4086
+ "editorBinding"
4087
+ ]
4088
+ }
4089
+ ]
4090
+ },
4091
+ {
4092
+ "id": 40,
4093
+ "kind": "item",
4094
+ "name": "Purge",
4095
+ "fields": [
4096
+ {
4097
+ "id": 1,
4098
+ "name": "Target",
4099
+ "valueKinds": [
4100
+ "literal",
4101
+ "formulaRef",
4102
+ "expression",
4103
+ "editorBinding"
4104
+ ]
4105
+ },
4106
+ {
4107
+ "id": 2,
4108
+ "name": "IsRemovePositiveBuffs",
4109
+ "valueKinds": [
4110
+ "literal",
4111
+ "formulaRef",
4112
+ "expression",
4113
+ "editorBinding"
4114
+ ]
4115
+ },
4116
+ {
4117
+ "id": 3,
4118
+ "name": "IsRemoveDebuffs",
4119
+ "valueKinds": [
4120
+ "literal",
4121
+ "formulaRef",
4122
+ "expression",
4123
+ "editorBinding"
4124
+ ]
4125
+ },
4126
+ {
4127
+ "id": 4,
4128
+ "name": "IsFrameOnly",
4129
+ "valueKinds": [
4130
+ "literal",
4131
+ "formulaRef",
4132
+ "expression",
4133
+ "editorBinding"
4134
+ ]
4135
+ },
4136
+ {
4137
+ "id": 5,
4138
+ "name": "IsRemoveStuns",
4139
+ "valueKinds": [
4140
+ "literal",
4141
+ "formulaRef",
4142
+ "expression",
4143
+ "editorBinding"
4144
+ ]
4145
+ },
4146
+ {
4147
+ "id": 6,
4148
+ "name": "IsRemoveExceptions",
4149
+ "valueKinds": [
4150
+ "literal",
4151
+ "formulaRef",
4152
+ "expression",
4153
+ "editorBinding"
4154
+ ]
4155
+ }
4156
+ ]
4157
+ }
4158
+ ],
4159
+ "events": [
4160
+ {
4161
+ "id": 1,
4162
+ "source": "ability",
4163
+ "name": "OnAbilityCreated"
4164
+ },
4165
+ {
4166
+ "id": 2,
4167
+ "source": "ability",
4168
+ "name": "OnSpellTargetReady"
4169
+ },
4170
+ {
4171
+ "id": 3,
4172
+ "source": "ability",
4173
+ "name": "OnAbilityPhaseStart"
4174
+ },
4175
+ {
4176
+ "id": 4,
4177
+ "source": "ability",
4178
+ "name": "OnAbilityPhaseInterrupted"
4179
+ },
4180
+ {
4181
+ "id": 5,
4182
+ "source": "ability",
4183
+ "name": "OnSpellStart"
4184
+ },
4185
+ {
4186
+ "id": 6,
4187
+ "source": "ability",
4188
+ "name": "OnChannelThink"
4189
+ },
4190
+ {
4191
+ "id": 7,
4192
+ "source": "ability",
4193
+ "name": "OnChannelFinish"
4194
+ },
4195
+ {
4196
+ "id": 8,
4197
+ "source": "ability",
4198
+ "name": "OnChannelInterrupted"
4199
+ },
4200
+ {
4201
+ "id": 9,
4202
+ "source": "ability",
4203
+ "name": "OnChannelSucceeded"
4204
+ },
4205
+ {
4206
+ "id": 10,
4207
+ "source": "ability",
4208
+ "name": "OnOwnerSpawned"
4209
+ },
4210
+ {
4211
+ "id": 11,
4212
+ "source": "ability",
4213
+ "name": "OnOwnerDied"
4214
+ },
4215
+ {
4216
+ "id": 12,
4217
+ "source": "ability",
4218
+ "name": "OnProjectileThink"
4219
+ },
4220
+ {
4221
+ "id": 13,
4222
+ "source": "ability",
4223
+ "name": "OnProjectileFinish"
4224
+ },
4225
+ {
4226
+ "id": 14,
4227
+ "source": "ability",
4228
+ "name": "OnProjectileHit"
4229
+ },
4230
+ {
4231
+ "id": 15,
4232
+ "source": "ability",
4233
+ "name": "OnProjectileHitUnit"
4234
+ },
4235
+ {
4236
+ "id": 16,
4237
+ "source": "ability",
4238
+ "name": "OnToggleOff"
4239
+ },
4240
+ {
4241
+ "id": 17,
4242
+ "source": "ability",
4243
+ "name": "OnToggleOn"
4244
+ },
4245
+ {
4246
+ "id": 18,
4247
+ "source": "ability",
4248
+ "name": "OnUpgrade"
4249
+ },
4250
+ {
4251
+ "id": 19,
4252
+ "source": "modifier",
4253
+ "name": "OnCreated"
4254
+ },
4255
+ {
4256
+ "id": 20,
4257
+ "source": "modifier",
4258
+ "name": "OnDestroy"
4259
+ },
4260
+ {
4261
+ "id": 21,
4262
+ "source": "modifier",
4263
+ "name": "OnRefresh"
4264
+ },
4265
+ {
4266
+ "id": 22,
4267
+ "source": "modifier",
4268
+ "name": "OnIntervalThink"
4269
+ },
4270
+ {
4271
+ "id": 23,
4272
+ "source": "modifier",
4273
+ "name": "OnAttackStart"
4274
+ },
4275
+ {
4276
+ "id": 24,
4277
+ "source": "modifier",
4278
+ "name": "OnAttack"
4279
+ },
4280
+ {
4281
+ "id": 25,
4282
+ "source": "modifier",
4283
+ "name": "OnAttacked"
4284
+ },
4285
+ {
4286
+ "id": 26,
4287
+ "source": "modifier",
4288
+ "name": "OnAttackFailed"
4289
+ },
4290
+ {
4291
+ "id": 27,
4292
+ "source": "modifier",
4293
+ "name": "OnAttackLanded"
4294
+ },
4295
+ {
4296
+ "id": 28,
4297
+ "source": "modifier",
4298
+ "name": "OnAttackAllied"
4299
+ },
4300
+ {
4301
+ "id": 29,
4302
+ "source": "modifier",
4303
+ "name": "OnDeath"
4304
+ },
4305
+ {
4306
+ "id": 30,
4307
+ "source": "modifier",
4308
+ "name": "OnDominated"
4309
+ },
4310
+ {
4311
+ "id": 31,
4312
+ "source": "modifier",
4313
+ "name": "OnMoving"
4314
+ },
4315
+ {
4316
+ "id": 32,
4317
+ "source": "modifier",
4318
+ "name": "OnUnMoved"
4319
+ },
4320
+ {
4321
+ "id": 33,
4322
+ "source": "modifier",
4323
+ "name": "OnOutCombat"
4324
+ },
4325
+ {
4326
+ "id": 34,
4327
+ "source": "modifier",
4328
+ "name": "OnIdle"
4329
+ },
4330
+ {
4331
+ "id": 35,
4332
+ "source": "modifier",
4333
+ "name": "OnOrbFire"
4334
+ },
4335
+ {
4336
+ "id": 36,
4337
+ "source": "modifier",
4338
+ "name": "OnOrbImpact"
4339
+ },
4340
+ {
4341
+ "id": 37,
4342
+ "source": "modifier",
4343
+ "name": "OnStateChanged"
4344
+ },
4345
+ {
4346
+ "id": 38,
4347
+ "source": "modifier",
4348
+ "name": "OnAbilityStart"
4349
+ },
4350
+ {
4351
+ "id": 39,
4352
+ "source": "modifier",
4353
+ "name": "OnAbilityExecuted"
4354
+ },
4355
+ {
4356
+ "id": 40,
4357
+ "source": "modifier",
4358
+ "name": "OnAbilityEndChannel"
4359
+ },
4360
+ {
4361
+ "id": 41,
4362
+ "source": "modifier",
4363
+ "name": "OnProjectileDodge"
4364
+ },
4365
+ {
4366
+ "id": 42,
4367
+ "source": "modifier",
4368
+ "name": "OnTeleporting"
4369
+ },
4370
+ {
4371
+ "id": 43,
4372
+ "source": "modifier",
4373
+ "name": "OnTeleported"
4374
+ },
4375
+ {
4376
+ "id": 44,
4377
+ "source": "modifier",
4378
+ "name": "OnEquip"
4379
+ },
4380
+ {
4381
+ "id": 45,
4382
+ "source": "modifier",
4383
+ "name": "OnUnequip"
4384
+ },
4385
+ {
4386
+ "id": 46,
4387
+ "source": "modifier",
4388
+ "name": "OnDealDamage"
4389
+ },
4390
+ {
4391
+ "id": 47,
4392
+ "source": "modifier",
4393
+ "name": "OnTakeDamage"
4394
+ },
4395
+ {
4396
+ "id": 48,
4397
+ "source": "modifier",
4398
+ "name": "OnRespawn"
4399
+ },
4400
+ {
4401
+ "id": 49,
4402
+ "source": "modifier",
4403
+ "name": "OnSpentMana"
4404
+ },
4405
+ {
4406
+ "id": 50,
4407
+ "source": "modifier",
4408
+ "name": "OnManaGained"
4409
+ },
4410
+ {
4411
+ "id": 51,
4412
+ "source": "modifier",
4413
+ "name": "OnHealReceived"
4414
+ },
4415
+ {
4416
+ "id": 52,
4417
+ "source": "modifier",
4418
+ "name": "OnHealthGained"
4419
+ },
4420
+ {
4421
+ "id": 53,
4422
+ "source": "modifier",
4423
+ "name": "OnHeroKilled"
4424
+ },
4425
+ {
4426
+ "id": 54,
4427
+ "source": "modifier",
4428
+ "name": "OnOrder"
4429
+ },
4430
+ {
4431
+ "id": 55,
4432
+ "source": "modifier",
4433
+ "name": "OnBuildingKilled"
4434
+ },
4435
+ {
4436
+ "id": 56,
4437
+ "source": "modifier",
4438
+ "name": "OnBreakInvisibility"
4439
+ },
4440
+ {
4441
+ "id": 57,
4442
+ "source": "modifier",
4443
+ "name": "OnWaveEnd"
4444
+ }
4445
+ ],
4446
+ "l1QueryPhases": [
4447
+ "Damage.Outgoing"
4448
+ ],
4449
+ "l2DefinitionFields": [
4450
+ "Duration",
4451
+ "ThinkInterval",
4452
+ "Passive",
4453
+ "Policy",
4454
+ "Stack",
4455
+ "States"
4456
+ ],
4457
+ "l4PatchOperations": [
4458
+ "CLONE_OPERATION",
4459
+ "INSERT_OPERATION_BEFORE",
4460
+ "INSERT_OPERATION_AFTER",
4461
+ "REPLACE_OPERATION",
4462
+ "REMOVE_OPERATION",
4463
+ "PATCH_ROUTING_POLICY"
4464
+ ],
4465
+ "contractHash": "fnv1a32:2c33955b"
4466
+ }