Skip to content

Commit

Permalink
xpdrop: add Ruinous Powers
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam- committed Nov 19, 2023
1 parent 6df56e0 commit 3aadf1a
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@ enum PrayerType
.put(Prayer.PIETY, PrayerType.MELEE)
.put(Prayer.RIGOUR, PrayerType.RANGE)
.put(Prayer.AUGURY, PrayerType.MAGIC)
// RP
.put(Prayer.RP_ANCIENT_STRENGTH, PrayerType.MELEE)
.put(Prayer.RP_ANCIENT_SIGHT, PrayerType.RANGE)
.put(Prayer.RP_ANCIENT_WILL, PrayerType.MAGIC)
.putAll(Prayer.RP_TRINITAS, PrayerType.MELEE, PrayerType.RANGE, PrayerType.MAGIC)
.put(Prayer.RP_DECIMATE, PrayerType.MELEE)
.put(Prayer.RP_ANNIHILATE, PrayerType.RANGE)
.put(Prayer.RP_VAPORISE, PrayerType.MAGIC)
.putAll(Prayer.RP_INTENSIFY, PrayerType.MELEE, PrayerType.RANGE, PrayerType.MAGIC)
.build();

@Inject
Expand Down

0 comments on commit 3aadf1a

Please sign in to comment.