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)