From fd12e17aa55aee274b255d4424f80febbadf86ce Mon Sep 17 00:00:00 2001 From: DayV Date: Mon, 11 Nov 2024 18:00:07 +0000 Subject: [PATCH] expanded fraction --- src/simulation/monsters/low/t-z/WealthyCitizen.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/simulation/monsters/low/t-z/WealthyCitizen.ts b/src/simulation/monsters/low/t-z/WealthyCitizen.ts index 80bf6cf89..6a4376106 100644 --- a/src/simulation/monsters/low/t-z/WealthyCitizen.ts +++ b/src/simulation/monsters/low/t-z/WealthyCitizen.ts @@ -4,9 +4,9 @@ import SimpleMonster from "../../../../structures/SimpleMonster"; export default new SimpleMonster({ id: 13302, name: "Wealthy Citizen", - pickpocketTable: new LootTable({ limit: 1445 }) - .add("Coins", 85, 1343) - .add("House keys", 1, 85) - .add("Clue Scroll (Easy)", 1, 17), + pickpocketTable: new LootTable({ limit: 85 }) + .add("Coins", 85, 79) + .add("House keys", 1, 5) + .add("Clue Scroll (Easy)", 1, 1), aliases: ["wealthy citizen", "wealthy", "citizen", "varlamore citizen"], });