optimizations
This commit is contained in:
parent
419e2eb4a4
commit
d124f2c288
44 changed files with 1663 additions and 639 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"Name": "dudemoko_Default",
|
||||
"CreatedAt": "2026-03-05T05:44:54.8014147Z",
|
||||
"LastModified": "2026-03-05T05:44:54.8014154Z",
|
||||
"LastModified": "2026-03-06T03:52:50.0165867Z",
|
||||
"Flasks": {
|
||||
"LifeFlaskThreshold": 50,
|
||||
"ManaFlaskThreshold": 50,
|
||||
|
|
@ -12,8 +12,8 @@
|
|||
"Combat": {
|
||||
"GlobalCooldownMs": 500,
|
||||
"AttackRange": 600,
|
||||
"SafeRange": 400,
|
||||
"KiteEnabled": false,
|
||||
"SafeRange": 300,
|
||||
"KiteEnabled": true,
|
||||
"KiteRange": 300,
|
||||
"KiteDelayMs": 200
|
||||
},
|
||||
|
|
@ -21,14 +21,14 @@
|
|||
{
|
||||
"SlotIndex": 0,
|
||||
"Label": "LMB",
|
||||
"SkillName": null,
|
||||
"SkillName": "MeleeSpearOffHand",
|
||||
"InputType": "LeftClick",
|
||||
"ScanCode": 0,
|
||||
"Priority": 0,
|
||||
"IsEnabled": true,
|
||||
"CooldownMs": 300,
|
||||
"RangeMin": 0,
|
||||
"RangeMax": 600,
|
||||
"RangeMax": 100,
|
||||
"TargetSelection": "Nearest",
|
||||
"RequiresTarget": true,
|
||||
"IsAura": false,
|
||||
|
|
@ -39,14 +39,14 @@
|
|||
{
|
||||
"SlotIndex": 1,
|
||||
"Label": "RMB",
|
||||
"SkillName": null,
|
||||
"SkillName": "SpearThrow",
|
||||
"InputType": "RightClick",
|
||||
"ScanCode": 0,
|
||||
"Priority": 1,
|
||||
"Priority": 2,
|
||||
"IsEnabled": true,
|
||||
"CooldownMs": 300,
|
||||
"RangeMin": 0,
|
||||
"RangeMax": 600,
|
||||
"RangeMax": 800,
|
||||
"TargetSelection": "Nearest",
|
||||
"RequiresTarget": true,
|
||||
"IsAura": false,
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
{
|
||||
"SlotIndex": 2,
|
||||
"Label": "MMB",
|
||||
"SkillName": null,
|
||||
"SkillName": "ShieldBlock",
|
||||
"InputType": "MiddleClick",
|
||||
"ScanCode": 0,
|
||||
"Priority": 2,
|
||||
|
|
@ -75,34 +75,34 @@
|
|||
{
|
||||
"SlotIndex": 3,
|
||||
"Label": "Q",
|
||||
"SkillName": null,
|
||||
"SkillName": "WhirlingSlash",
|
||||
"InputType": "KeyPress",
|
||||
"ScanCode": 16,
|
||||
"Priority": 3,
|
||||
"Priority": 0,
|
||||
"IsEnabled": true,
|
||||
"CooldownMs": 300,
|
||||
"RangeMin": 0,
|
||||
"RangeMax": 600,
|
||||
"TargetSelection": "Nearest",
|
||||
"RequiresTarget": true,
|
||||
"RangeMax": 300,
|
||||
"TargetSelection": "All",
|
||||
"RequiresTarget": false,
|
||||
"IsAura": false,
|
||||
"IsMovementSkill": false,
|
||||
"MinMonstersInRange": 1,
|
||||
"MinMonstersInRange": 3,
|
||||
"MaintainPressed": false
|
||||
},
|
||||
{
|
||||
"SlotIndex": 4,
|
||||
"Label": "E",
|
||||
"SkillName": null,
|
||||
"SkillName": "Twister",
|
||||
"InputType": "KeyPress",
|
||||
"ScanCode": 18,
|
||||
"Priority": 4,
|
||||
"Priority": 0,
|
||||
"IsEnabled": true,
|
||||
"CooldownMs": 300,
|
||||
"RangeMin": 0,
|
||||
"RangeMax": 600,
|
||||
"TargetSelection": "Nearest",
|
||||
"RequiresTarget": true,
|
||||
"RangeMax": 800,
|
||||
"TargetSelection": "All",
|
||||
"RequiresTarget": false,
|
||||
"IsAura": false,
|
||||
"IsMovementSkill": false,
|
||||
"MinMonstersInRange": 1,
|
||||
|
|
@ -111,7 +111,7 @@
|
|||
{
|
||||
"SlotIndex": 5,
|
||||
"Label": "R",
|
||||
"SkillName": null,
|
||||
"SkillName": "Spark",
|
||||
"InputType": "KeyPress",
|
||||
"ScanCode": 19,
|
||||
"Priority": 5,
|
||||
|
|
@ -129,7 +129,7 @@
|
|||
{
|
||||
"SlotIndex": 6,
|
||||
"Label": "T",
|
||||
"SkillName": null,
|
||||
"SkillName": "MeleeUnarmed",
|
||||
"InputType": "KeyPress",
|
||||
"ScanCode": 20,
|
||||
"Priority": 6,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue