forked from julianperrott/WowClassicGrindBot
-
-
Notifications
You must be signed in to change notification settings - Fork 138
/
Copy pathShaman_60_elemental_interrupt.json
103 lines (103 loc) · 2.25 KB
/
Shaman_60_elemental_interrupt.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"ClassName": "Shaman",
"Mode": "AttendedGrind",
"Loot": true,
"Skin": false,
"PathFilename": "_pack\\50-60\\Azshara\\50 - 53 Southridge Beach (mermaids).json",
"PathThereAndBack": false,
"PathReduceSteps": true,
"NPCMaxLevels_Below": 20,
"NPCMaxLevels_Above": 2,
"Mount": {
"Key": "N0"
},
"IntVariables":{
"Earth_Shock_MIN_HP%": 25,
"Healing_Wave_MIN_HP%": 20,
"Drink_MIN_MANA%": 20,
"Food_MIN_HP%": 20
},
"Pull": {
"Sequence": [
{
"Name": "Chain Lightning",
"Key": "2",
"HasCastBar": true,
"Requirement": "Clearcasting"
},
{
"Name": "Lightning Bolt",
"Key": "1",
"HasCastBar": true,
"Requirement": "!Clearcasting",
"Interrupt": "Clearcasting",
"AfterCastWaitCastbar": true,
"CancelOnInterrupt": true
}
]
},
"Combat": {
"Sequence": [
{
"Name": "Elemental Mastery",
"Key": "5",
"Requirement": "!Clearcasting && !Elemental Mastery"
},
{
"Name": "Chain Lightning",
"Key": "2",
"HasCastBar": true,
"Requirement": "Clearcasting"
},
{
"Name": "Earth Shock",
"Key": "3",
"Requirements": [
"SpellInRange:1",
"TargetAlive && TargetHealth% < Earth_Shock_MIN_HP%"
]
},
{
"Name": "Lightning Bolt",
"Key": "1",
"HasCastBar": true,
"AfterCastWaitCastbar": true,
"Requirement": "!Clearcasting",
"Interrupt": "(Clearcasting && CanRun:Chain Lightning) || CanRun:Earth Shock",
"CancelOnInterrupt": true
}
]
},
"Adhoc": {
"Sequence": [
{
"Name": "Lightning Shield",
"Key": "7",
"Requirement": "!Lightning Shield"
},
{
"Cost": 3,
"Name": "Healing Wave",
"HasCastBar": true,
"Key": "F1",
"Requirements": [
"Health% < Healing_Wave_MIN_HP%"
]
}
]
},
"Parallel": {
"Sequence": [
{
"Name": "Drink",
"Key": "-",
"Requirement": "Mana% < Drink_MIN_MANA%"
},
{
"Name": "Food",
"Key": "=",
"Requirement": "Health% < Food_MIN_HP%"
}
]
}
}