forked from julianperrott/WowClassicGrindBot
-
-
Notifications
You must be signed in to change notification settings - Fork 130
/
Shaman_44.json
129 lines (129 loc) · 2.56 KB
/
Shaman_44.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"ClassName": "Shaman",
"Loot": true,
"Skin": true,
"PathFilename": "_pack\\40-50\\Tanaris\\41-43.json",
"PathThereAndBack": true,
"PathReduceSteps": true,
"NPCMaxLevels_Below": 7,
"NPCMaxLevels_Above": 2,
"Mount": { "Key": "N1"},
"Pull": {
"Sequence": [
{
"Name": "Lightning Bolt",
"Key": "2",
"HasCastBar": true
}
]
},
"Combat": {
"Sequence": [
{
"Name": "Healing Wave",
"Key": "3",
"Requirements": [
"Health%<40",
"TargetHealth%>15"
],
"Cooldown": 5000,
"HasCastBar": true,
"Log": false
},
{
"Name": "Lightning Bolt",
"Key": "2",
"HasCastBar": true,
"Requirement": "not InMeleeRange"
},
{
"Name": "Stoneclaw Totem",
"Key": "F9",
"Requirement": "MobCount>1",
"Cooldown": 30000,
"Log": false
},
{
"Name": "Searing Totem",
"Key": "F7",
"Requirement": "MobCount>1",
"Cooldown": 15000,
"Log": false
},
{
"Name": "War Stomp",
"Key": "0",
"Requirements": [
"Race:Tauren",
"Health%<49",
"MobCount>1"
],
"WhenUsable": true
},
{
"Name": "Stormstrike",
"Key": "1",
"Requirements": [
"Mana%>40",
"InMeleeRange"
],
"Log": false,
"Cooldown": 5000
},
{
"Name": "Fire shock",
"Key": "4",
"Requirements": [
"Mana%>40",
"TargetHealth%>30"
],
"Log": false,
"WhenUsable": true
},
{
"Name": "AutoAttack",
"Requirement": "not AutoAttacking"
},
{
"Name": "Approach",
"Log": false
}
]
},
"Adhoc": {
"Sequence": [
{
"Name": "Windfury Weapon",
"Key": "5",
"Requirement": "not HasMainHandEnchant",
"AfterCastAuraExpected": true
},
{
"Name": "Windfury/Falme Weapon",
"Key": "5",
"Requirement": "not HasOffHandEnchant",
"AfterCastAuraExpected": true
},
{
"Name": "Lightning Shield",
"Key": "7",
"Requirement": "not Lightning Shield",
"Cost": 1
}
]
},
"Parallel": {
"Sequence": [
{
"Name": "Drink",
"Key": "9",
"Requirement": "Mana%<35"
},
{
"Name": "Food",
"Key": "8",
"Requirement": "Health%<35"
}
]
}
}