Refactoring and Clue scrolls (#126)

* refactor treasure trails

* tidy up random functions

* tidy up treasure trails

* refactor drops, consistant

* add clue scroll drops

* spread item rewards

* update rewards

* remove odd behaving items

* always give 2 → 4 items (1 stackable)
This commit is contained in:
Danial
2019-10-28 15:18:28 +13:00
committed by Daniel Ginovker
parent 52414ce985
commit 4760cee80e
5 changed files with 1921 additions and 806 deletions
@@ -15,7 +15,9 @@ public class NPCDropsHandler {
ALWAYS = 0,
COINSRATE = 3, CHICKEN_RATE = 75 / 100,
COMMON = 2 + r(48),
UNCOMMON = 51 + r(49), RARE = 101 + r(411), VERY_RARE = 513;
UNCOMMON = 51 + r(49),
RARE = 101 + r(411),
VERY_RARE = 513;
/**
* Handles the npc drops for the npc names.