About
This template shows the wilderness slayer drop table. This template renders out all slayer wilderness items you can receive on a slayer task from Krystilia.
Usage
{{WildernessSlayerDropTable
|combat = <!-- Lowest combat level (or only combat level if there will be no range) -->
|hitpoints = <!-- Lowest hitpoints of the monster (or the only hitpoints value if there will be no range) -->
|combatmax = <!-- (Optional) Max combat level of the given monster -->
|hitpointsmax = <!-- (Optional) Max hitpoints amount of the given monster -->
|f2p = <!-- (Optional) Sets the namenotes to {{(m)}} on all items; used if the monster in question is a F2P monster too -->
|boss = <!-- (Optional) Converts the enchantment scrolls to the capped value possible for boss monsters -->
|slayerbonus = <!-- (Optional) Applies a 20% buff to the larran's key values if the monster has a Slayer level requirement of >= 2 -->
|revenant = <!-- (Optional) Applies a 15% buff to the larran's key values if the monster is found in the Wilderness Slayer Cave -->
|altraritydash = <!-- (Optional) Sets the dropsline parameter "altraritydash" to yes if there will be a range of values for a monster instead of 1 or 2 -->
|versionname = <!-- (Optional) SMW name override for drop source pull -->
}}
Examples
Monster with one level
{{WildernessSlayerDropTable|combat=100|hitpoints=105}}
The following drops are only accessible while on a Slayer task given by Krystilia.
Monster with two levels
{{WildernessSlayerDropTable|combat=100|combatmax=200|hitpoints=105|hitpointsmax=150}}
The following drops are only accessible while on a Slayer task given by Krystilia.
Monster with range of levels
{{WildernessSlayerDropTable|combat=100|combatmax=200|hitpoints=105|hitpointsmax=150|altraritydash=yes}}
The following drops are only accessible while on a Slayer task given by Krystilia.
Monster that is a boss (e.g. Callisto)
{{WildernessSlayerDropTable|combat=470|hitpoints=255|boss=yes}}
The following drops are only accessible while on a Slayer task given by Krystilia.
Monster with slayer bonus
{{WildernessSlayerDropTable|combat=100|hitpoints=105|slayerbonus=yes}}
The following drops are only accessible while on a Slayer task given by Krystilia.
Monster that is non-members
{{WildernessSlayerDropTable|combat=100|hitpoints=105|f2p=yes}}
The following drops are only accessible while on a Slayer task given by Krystilia.