From 462ebd016c331e20d7180ebcccd33f86ff2dd6ba Mon Sep 17 00:00:00 2001 From: NetSysFire <59517351+NetSysFire@users.noreply.github.com> Date: Thu, 2 Mar 2023 23:28:11 +0100 Subject: be a bit more generous with the amounts --- npc/functions/treasure.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/npc/functions/treasure.txt b/npc/functions/treasure.txt index 80bc75bc9..303c9dba6 100644 --- a/npc/functions/treasure.txt +++ b/npc/functions/treasure.txt @@ -90,6 +90,12 @@ function script TreasureBox { .@count=rand(1, 10); else if (.@loot == ScrollSCave) .@count=rand(2, 5); + else if (.@loot == Beer) + .@count=rand(2, 4); + else if (.@loot == WoodenLog) + .@count=rand(1, 3); + else if (.@loot == SmallMushroom) + .@count=rand(5, 8); else if (.@loot == IcedBottle) { .@count=rand(2, 3); if (season() == SUMMER) @@ -101,7 +107,7 @@ function script TreasureBox { if (.@loot == Coal || .@loot == EmptyBottle) .@count=rand(1, 3); else if (.@loot == Chagashroom || .@loot == Plushroom) - .@count=rand(5, 10); + .@count=rand(10, 20); else if (.@loot == RawLog || .@loot == EmptyBox) .@count=rand(2, 4); else if (.@loot == LeatherPatch) -- cgit v1.2.3-60-g2f50