Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Wilderness Diary Rewards for Each Tier #1956

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ public List<UnlockReward> getUnlockRewards()
{
return Arrays.asList(
new UnlockReward("Wilderness lever can teleport you to either Edgeville or Ardougne"),
new UnlockReward("10 random free runes from Lundail once per day")
new UnlockReward("40 random free runes from Lundail once per day")
);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ public List<UnlockReward> getUnlockRewards()
new UnlockReward("Free entry to the Resource Area"),
new UnlockReward("All dragon bones drops in the Wilderness are noted. (Note: This does not include the King Black Dragon, as his lair is not Wilderness affected.)"),
new UnlockReward("Noted lava dragon bones can be toggled by speaking to the Lesser Fanatic."),
new UnlockReward("50 random free runes from Lundail once per day"),
new UnlockReward("200 random free runes from Lundail once per day"),
new UnlockReward("Increased dark crab catch rate")
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ public List<UnlockReward> getUnlockRewards()
new UnlockReward("Access to a shortcut to the Lava Dragon Isle (requires Agility 74 )"),
new UnlockReward("Access to a shortcut to the Lava Maze (requires Agility 82 )"),
new UnlockReward("Can have 5 ecumenical keys at a time"),
new UnlockReward("30 random free runes from Lundail once per day"),
new UnlockReward("120 random free runes from Lundail once per day"),
new UnlockReward("Able to choose your destination when teleporting through the Ancient Obelisks"),
new UnlockReward("50% off entry to Resource Area (3,750gp)"),
new UnlockReward("Wine of zamorak found in the Chaos Temple (hut) and Deep Wilderness Dungeon will be received in noted form"),
Expand Down
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
Loading