Skip to content

Commit

Permalink
Prayer - Add sinister offering modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
TheStonedTurtle committed Mar 13, 2024
1 parent bb3004b commit ea6e643
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ private static void createModifiers(final ItemManager manager, final Map<Integer
addModifier(new StaticModifier(Skill.PRAYER, "Lit Gilded Altar (350% xp)", 3.5f, BONES, null));
addModifier(new StaticModifier(Skill.PRAYER, "Ectofuntus (400% xp)", 4, BONES, null));
addModifier(new ConsumptionModifier(Skill.PRAYER, "Wildy Altar (350% xp & 50% Save)", 0.5f, BONES, null)
addModifier(new StaticModifier(Skill.PRAYER, "Sinister Offering (300% xp)", 3, BONES, null));
{
@Override
public double appliedXpRate(final Activity activity)
Expand Down

0 comments on commit ea6e643

Please sign in to comment.