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

Commit 16f5a3b

Browse files
committed
update awakening.js readme, preset.js
1 parent 6525794 commit 16f5a3b

File tree

4 files changed

+93
-36
lines changed

4 files changed

+93
-36
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Simulates skills client-side, eliminating ping-based delays and animation lock.
1010
### **Origin repository:**
1111
https://github.com/pinkipi/skill-prediction
1212

13-
[![Donate](https://img.shields.io/badge/Donate-PayPal-ff69b4.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=5MTKARBK2CNG8&lc=US&item_name=Pinkie%27s%20TERA%20Mods&currency_code=USD) Donation link for the origin repository developer.
13+
[![Donate](https://img.shields.io/badge/Donate-PayPal-ff69b4.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=5MTKARBK2CNG8&lc=US&item_name=Pinkie%27s%20TERA%20Mods&currency_code=USD)
14+
Donation link for the origin repository developer.
1415

1516

1617

config/data/awakening.js

Lines changed: 27 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -554,12 +554,13 @@ module.exports = {
554554
type: 'holdInfinite',
555555
fixedSpeed: 1,
556556
stamina: 50,
557+
// stamina: 40
557558
}
558559
},
559560
3: { // Onslaught / Changed
560561
'*': {
561562
distance: [0, 100, 100, 100, 100, 35],
562-
noInterrupt: [1, 2, 3, 4, 8, 9, 10, 11, 12, 13, 15, 18, 21, 23, 24, 25, 26, 27],
563+
noInterrupt: [2, 3, 4, 8, 9, 10, 11, 12, 13, 15, 21, 23, 24, 25, 26, 27],
563564
abnormals: {
564565
22060: { speed: 1.25 }
565566
},
@@ -596,6 +597,9 @@ module.exports = {
596597
length: 830,
597598
distance: 30,
598599
noInterrupt: [2],
600+
chains: {
601+
10: 30
602+
},
599603
race: {
600604
/*0: { distance: 30.000 }, // M.Human
601605
2: { distance: 30.000 }, // M.Helf
@@ -605,7 +609,7 @@ module.exports = {
605609
9: { distance: 43.69 } // Elin: 43.693
606610
}
607611
},
608-
30: false // wtb chains
612+
30: false // todo abnormie check
609613
},
610614
7: { // Guardian Shout
611615
0: {
@@ -642,11 +646,15 @@ module.exports = {
642646
noInterrupt: [2]
643647
}
644648
},
645-
10: { // Debilitate
649+
10: { // Debilitate / Changed
646650
0: { // Same animation as shield bash, just slower
647651
length: 925,
648652
distance: 30, // Seems pretty equalized
649653
noInterrupt: [2],
654+
chains: {
655+
1: 30,
656+
18: 30
657+
},
650658
race: {
651659
/*0: { distance: 30 }, // M.Human
652660
2: { distance: 30 }, // M.Helf
@@ -655,7 +663,8 @@ module.exports = {
655663
8: { distance: 30 }, // Popori*/
656664
9: { distance: 43.69 } // Elin: 43.693
657665
}
658-
}
666+
},
667+
30: false // todo abnormie check
659668
},
660669
11: { // Retaliate
661670
0: {
@@ -678,13 +687,14 @@ module.exports = {
678687
0: {
679688
length: 2800,
680689
distance: 85,
681-
noInterrupt: ['1-0', '1-1', 2, 3, 4, 9, 11, 12, 13, 15, '18-0', 21, 23, 24, 25, 26, 27],
690+
noInterrupt: ['1-0', '1-1', 2, 3, 4, 9, 11, 12, 13, 15, 23, 24, 25, 26, 27],
682691
chains: {
683692
1: 30,
684693
5: 30,
685694
8: 30,
686695
10: 30,
687696
18: 30,
697+
21: 30,
688698
24: 30
689699
}
690700
},
@@ -790,7 +800,7 @@ module.exports = {
790800
9: { distance: 122.66 } // Elin: 122.66
791801
}
792802
},
793-
30: false
803+
30: false // todo abnormie check
794804
},
795805
22: { // Iron Will
796806
0: {
@@ -811,13 +821,12 @@ module.exports = {
811821
length: [725, 850],
812822
noInterrupt: [2],
813823
/*chains: {
814-
4: 1,
815-
4: 2
816-
}*/
817-
}, // Looks like a ninja skill chain
824+
4: 2 // i'm just guessing tbh
825+
}
826+
},*/
818827
0: true,
819-
1: false,
820-
2: false
828+
1: true,
829+
2: false // todo abnormie check
821830
},
822831
25: { // Wallop / Changed
823832
'*': {
@@ -826,13 +835,14 @@ module.exports = {
826835
0: {
827836
length: 2375,
828837
distance: 100,
829-
noInterrupt: [1, 2, 3, 4, 5, 9, 11, 12, '18-0', 21, 23, 24, 25, 26, 27],
838+
noInterrupt: [1, 2, 3, 4, 5, 9, 11, 12, 23, 24, 25, 26, 27],
830839
chains: {
831840
8: 30,
832841
10: 30,
833842
13: 30,
834843
15: 30,
835844
18: 30,
845+
21: 30,
836846
24: 30
837847
}
838848
},
@@ -870,7 +880,7 @@ module.exports = {
870880
}
871881
}
872882
},
873-
28: { // Righteous Leap
883+
28: { // Righteous Leap / Justice Leap fuc bhs
874884
0: {
875885
length: [375, 1025, 3100],
876886
distance: [29.48, 445.52, 0],
@@ -879,11 +889,11 @@ module.exports = {
879889
24: 1
880890
}
881891
},
882-
1: false
892+
1: false // todo abnormie check
883893
},
884-
29: { // Deploy Barrier
894+
29: { // Bulwark
885895
0: false
886-
// length: 10700
896+
// length: [700, 10000]
887897
},
888898
30: { // Heavenly Shield
889899
0: false

config/preset.js

Lines changed: 61 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,11 @@ module.exports = {
3939
36: true, // Rain of Blows (Deadly Gamble)
4040
37: true, // Blade Draw (Deadly Gamble)
4141
38: true, // Scythe (Deadly Gamble)
42-
39: true // Traverse Cut (Defensive Stance)
43-
},
42+
39: true, // Traverse Cut (Defensive Stance)
43+
// Awakening
44+
45+
91: true // Awaken Aura
46+
},
4447
1: { // Lancer
4548
"enabled": true,
4649
1: true, // Combo Attack
@@ -67,7 +70,12 @@ module.exports = {
6770
24: true, // Chained Leash
6871
25: true, // Wallop
6972
26: true, // Backstep
70-
27: true // Rallying Cry
73+
27: true, // Rallying Cry
74+
// Awakening
75+
28: true, // Righteous Leap / Justice Leap
76+
29: true, // Bulwark
77+
30: true, // Divine Aegis
78+
91: true // Awaken Aura
7179
},
7280
2: { // Slayer
7381
"enabled": true,
@@ -91,7 +99,10 @@ module.exports = {
9199
21: true, // Exhausting Blow
92100
23: true, // Measured Slice
93101
24: true, // Eviscerate
94-
25: true // Ultimate Overhand Strike
102+
25: true, // Ultimate Overhand Strike
103+
// Awakening
104+
105+
91: true // Awaken Aura
95106
},
96107
3: { // Berserker
97108
"enabled": true,
@@ -110,7 +121,7 @@ module.exports = {
110121
15: false, // Vampiric Blow (unstable emulation, enable it only if your ping >180)
111122
16: true, // Fearsome Shout
112123
18: true, // Lethal Strike
113-
19: true, // Tenacity
124+
19: true, // Tenacity / Fortitude
114125
20: true, // Inescapable Doom
115126
21: true, // Bloodlust
116127
24: true, // Evasive Smash
@@ -121,7 +132,15 @@ module.exports = {
121132
29: true, // Evasive Roll
122133
30: true, // Axe Counter
123134
31: true, // Overwhelm
124-
32: true // Punishing Strike
135+
32: true, // Punishing Strike
136+
// Awakening
137+
33: true, // Rage
138+
34: true, // Right Hand
139+
35: true, // Left Hand
140+
36: true, // Dual Wield
141+
37: true, // Crimson Assault
142+
38: true, // Rage II?
143+
91: true // Awaken Aura
125144
},
126145
4: { // Sorcerer
127146
"enabled": true,
@@ -152,7 +171,10 @@ module.exports = {
152171
31: true, // Warp Barrier
153172
32: true, // Meteor Shower
154173
33: true, // Arcane Pulse (Mana Boost)
155-
34: true // Mana Boost
174+
34: true, // Mana Boost
175+
// Awakening
176+
177+
91: true // Awaken Aura
156178
},
157179
5: { // Archer
158180
"enabled": true,
@@ -181,7 +203,10 @@ module.exports = {
181203
29: true, // Thunderbolt
182204
31: true, // Tenacity
183205
32: true, // Find Weakness
184-
33: true // Chase
206+
33: true, // Chase
207+
// Awakening
208+
209+
91: true // Awaken Aura
185210
},
186211
6: { // Priest
187212
"enabled": true,
@@ -215,7 +240,10 @@ module.exports = {
215240
38: true, // Backstep
216241
39: true, // Grace of Resurrection
217242
40: true, // Zenobia's Vortex
218-
41: true // Divine Intervention
243+
41: true, // Divine Intervention
244+
// Awakening
245+
246+
91: true // Awaken Aura
219247
},
220248
7: { // Mystic
221249
"enabled": true,
@@ -253,7 +281,10 @@ module.exports = {
253281
37: true, // Warding Totem
254282
41: true, // Contagion
255283
42: true, // Boomerang Pulse
256-
43: true // Release
284+
43: true, // Release
285+
// Awakening
286+
287+
91: true // Awaken Aura
257288
},
258289
8: { // Reaper
259290
"enabled": true,
@@ -271,7 +302,10 @@ module.exports = {
271302
15: true, // Retribution
272303
16: true, // Shadow Reaping
273304
18: true, // Shrouded Escape
274-
40: true // Shadow Step
305+
40: true, // Shadow Step
306+
// Awakening
307+
308+
91: true // Awaken Aura
275309
},
276310
9: { // Gunner
277311
"enabled": true,
@@ -290,7 +324,10 @@ module.exports = {
290324
18: true, // HB
291325
19: true, // ST
292326
20: true, // Retaliate
293-
40: true // Rolling Reload
327+
40: true, // Rolling Reload
328+
// Awakening
329+
330+
91: true // Awaken Aura
294331
},
295332
10: { // Brawler
296333
"enabled": true,
@@ -307,7 +344,10 @@ module.exports = {
307344
14: true, // Infuriate
308345
16: true, // Flip Kick
309346
21: true, // Mounting Rage
310-
40: true // Quick Dash
347+
40: true, // Quick Dash
348+
// Awakening
349+
350+
91: true // Awaken Aura
311351
},
312352
11: { // Ninja
313353
"enabled": true,
@@ -330,7 +370,10 @@ module.exports = {
330370
17: true, // Attunement
331371
18: true, // Bladestorm
332372
19: true, // Chakra Thrust
333-
20: true // Clone Jutsu
373+
20: true, // Clone Jutsu
374+
// Awakening
375+
376+
91: true // Awaken Aura
334377
},
335378
12: { // Valkyrie
336379
"enabled": true,
@@ -353,6 +396,9 @@ module.exports = {
353396
17: true, // Balder's Tears
354397
19: true, // Reclamation
355398
20: true, // Backstab
356-
21: true // Dark Herald
399+
21: true, // Dark Herald
400+
// Awakening
401+
402+
91: true // Awaken Aura
357403
}
358404
}

manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"LICENSE": "53927bd0b739d38c87a0a82236fd9b070c2dfff11c0c119be50372005d5047ad",
55
"module.json": "8e73f7575ee71a68f91647c386adf75df8d4c4a24ccc8f7627bfc76291f28a34",
66
"package.json": "36a402d8fd02464deba0c986205aba993fd2b1c958bec0f2068da51b26edabba",
7-
"README.md": "f82dc8d2192aabcc0bcfd744e3b24d025ad85b36ec6a936fb7ceaefa483d29e9",
7+
"README.md": "4773d8e6d7dc85776eeaad1fd8223412b65a097c55d0e04bea6d8dd8b7e400b1",
88
"README.origin.md": "dd53e074802dc82ae9fdb8f583ceb673994043997b91716cd5e904e0d5be3ee3",
99
"config/abnormalities.js": {
1010
"overwrite": false,
@@ -16,13 +16,13 @@
1616
},
1717
"config/preset.js": {
1818
"overwrite": false,
19-
"hash": "38349ae381fa9b9b9e26a1bb6c93e57ff16dd09c22970a11067747f6e071ff22"
19+
"hash": "e82f75422b70fb723dc8b1e18f4a9868eb5bd088eb345360ac6dc3e4d715b92d"
2020
},
2121
"config/data/basicCC.json": "d2d5672af3fdfb7fa2e24fee440d5e498aa0560f14135f4fcef3f1aba5cd81b9",
2222
"config/data/evasiveCC.json": "e3b8afd622054569da25e12463c1fc79f33dacd2d570c0646bcceaca219a9a03",
2323
"config/data/extendedCC.json": "585d204dda55be393a2c449b3f7f12562ff09a331985608a671c12d0f47efaf2",
2424
"config/data/skills.js": "78ab1ef45ad13dbe0b3447f6be54acced0ac0ff6c9dc0ae7fbd643bf0ae4257e",
25-
"config/data/awakening.js": "e2537ac15fec1bc36f0089aa6b50b093a8c8f55c2634dda5bd21252391f88753",
25+
"config/data/awakening.js": "d730741a550283bdc7c96c0cdc35bca7f26f63cc50edb3b5f357a2de4dba46ae",
2626
"docs/commands.md": "ce6d4a293c25900c3a576378a8a392123a1ffab2347b17eee684cabba38c2040",
2727
"docs/config.md": "b6baaf9ef0d77dc8ddc4f364891bf2d63332e083b3b952f1ca82e12966753935",
2828
"docs/ping.md": "d7ae068d45890cc1017b7d37b3cc104044250085fe2c5d8b8b299fc0e0d80667",

0 commit comments

Comments
 (0)