You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 13, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: config/data/awakening.js
+78-6
Original file line number
Diff line number
Diff line change
@@ -506,6 +506,38 @@ module.exports = {
506
506
length: 2668,
507
507
distance: 210
508
508
}
509
+
},
510
+
40: {// Spiral Slash
511
+
0: false,// obligatory
512
+
10: false,// obligatory
513
+
11: false,// normal
514
+
12: false,// cancel
515
+
19: false,// ?
516
+
20: false,// obligatory
517
+
21: false,// normal
518
+
22: false,// cancel
519
+
29: false// ?
520
+
},
521
+
41: {// Storm Crash
522
+
0: false,
523
+
30: false,
524
+
31: false// abnormal based maybe
525
+
},
526
+
42: {// Tempest Rush
527
+
'*': {
528
+
/*chains: {
529
+
2: 30,
530
+
30: 30,
531
+
38: 30,
532
+
41: 30
533
+
}*/
534
+
},
535
+
0: false,
536
+
30: false,
537
+
31: false// abnormal based maybe
538
+
},
539
+
91: {// Awaken Aura
540
+
0: false
509
541
}
510
542
},
511
543
1: {// Lancer
@@ -822,8 +854,8 @@ module.exports = {
822
854
noInterrupt: [2],
823
855
/*chains: {
824
856
4: 2 // i'm just guessing tbh
825
-
}
826
-
},*/
857
+
}*/
858
+
},
827
859
0: true,
828
860
1: true,
829
861
2: false// todo abnormie check
@@ -1291,6 +1323,10 @@ module.exports = {
1291
1323
},
1292
1324
0: {length: 3365},
1293
1325
30: {length: 1325}//
1326
+
},
1327
+
1328
+
91: {// Awaken Aura
1329
+
0: false
1294
1330
}
1295
1331
},
1296
1332
3: {// Berserker / There's a lot of unneeded no interrupts currently since sGrantSkill is emulated now, this applies for all charging skills interactions
0 commit comments