forked from julianperrott/WowClassicGrindBot
-
-
Notifications
You must be signed in to change notification settings - Fork 137
/
Copy pathPaladin_1.json
40 lines (40 loc) · 791 Bytes
/
Paladin_1.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
{
"ClassName": "Paladin",
"PathFilename": "_pack\\1-20\\Draenei\\1-5_Azuremyst Isle.json",
"Combat": {
"Sequence": [
{
"Name": "Seal of Righteousness",
"Key": "2",
"Requirement": "!Seal of Righteousness"
},
{
"Name": "AutoAttack"
},
{
"Name": "Approach",
"Log": false
}
]
},
"Adhoc": {
"Sequence": [
{
"Name": "Holy Light",
"HasCastBar": true,
"Key": "3",
"Requirement": "Health%<50",
"Cooldown": 8000
},
{
"Name": "Devotion Aura",
"Key": "5",
"Requirements": [
"Spell:Devotion Aura",
"!Form:Paladin_Devotion_Aura"
],
"AfterCastAuraExpected": true
}
]
}
}