-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
61 lines (61 loc) · 3.83 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"GLOBAL_LATENCY": 100,
"GLOBAL_LATENCY_DESCRIPTION": "change GLOBAL_LATENCY to your lowest usual ping/ crack -Kishirika Kishirisu#6329 add me",
"DISABLE_CHARGE": false,
"DISABLE_CHARGE_DESCRIPTION": "this will disable charge bar emulation, useful for people who have unstable net and prone to get stuck or server lagging badly",
"DISABLE_CHARGE_DESCRIPTION_2": "disabling charge actually does not significantly impact ping tax, because charge skills are actually not ping taxed if you simply release the skill early",
"SPOOF_GRANT": true,
"SPOOF_GRANT_DESCRIPTION": "greatly speeds up charging skills, however may cause asynchronization with high jitter",
"DISABLE_VAMP_CHECK": true,
"DISABLE_VAMP_CHECK_DESCRIPTION": "Disable overcharge vampiric check. Enable this if you're having issues with vamp not chaining after TS/cyclone.",
"BLOCK_KEY": "tab",
"BLOCK_KEY_DESCRIPTION": "Key for block, find keyboard syntax list here http://robotjs.io/docs/syntax",
"FLATTEN_CANCEL": true,
"FLATTEN_CANCEL_DESCRIPTION": "Auto block cancel flatten, requires robotjs.",
"STAGGERING_CANCEL": false,
"STAGGERING_CANCEL_DESCRIPTION": "Auto block cancel staggering strike, requires robotjs.",
"LEAPING_CANCEL": true,
"LEAPING_CANCEL_DESCRIPTION": "Auto block cancel leaping strike, requires robotjs.",
"LETHAL_CANCEL": false,
"LETHAL_CANCEL_DESCRIPTION": "Auto block cancel lethal strike, requires robotjs. DOES NOT ACTIVATE IF CYCLONE IS STILL CHAINABLE.",
"TACKLE_CANCEL": true,
"TACKLE_CANCEL_DESCRIPTION": "Auto block cancel tackle, requires robotjs.",
"PUNISHING_CANCEL": false,
"PUNISHING_CANCEL_DESCRIPTION": "Auto block cancel punishing strike, requires robotjs.",
"VAMP_CANCEL": false,
"VAMP_CANCEL_DESCRIPTION": "Auto block cancel vamp blow, requires robotjs. DOES NOT ACTIVATE IF CYCLONE IS STILL CHAINABLE.",
"VAMP_CANCEL_TIMING": 400,
"VAMP_CANCEL_TIMING_DESCRIPTION": "Vamp block timing.",
"OVERWHELM_CANCEL": false,
"OVERWHELM_CANCEL_DESCRIPTION": "Auto block cancel overwhelm, requires robotjs.",
"ESMASH_ROLL_CANCEL": true,
"ESMASH_ROLL_CANCEL_DESCRIPTION": "Auto block cancel evasive roll component of evasive smash, requires robotjs.",
"ESMASH_CANCEL": true,
"ESMASH_CANCEL_DESCRIPTION": "Auto block cancel evasive smash, requires robotjs.",
"ESMASH_CANCEL_TIMING": 400,
"ESMASH_CANCEL_TIMING_DESCRIPTION": "Evasive smash timing.",
"DASH_CANCEL_RAZE": true,
"DASH_CANCEL_RAZE_DESCRIPTION": "Auto raze cancel dash, requires robotjs.",
"RAZE_KEY": "6",
"RAZE_KEY_DESCRIPTION": "Raze key, find keyboard syntax list here http://robotjs.io/docs/syntax.",
"CYCLONE_DASH": true,
"CYCLONE_DASH_DESCRIPTION": "If set to true, it will send dash before every cyclone if possible.",
"AUTO_LR_INTO_RAMPAGE": true,
"AUTO_LR_INTO_RAMPAGE_DESCRIPTION": "Auto transition into rampage after 9 dexter stacks.",
"RAMPAGE_KEY": "1",
"RAMPAGE_KEY_DESCRIPTION": "Rampage key, find keyboard syntax list here http://robotjs.io/docs/syntax.",
"AUTO_RAMPAGE_INTO_BF": true,
"AUTO_RAMPAGE_INTO_BF_DESCRIPTION": "Auto transition from rampage into beast fury when dexter stacks are about to drop.",
"BF_KEY": "2",
"BF_KEY_DESCRIPTION": "Beast Fury key, find keyboard syntax list here http://robotjs.io/docs/syntax.",
"KEY_AFTER_BEAST_FURY": true,
"KEY_AFTER_BEAST_FURY_DESCRIPTION": "Immediately attempt to use X after beast fury.",
"KEY_AFTER_BEAST_FURY_DELAY": 200,
"KEY_AFTER_BEAST_FURY_DELAY_DESCRIPTION": "Delay between beast fury and X start.",
"KEY_X": "6",
"KEY_X_DESCRIPTION": "The key of the skill you want to use after beast fury (should be dexter), find keyboard syntax list here http://robotjs.io/docs/syntax",
"AUTO_ATTACK_CANCEL": true,
"AUTO_ATTACK_CANCEL_DESCRIPTION": "Auto block cancel auto attack, requires robotjs.",
"AUTO_ATTACK_CANCEL_DELAY": 150,
"AUTO_ATTACK_CANCEL_DELAY_DESCRIPTION": "Auto block cancel auto attack delay in milliseconds, scales with aspd"
}