From e85e80b26452a9d2149428bd7085d65089e732e8 Mon Sep 17 00:00:00 2001 From: TastyPumPum Date: Thu, 11 Apr 2024 19:05:21 +0100 Subject: [PATCH] Lint --- src/simulation/monsters/low/a-f/AbyssalDemon.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/simulation/monsters/low/a-f/AbyssalDemon.ts b/src/simulation/monsters/low/a-f/AbyssalDemon.ts index 3212d9b7f..2177f94fe 100644 --- a/src/simulation/monsters/low/a-f/AbyssalDemon.ts +++ b/src/simulation/monsters/low/a-f/AbyssalDemon.ts @@ -4,14 +4,14 @@ import HerbDropTable from "../../../subtables/HerbDropTable"; import RareDropTable, { GemTable } from "../../../subtables/RareDropTable"; const WildySlayerCaveTable = new LootTable() - .add("Blighted entangle sack", [1, 10], 145_00) - .add("Blighted anglerfish", [1, 2], 108_00) - .add("Blighted manta ray", [1, 2], 71_90) - .add("Blighted karambwan", [1, 2], 71_90) - .add("Blighted teleport spell sack", [1, 10], 71_90) - .add("Blighted ancient ice sack", [1, 10], 71_90) - .add("Blighted vengeance sack", [1, 10], 71_90) - .add("Blighted super restore(4)", 1, 36_00) + .add("Blighted entangle sack", [1, 10], 14500) + .add("Blighted anglerfish", [1, 2], 10800) + .add("Blighted manta ray", [1, 2], 7190) + .add("Blighted karambwan", [1, 2], 7190) + .add("Blighted teleport spell sack", [1, 10], 7190) + .add("Blighted ancient ice sack", [1, 10], 7190) + .add("Blighted vengeance sack", [1, 10], 7190) + .add("Blighted super restore(4)", 1, 3600) .add("Revenant cave teleport", 1, 3600) .add("Dareeyak teleport", 1, 720) .add("Wilderness crabs teleport", 1, 720)