Module:Sandbox/User:Andmcadams/Slayer/Mazchna: 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/Mazchna/doc
local SlayerConsts = require ('Module:Sandbox/User:Andmcadams/SlayerConsts')
return {
[SlayerConsts.TASK_BANSHEES] = { name = "[[Banshee]]", requirements = {Slayer = 15, Combat = 20, Quest = SlayerConsts.QUEST_PRIEST_IN_PERIL}, weight = 8},
[SlayerConsts.TASK_BATS] = { name = "[[Bat]]", requirements = {Combat = 5}, weight = 7},
[SlayerConsts.TASK_BEARS] = { name = "[[Bear]]s", requirements = {Combat = 13}, weight = 6},
[SlayerConsts.TASK_CATABLEPON] = { name = "[[Catablepon]]", requirements = {Combat = 35}, weight = 8},
[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_COCKATRICE] = { name = "[[Cockatrice]]", requirements = {Slayer = 25, Combat = 25, Defence = 20}, weight = 8},
[SlayerConsts.TASK_CRAWLING_HANDS] = { name = "[[Crawling Hand]]s", requirements = {Slayer = 5, Quest = SlayerConsts.QUEST_PRIEST_IN_PERIL}, weight = 8},
[SlayerConsts.TASK_LIZARDS] = { name = "[[Lizard]]s", requirements = {Slayer = 22}, weight = 8},
[SlayerConsts.TASK_DOGS] = { name = "[[Dog]]s", requirements = {Combat = 15}, weight = 7},
[SlayerConsts.TASK_EARTH_WARRIORS] = { name = "[[Earth warrior]]", requirements = {Combat = 35}, weight = 6},
[SlayerConsts.TASK_FLESH_CRAWLERS] = { name = "[[Flesh Crawler]]", requirements = {Combat = 15}, weight = 7},
[SlayerConsts.TASK_GHOSTS] = { name = "[[Ghost]]s", requirements = {Combat = 13}, weight = 7},
[SlayerConsts.TASK_GHOULS] = { name = "[[Ghoul]]s", requirements = {Combat = 25, Quest = SlayerConsts.QUEST_PRIEST_IN_PERIL}, weight = 7},
[SlayerConsts.TASK_HILL_GIANTS] = { name = "[[Hill Giant]]s", requirements = {Combat = 25}, weight = 7},
[SlayerConsts.TASK_HOBGOBLINS] = { name = "[[Hobgoblin]]s", requirements = {Combat = 20}, weight = 7},
[SlayerConsts.TASK_ICE_WARRIORS] = { name = "[[Ice warrior]]s", requirements = {Combat = 45}, weight = 7},
[SlayerConsts.TASK_KALPHITES] = { name = "[[Kalphites]]", requirements = {Combat = 15}, weight = 6},
[SlayerConsts.TASK_KILLERWATTS] = { name = "[[Killerwatt]]", requirements = {Slayer = 37, Combat = 50, Quest = SlayerConsts.QUEST_ERNEST_THE_CHICKEN}, weight = 6},
[SlayerConsts.TASK_MOGRES] = { name = "[[Mogres]]", requirements = {Slayer = 32, Combat = 30, Quest = SlayerConsts.QUEST_SKIPPY_AND_THE_MOGRES}, weight = 8},
[SlayerConsts.TASK_PYREFIENDS] = { name = "[[Pyrefiend]]", requirements = {Slayer = 30, Combat = 25}, weight = 8},
[SlayerConsts.TASK_ROCKSLUGS] = { name = "[[Rockslug]]", requirements = {Slayer = 20, Combat = 20}, weight = 8},
[SlayerConsts.TASK_SCORPIONS] = { name = "[[Scorpion]]", requirements = {Combat = 7}, weight = 7},
[SlayerConsts.TASK_SHADES] = { name = "[[Shade]]s", requirements = {Combat = 30}, weight = 8},
[SlayerConsts.TASK_SKELETONS] = { name = "[[Skeleton]]s", requirements = {Combat = 15}, weight = 7},
[SlayerConsts.TASK_VAMPYRES] = { name = "[[Vampyre]]s", requirements = {Combat = 35, Quest = SlayerConsts.QUEST_PRIEST_IN_PERIL}, weight = 6},
[SlayerConsts.TASK_WALL_BEASTS] = { name = "[[Wall beast]]s", requirements = {Slayer = 35, Combat = 30, Defence = 5}, weight = 7},
[SlayerConsts.TASK_WOLVES] = { name = "[[Wolf|Wolves]]", requirements = {Combat = 20}, weight = 7},
[SlayerConsts.TASK_ZOMBIES] = { name = "[[Zombie]]s", requirements = {Combat = 10}, weight = 7}
}