Skip to content

Commit

Permalink
added missing rewards
Browse files Browse the repository at this point in the history
  • Loading branch information
vmgi committed Jan 21, 2025
1 parent 01fbbb1 commit 563d6e9
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,11 @@ public List<UnlockReward> getUnlockRewards()
new UnlockReward("Increases the chance of a successful yield from ents by 15%"),
new UnlockReward("20% off entry to Resource Area (6000gp)"),
new UnlockReward("Can have 4 ecumenical keys at a time"),
new UnlockReward("20 random free runes from Lundail once per day")
new UnlockReward("80 random free runes from Lundail once per day"),
new UnlockReward("Access to shortcut in Deep Wilderness Dungeon"),
new UnlockReward("Access to Spindel, Artio and Calvar'ion"),
new UnlockReward("Players will receive standard quantity of loot from rogues' chests (rather than -25%)"),
new UnlockReward("Players will roll on Zombie pirate drop table 50% of the time (rather than 15%)")
);
}

Expand Down

0 comments on commit 563d6e9

Please sign in to comment.