slayer plugin: add Forthos Dungeon
This adds icons for temple spiders and undead druids, and the Forthos Dungeon slayer area
This commit is contained in:
@@ -158,11 +158,13 @@ enum Task
|
|||||||
STEEL_DRAGONS("Steel dragons", ItemID.STEEL_DRAGON),
|
STEEL_DRAGONS("Steel dragons", ItemID.STEEL_DRAGON),
|
||||||
SULPHUR_LIZARDS("Sulphur Lizards", ItemID.SULPHUR_LIZARD),
|
SULPHUR_LIZARDS("Sulphur Lizards", ItemID.SULPHUR_LIZARD),
|
||||||
SUQAHS("Suqahs", ItemID.SUQAH_TOOTH),
|
SUQAHS("Suqahs", ItemID.SUQAH_TOOTH),
|
||||||
|
TEMPLE_SPIDERS("Temple Spiders", ItemID.RED_SPIDERS_EGGS),
|
||||||
TERROR_DOGS("Terror dogs", ItemID.TERROR_DOG),
|
TERROR_DOGS("Terror dogs", ItemID.TERROR_DOG),
|
||||||
THERMONUCLEAR_SMOKE_DEVIL("Thermonuclear Smoke Devil", ItemID.PET_SMOKE_DEVIL),
|
THERMONUCLEAR_SMOKE_DEVIL("Thermonuclear Smoke Devil", ItemID.PET_SMOKE_DEVIL),
|
||||||
TROLLS("Trolls", ItemID.TROLL_GUARD),
|
TROLLS("Trolls", ItemID.TROLL_GUARD),
|
||||||
TUROTH("Turoth", ItemID.TUROTH),
|
TUROTH("Turoth", ItemID.TUROTH),
|
||||||
TZHAAR("Tzhaar", ItemID.ENSOULED_TZHAAR_HEAD),
|
TZHAAR("Tzhaar", ItemID.ENSOULED_TZHAAR_HEAD),
|
||||||
|
UNDEAD_DRUIDS("Undead Druids", ItemID.MASK_OF_RANUL),
|
||||||
VAMPYRES("Vampyres", ItemID.STAKE, "Vyrewatch", "Vampire"),
|
VAMPYRES("Vampyres", ItemID.STAKE, "Vyrewatch", "Vampire"),
|
||||||
VENENATIS("Venenatis", ItemID.VENENATIS_SPIDERLING),
|
VENENATIS("Venenatis", ItemID.VENENATIS_SPIDERLING),
|
||||||
VETION("Vet'ion", ItemID.VETION_JR),
|
VETION("Vet'ion", ItemID.VETION_JR),
|
||||||
@@ -192,6 +194,7 @@ enum Task
|
|||||||
"Death Plateau",
|
"Death Plateau",
|
||||||
"Evil Chicken's Lair",
|
"Evil Chicken's Lair",
|
||||||
"Fossil Island",
|
"Fossil Island",
|
||||||
|
"Forthos Dungeon",
|
||||||
"Fremennik Slayer Dungeon",
|
"Fremennik Slayer Dungeon",
|
||||||
"God Wars Dungeon",
|
"God Wars Dungeon",
|
||||||
"Iorwerth Dungeon",
|
"Iorwerth Dungeon",
|
||||||
|
|||||||
Reference in New Issue
Block a user