Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Commit 45c8611

Browse files
committed
fix syntax and update awakening,js
1 parent 16f5a3b commit 45c8611

File tree

2 files changed

+79
-7
lines changed

2 files changed

+79
-7
lines changed

config/data/awakening.js

+78-6
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,38 @@ module.exports = {
506506
length: 2668,
507507
distance: 210
508508
}
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
509541
}
510542
},
511543
1: { // Lancer
@@ -822,8 +854,8 @@ module.exports = {
822854
noInterrupt: [2],
823855
/*chains: {
824856
4: 2 // i'm just guessing tbh
825-
}
826-
},*/
857+
}*/
858+
},
827859
0: true,
828860
1: true,
829861
2: false // todo abnormie check
@@ -1291,6 +1323,10 @@ module.exports = {
12911323
},
12921324
0: { length: 3365 },
12931325
30: { length: 1325 } //
1326+
},
1327+
1328+
91: { // Awaken Aura
1329+
0: false
12941330
}
12951331
},
12961332
3: { // Berserker / There's a lot of unneeded no interrupts currently since sGrantSkill is emulated now, this applies for all charging skills interactions
@@ -2255,10 +2291,10 @@ module.exports = {
22552291
}
22562292
},
22572293
//28: { // Stone Skin
2258-
//0: { length: 305 }, // gets cancelled with endtype 9
2259-
// <- S_ACTION_STAGE C11005-05 0 1x 1 0 0 0 0 0 (88888888 1 1 -1) xdd
2260-
// <- S_ACTION_END C11005-05 25 0u 5004ms (5004ms)
2261-
//50: { length: 365 },
2294+
//0: { length: 305 }, // gets cancelled with endtype 9
2295+
// <- S_ACTION_STAGE C11005-05 0 1x 1 0 0 0 0 0 (88888888 1 1 -1) xdd
2296+
// <- S_ACTION_END C11005-05 25 0u 5004ms (5004ms)
2297+
//50: { length: 365 },
22622298
//},
22632299
30: { // Nova
22642300
0: {
@@ -2313,6 +2349,10 @@ module.exports = {
23132349
},
23142350
34: { // Mana Boost
23152351
0: { length: 750 }
2352+
},
2353+
2354+
91: { // Awaken Aura
2355+
0: false
23162356
}
23172357
},
23182358
5: { // Archer
@@ -2613,6 +2653,10 @@ module.exports = {
26132653
distance: 413, // 412.078
26142654
noInterrupt: [33],
26152655
}
2656+
},
2657+
2658+
91: { // Awaken Aura
2659+
0: false
26162660
}
26172661
},
26182662
6: { // Priest
@@ -2860,6 +2904,10 @@ module.exports = {
28602904
type: 'lockonCast',
28612905
length: 925
28622906
}
2907+
},
2908+
2909+
91: { // Awaken Aura
2910+
0: false
28632911
}
28642912
},
28652913
7: { // Mystic
@@ -3168,6 +3216,10 @@ module.exports = {
31683216
},
31693217
43: { // Release
31703218
0: { length: [400, 575] }
3219+
},
3220+
3221+
91: { // Awaken Aura
3222+
0: false
31713223
}
31723224
},
31733225
8: { // Reaper
@@ -3559,6 +3611,10 @@ module.exports = {
35593611
},
35603612
0: true,
35613613
30: true
3614+
},
3615+
3616+
91: { // Awaken Aura
3617+
0: false
35623618
}
35633619
},
35643620
9: { // Gunner
@@ -4064,6 +4120,10 @@ module.exports = {
40644120
},
40654121
forceClip: true
40664122
}
4123+
},
4124+
4125+
91: { // Awaken Aura
4126+
0: false
40674127
}
40684128
},
40694129
10: { // Brawler
@@ -4358,6 +4418,10 @@ module.exports = {
43584418
1: true,
43594419
30: true,
43604420
31: true
4421+
},
4422+
4423+
91: { // Awaken Aura
4424+
0: false
43614425
}
43624426
},
43634427
11: { // Ninja
@@ -4972,6 +5036,10 @@ module.exports = {
49725036
fixedSpeed: 1,
49735037
length: 1275
49745038
}
5039+
},
5040+
5041+
91: { // Awaken Aura
5042+
0: false
49755043
}
49765044
},
49775045
12: { // Valkyrie
@@ -5506,6 +5574,10 @@ module.exports = {
55065574
length: 925,
55075575
requiredBuff: 10155201
55085576
}
5577+
},
5578+
5579+
91: { // Awaken Aura
5580+
0: false
55095581
}
55105582
}
55115583
}

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"config/data/evasiveCC.json": "e3b8afd622054569da25e12463c1fc79f33dacd2d570c0646bcceaca219a9a03",
2323
"config/data/extendedCC.json": "585d204dda55be393a2c449b3f7f12562ff09a331985608a671c12d0f47efaf2",
2424
"config/data/skills.js": "78ab1ef45ad13dbe0b3447f6be54acced0ac0ff6c9dc0ae7fbd643bf0ae4257e",
25-
"config/data/awakening.js": "d730741a550283bdc7c96c0cdc35bca7f26f63cc50edb3b5f357a2de4dba46ae",
25+
"config/data/awakening.js": "06a204fe6b836e9eb64c22a56dcd4f9a30c52258a0797ac3ba118842e71e15b0",
2626
"docs/commands.md": "ce6d4a293c25900c3a576378a8a392123a1ffab2347b17eee684cabba38c2040",
2727
"docs/config.md": "b6baaf9ef0d77dc8ddc4f364891bf2d63332e083b3b952f1ca82e12966753935",
2828
"docs/ping.md": "d7ae068d45890cc1017b7d37b3cc104044250085fe2c5d8b8b299fc0e0d80667",

0 commit comments

Comments
 (0)