Skip to content

Commit

Permalink
[RPR] Most of Dawntrail support (xivanalysis#2028)
Browse files Browse the repository at this point in the history
* Add & update 7.0 Reaper Actions & Statuses

* update Gluttony

* Perfectio is affected by sks

* fix spelling error

* Add static handles

* Add Executior to Postionals

* Remove Gluttony from Reaver

* Add Executioner Module and update Reaver icon

* update buff module

* update cooldown offsets

* update Executioner

* update proc consumers

* Add Execution skills to Aoe checker

* update executioner

* update Executioner comments

* Remove Exectioner's from postionals

* Add Harpe Stat

* Add Drift and Arcane Circle note

* yarn extract

* update Enshroud

* remove unused dependency

* update Arcane Circle
  • Loading branch information
Rjb99 authored Jul 22, 2024
1 parent 5a51dcf commit 4b78cf5
Show file tree
Hide file tree
Showing 17 changed files with 506 additions and 40 deletions.
10 changes: 10 additions & 0 deletions locale/de/messages.json

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

12 changes: 11 additions & 1 deletion locale/en/messages.json

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

10 changes: 10 additions & 0 deletions locale/fr/messages.json

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

10 changes: 10 additions & 0 deletions locale/ja/messages.json

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

10 changes: 10 additions & 0 deletions locale/ko/messages.json

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

10 changes: 10 additions & 0 deletions locale/zh/messages.json

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

7 changes: 6 additions & 1 deletion src/parser/jobs/rpr/modules/AoE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,15 @@ export class AoE extends AoEUsages {
stActions: [this.data.actions.GALLOWS, this.data.actions.GIBBET],
minTargets: 3,
},
{
aoeAction: this.data.actions.EXECUTIONERS_GUILLOTINE,
stActions: [this.data.actions.EXECUTIONERS_GALLOWS, this.data.actions.EXECUTIONERS_GIBBET],
minTargets: 3,
},
{
aoeAction: this.data.actions.LEMURES_SCYTHE,
stActions: [this.data.actions.LEMURES_SLICE],
minTargets: 2,
minTargets: 3,
},
{
aoeAction: this.data.actions.GRIM_REAPING,
Expand Down
Loading

0 comments on commit 4b78cf5

Please sign in to comment.