Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TastyPumPum committed Apr 11, 2024
1 parent 7364bf0 commit e85e80b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/simulation/monsters/low/a-f/AbyssalDemon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e85e80b

Please sign in to comment.