Module:Sandbox/User:Andmcadams/Slayer/Turael: Difference between revisions
Jump to navigation
Jump to search
illerai>Andmcadams Recreate page for testing |
m 1 revision imported |
(No difference)
|
Latest revision as of 22:24, 2 November 2024
Documentation for this module may be created at Module:Sandbox/User:Andmcadams/Slayer/Turael/doc
local SlayerConsts = require ('Module:Sandbox/User:Andmcadams/SlayerConsts')
return {
[SlayerConsts.TASK_BANSHEES] = { name = "[[Banshee]]s", requirements = {Slayer = 15, Combat = 20, Quest = SlayerConsts.QUEST_PRIEST_IN_PERIL}, weight = 8},
[SlayerConsts.TASK_BATS] = { name = "[[Bat]]s", requirements = {Combat = 5}, weight = 7},
[SlayerConsts.TASK_BIRDS] = { name = "[[Bird]]s", requirements = {}, weight = 6},
[SlayerConsts.TASK_BEARS] = { name = "[[Bear]]s", requirements = {Combat = 13}, weight = 7},
[SlayerConsts.TASK_CAVE_BUGS] = { name = "[[Cave bug]]s", requirements = {Slayer = 7}, weight = 8},
[SlayerConsts.TASK_CAVE_CRAWLERS] = { name = "[[Cave crawler]]s", requirements = {Slayer = 10, Combat = 10}, weight = 8},
[SlayerConsts.TASK_CAVE_SLIME] = { name = "[[Cave slime]]", requirements = {Slayer = 17, Combat = 15}, weight = 8},
[SlayerConsts.TASK_COWS] = { name = "[[Cow]]s", requirements = {Combat = 5}, weight = 8},
[SlayerConsts.TASK_CRAWLING_HANDS] = { name = "[[Crawling Hand]]s", requirements = {Slayer = 5, Quest = SlayerConsts.QUEST_PRIEST_IN_PERIL}, weight = 8},
[SlayerConsts.TASK_DOGS] = { name = "[[Dog]]s", requirements = {Combat = 15}, weight = 7},
[SlayerConsts.TASK_DWARVES] = { name = "[[Dwarves]]", requirements = {Combat = 6}, weight = 7},
[SlayerConsts.TASK_GHOSTS] = { name = "[[Ghost]]s", requirements = {Combat = 13}, weight = 7},
[SlayerConsts.TASK_GOBLINS] = { name = "[[Goblin]]s", requirements = {}, weight = 7},
[SlayerConsts.TASK_ICEFIENDS] = { name = "[[Icefiend]]s", requirements = {Combat = 20}, weight = 8},
[SlayerConsts.TASK_KALPHITES] = { name = "[[Kalphite]]s", requirements = {Combat = 15}, weight = 6},
[SlayerConsts.TASK_LIZARDS] = { name = "[[Lizard]]s", requirements = {Slayer = 22}, weight = 8},
[SlayerConsts.TASK_MINOTAURS] = { name = "[[Minotaur]]s", requirements = {Combat = 7}, weight = 7},
[SlayerConsts.TASK_MONKEY] = { name = "[[Monkey]]s", requirements = {}, weight = 6},
[SlayerConsts.TASK_RATS] = { name = "[[Rat]]s", requirements = {}, weight = 7},
[SlayerConsts.TASK_SCORPIONS] = { name = "[[Scorpion]]s", requirements = {Combat = 7}, weight = 7},
[SlayerConsts.TASK_SKELETONS] = { name = "[[Skeleton]]s", requirements = {Combat = 15}, weight = 7},
[SlayerConsts.TASK_SPIDERS] = { name = "[[Spider]]s", requirements = {}, weight = 6},
[SlayerConsts.TASK_WOLVES] = { name = "[[Wolf|Wolves]]", requirements = {Combat = 20}, weight = 7},
[SlayerConsts.TASK_ZOMBIES] = { name = "[[Zombie]]s", requirements = {Combat = 10}, weight = 7}
}