forked from julianperrott/WowClassicGrindBot
-
-
Notifications
You must be signed in to change notification settings - Fork 130
/
Paladin_30.json
240 lines (240 loc) · 5.65 KB
/
Paladin_30.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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
{
"ClassName": "Paladin",
"PathFilename": "_p2\\25-30_hillsbrad.json",
"UseMount": false,
"Mount": { "Key": "N0"},
"PathThereAndBack": false,
"IntVariables": {
"MIN_SPEED_SEAL": 3000,
"MIN_TARGET_HP%": 20,
"MIN_HP_BEFORE_HEAL%": 20,
"MIN_MANA%": 50
},
"Pull": {
"Sequence": [
{
"Name": "Seal of the Crusader",
"Key": "6",
"WhenUsable": true,
"Requirements": [
"!Seal of the Crusader",
"!Judgement of the Crusader",
"CD_Judgement <= 1500"
]
},
{
"Name": "Judgement",
"Key": "1",
"WhenUsable": true,
"Requirements": [
"SpellInRange:0",
"Seal of the Crusader",
"!Judgement of the Crusader"
]
}
]
},
"Combat": {
"Sequence": [
{
"Name": "Divine Protection",
"Key": "N1",
"WhenUsable": true,
"Requirements": [
"Health% < MIN_HP_BEFORE_HEAL%",
"!Blessing of Protection"
]
},
{
"Name": "Blessing of Protection",
"Key": "N2",
"WhenUsable": true,
"Requirements": [
"Health% < MIN_HP_BEFORE_HEAL%",
"!Divine Protection"
]
},
{
"Name": "Lay on Hands",
"Key": "N3",
"WhenUsable": true,
"Requirements": [
"Health% < MIN_HP_BEFORE_HEAL%",
"!Blessing of Protection && CD_Blessing of Protection > 0",
"!Divine Protection && CD_Divine Protection > 0"
]
},
{
"Name": "Holy Light",
"Key": "3",
"HasCastBar": true,
"WhenUsable": true,
"Requirements": [
"Health% < 75",
"(Blessing of Protection || Divine Protection)"
]
},
{
"Name": "Flash of Light",
"Key": "8",
"HasCastBar": true,
"WhenUsable": true,
"Requirements": [
"Health% < 60",
"!Blessing of Protection && CD_Blessing of Protection > 0 && !Divine Protection && CD_Divine Protection > 0",
"MobCount < 2",
"LastMainHandMs <= 1000"
],
"Cooldown": 6000
},
{
"Name": "Consecration",
"Key": "0",
"WhenUsable": true,
"Requirements": [
"Mana% > 50",
"MobCount > 1"
]
},
{
"Name": "Seal of the Crusader",
"Key": "6",
"Requirements": [
"!Seal of the Crusader",
"!Judgement of the Crusader",
"TargetHealth% > MIN_TARGET_HP%"
]
},
{
"Name": "Judgement",
"Key": "1",
"WhenUsable": true,
"Requirements": [
"!Judgement of the Crusader || Hammer of Justice || CD_Hammer of Justice > CD_Judgement",
"Seal of Command || Seal of Righteousness || Seal of the Crusader",
"Mana% >= MIN_MANA%"
],
"AfterCastDelay": 25
},
{
"Name": "Hammer of Justice",
"Key": "7",
"WhenUsable": true,
"Requirements": [
"Judgement of the Crusader && CD_Judgement <= GCD && TargetHealth% > MIN_TARGET_HP% || TargetCastingSpell"
]
},
{
"Name": "Seal of Command",
"Key": "9",
"WhenUsable": true,
"Requirements": [
"Talent:Seal of Command && MainHandSpeed > MIN_SPEED_SEAL",
"!Seal of Command",
"Judgement of the Crusader",
"TargetHealth% > MIN_TARGET_HP%"
]
},
{
"Name": "Seal of Righteousness",
"Key": "2",
"WhenUsable": true,
"Requirements": [
"!Talent:Seal of Command || MainHandSpeed < MIN_SPEED_SEAL",
"!Seal of Righteousness",
"Judgement of the Crusader",
"TargetHealth% > MIN_TARGET_HP%"
]
},
{
"Name": "AutoAttack",
"Requirements": [
"!AutoAttacking",
"!Divine Protection",
"!Blessing of Protection"
]
},
{
"Name": "Approach",
"Log": false
}
]
},
"Adhoc": {
"Sequence": [
{
"Name": "Blessing of Wisdom",
"Key": "4",
"Requirement": "!Blessing of Wisdom"
},
{
/*
#showtooltip
/use Heavy Weightstone
/use 16
/click StaticPopup1Button1
*/
"Name": "sharpen",
"Key": "F1",
"WhenUsable": true,
"HasCastbar": true,
"Requirement": "!HasMainHandEnchant",
"AfterCastWaitCastbar": true,
"AfterCastAuraExpected": true
},
{
"Name": "Sanctity Aura",
"Key": "5",
"Requirements": [
"Talent:Sanctity Aura",
"!Form:Paladin_Sanctity_Aura"
],
"AfterCastAuraExpected": true
},
{
"Name": "Retribution Aura",
"Key": "5",
"Requirements": [
"!Talent:Sanctity Aura",
"!Form:Paladin_Retribution_Aura"
],
"AfterCastAuraExpected": true
}
]
},
"Parallel": {
"Sequence": [
{
"Name": "Drink",
"Key": "-",
"Requirement": "Mana% < 40"
},
{
"Name": "Food",
"Key": "=",
"Requirement": "Health% < 40"
}
]
},
"NPC": {
"Sequence": [
{
"Name": "Repair",
"Key": "C",
"Requirement": "Durability% < 35",
"PathFilename": "25-30_Hillsbrad Foothills_Vendor.json",
"Cost": 6
},
{
"Name": "Sell",
"Key": "C",
"Requirements": [
"BagFull",
"BagGreyItem"
],
"PathFilename": "25-30_Hillsbrad Foothills_Vendor.json",
"Cost": 6
}
]
}
}