Module:Sandbox/User:Andmcadams/Slayer/Krystilia

From Illerai

This is an old revision of this page, as edited by illerai>Andmcadams at 03:36, 29 January 2020 (Recreate page for testing). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Sandbox/User:Andmcadams/Slayer/Krystilia/doc

local SlayerConsts = require ('Module:Sandbox/User:Andmcadams/SlayerConsts')
return {
[SlayerConsts.TASK_ANKOU] = { name = "[[Ankou]]", requirements = {}, weight = 6},
[SlayerConsts.TASK_AVIANSIE] = { name = "[[Aviansie]]", requirements = {Unlock = SlayerConsts.UNLOCK_WATCH_THE_BIRDIE}, weight = 7},
[SlayerConsts.TASK_BANDITS] = { name = "[[Bandit]]s", requirements = {}, weight = 4},
[SlayerConsts.TASK_BEARS] = { name = "[[Bear]]", requirements = {}, weight = 6},
[SlayerConsts.TASK_BLACK_DEMONS] = { name = "[[Black demon]]", requirements = {}, weight = 7},
[SlayerConsts.TASK_BLACK_DRAGONS] = { name = "[[Black dragon]]", requirements = {}, weight = 4},
[SlayerConsts.TASK_BOSS] = { name = "[[Boss]]", requirements= {Unlock= SlayerConsts.UNLOCK_LIKE_A_BOSS}, weight= 8, subtable = {
	[SlayerConsts.TASK_BOSS_CALLISTO] = { name = "[[Callisto]]", requirements= {}, weight= 1},
	[SlayerConsts.TASK_BOSS_CHAOS_ELEMENTAL] = { name = "[[Chaos Elemental]]", requirements= {}, weight= 1},
	[SlayerConsts.TASK_BOSS_CHAOS_FANATIC] = { name = "[[Chaos Fanatic]]", requirements= {}, weight= 1},
	[SlayerConsts.TASK_BOSS_CRAZY_ARCHAEOLOGIST] = { name = "[[Crazy archaeologist]]", requirements= {}, weight= 1},
	[SlayerConsts.TASK_BOSS_SCORPIA] = { name = "[[Scorpia]]", requirements= {}, weight= 1},
	[SlayerConsts.TASK_BOSS_VENENATIS] = { name = "[[Venenatis]]", requirements= {}, weight= 1},
	[SlayerConsts.TASK_BOSS_VETION] = { name = "[[Vet'ion]]", requirements= {}, weight= 1}
}},
[SlayerConsts.TASK_CHAOS_DRUIDS] = { name = "[[Chaos druid]]", requirements = {}, weight = 5},
[SlayerConsts.TASK_DARK_WARRIORS] = { name = "[[Dark warrior]]", requirements = {}, weight = 4},
[SlayerConsts.TASK_EARTH_WARRIORS] = { name = "[[Earth warrior]]", requirements = {}, weight = 6},
[SlayerConsts.TASK_ENTS] = { name = "[[Ent]]", requirements = {}, weight = 5},
[SlayerConsts.TASK_FIRE_GIANTS] = { name = "[[Fire giant]]", requirements = {}, weight = 7},
[SlayerConsts.TASK_GREATER_DEMONS] = { name = "[[Greater demon]]", requirements = {}, weight = 8},
[SlayerConsts.TASK_GREEN_DRAGONS] = { name = "[[Green dragon]]", requirements = {}, weight = 4},
[SlayerConsts.TASK_HELLHOUNDS] = { name = "[[Hellhound]]", requirements = {}, weight = 7},
[SlayerConsts.TASK_ICE_GIANTS] = { name = "[[Ice giant]]", requirements = {}, weight = 6},
[SlayerConsts.TASK_ICE_WARRIORS] = { name = "[[Ice warrior]]", requirements = {}, weight = 7},
[SlayerConsts.TASK_LAVA_DRAGONS] = { name = "[[Lava dragon]]", requirements = {}, weight = 3},
[SlayerConsts.TASK_LESSER_DEMONS] = { name = "[[Lesser demon]]", requirements = {}, weight = 6},
[SlayerConsts.TASK_MAGIC_AXES] = { name = "[[Magic axe]]", requirements = {}, weight = 7},
[SlayerConsts.TASK_MAMMOTHS] = { name = "[[Mammoth]]", requirements = {}, weight = 6},
[SlayerConsts.TASK_REVENANTS] = { name = "[[Revenant]]", requirements = {}, weight = 5},
[SlayerConsts.TASK_ROGUES] = { name = "[[Rogue]]", requirements = {}, weight = 5},
[SlayerConsts.TASK_SCORPIONS] = { name = "[[Scorpion]]", requirements = {}, weight = 6},
[SlayerConsts.TASK_SKELETONS] = { name = "[[Skeleton]]", requirements = {}, weight = 5},
[SlayerConsts.TASK_SPIDERS] = { name = "[[Spider]]", requirements = {}, weight = 6},
[SlayerConsts.TASK_SPIRITUAL_CREATURES] = { name = "[[Spiritual creature]]s", requirements = {Slayer = 63, Quest = SlayerConsts.QUEST_DEATH_PLATEAU}, weight = 6},
}