Skip to content

Commit

Permalink
Updated Wilderness Diary Rewards for Each Tier (#1956)
Browse files Browse the repository at this point in the history
* added missing rewards

* wilderness easy rewards small fix

* wilderness hard rewards small rune number fix

* wilderness elite rewards small rune number fix
  • Loading branch information
vmgi authored Jan 23, 2025
1 parent 99eb1ea commit 6ca7406
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
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

0 comments on commit 6ca7406

Please sign in to comment.