Skip to content

Commit

Permalink
TRAINER: add area and range for various archer skills
Browse files Browse the repository at this point in the history
  • Loading branch information
mascaldotfr committed Jul 21, 2024
1 parent 7f08b5e commit 917cad3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions data/trainer/1.33.12/trainerdata.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,10 @@
"cast":1.5,
"gcd":"Normal",
"cooldown":180.0,
"area":10,
"damage":{
"Attack":"+100%",
"Piercing":[300,400,500,600,700]
"Attack (75° arc)":"+100%",
"Piercing (75° arc)":[300,400,500,600,700]
}
}
]
Expand Down Expand Up @@ -707,8 +708,9 @@
"cooldown":20,
"duration":[15, 20, 25, 35, 50],
"weapon_interval": true,
"area":25,
"buffs":{
"Reveal": true
"Reveal (45° arc)":true
}
},
{
Expand Down Expand Up @@ -1056,6 +1058,7 @@
"gcd":"Short",
"cooldown":20.0,
"duration":[3,4,5,6,7],
"area":20,
"damage":{
"Fire (instant, 40° arc)":["80-120","190-240","300-360","410-480","520-600"]
},
Expand Down
2 changes: 1 addition & 1 deletion js/menu.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 917cad3

Please sign in to comment.