Template:MissionSLbox

From Warcraft Wiki
Jump to navigation Jump to search
Erezuel and His Pack
Garden of NightArdenweald
Level 13 Rare
Duration 12 hours
Expires after 24 hours
Enemies IconSmall VoidWolf.gif Verdant Prowler
IconSmall CinderWolf.gif Alpha Wolf Erezuel
Base cost 250 Reservoir Anima
Companion XP 500
Rewards 85 - 95g or
1,000 companion XP or
 [Adventurer's Mining Cache]

Use MissionSLbox to help summarize the vital stats of a particular adventure, leaving the body of the article to discuss lore and strategy. Including the following code creates the missionbox to the right.

Example code

{{MissionSLbox
 | name = Erezuel and His Pack
 | location = [[Garden of Night]]
 | zone = Ardenweald
 | duration = 12 hours
 | expires = 24 hours
 | level = 13
 | type = Rare
 | enemies = {{RaceIcon|VoidWolf}} [[Verdant Prowler]]<br/>{{RaceIcon|CinderWolf}} [[Alpha Wolf Erezuel]]
 | cost = 250
 | experience = 500
 | reward = {{cost|85 - 95}} or<br/>{{text|aquamarine|1,000 companion XP}} or<br/>[[Adventurer's Mining Cache]]
 | doc =
}}

Required fields

name
The name of the mission as it appears in-game. Defaults to "Untitled".
location
Area the adventure occurs in. Though this is internally present, it can't be seen in-game; use databases to find it. If a zone is listed as the location instead of a subzone, skip this.
zone
Zone the adventure occurs in. Also not displayed in-game. Used for categorization.
enemies
What enemies are encountered.
duration
Length of time the adventure takes.
cost
Amount of [Reservoir Anima] the adventure takes to start. Use the base amount, before adding units to the board.

experience or xp

Amount of XP companions on the adventure will gain. Don't include bonus XP listed as a reward.

Optional fields

type
"Rare" or "Elite".
level
For adventures that have specific levels (i.e. don't scale). Usually these will be tutorials or part of the adventure campaign. Databases should not be used for this, as they incorrectly list level 60 for all adventures.
expires
Amount of time a mission is available before expiring.

reward or rewards

Rewards. Use {{text|aquamarine|[number] companion XP}} for bonus experience rewards.
previous
For campaign adventures.
next
For campaign adventures.
doc
Prevents this template from adding any categories. Simply use "|doc=".