Skip to content

Commit

Permalink
expanded fraction
Browse files Browse the repository at this point in the history
  • Loading branch information
DayV-git committed Nov 11, 2024
1 parent de4a37b commit fd12e17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/simulation/monsters/low/t-z/WealthyCitizen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
});

0 comments on commit fd12e17

Please sign in to comment.