Jump to content

Template:Augment/doc

From Drifters Almanac
Overview

This template is used to display information about crafted Augments.
Augments apply small stat modifications to specific gear slots (e.g., Vambraces, Faulds) and are always crafted.

Usage

Paste the following example into any page to use the template:

{{Augment
| name = 
| tooltip_image = AugmentPlaceholder.png

| augment_category1 = 
| augment_category2 = 
| level_requirement = 
| class_requirement1 = 
| class_requirement2 = 
| class_requirement3 = 

| stat1_name = 
| stat1_value = 
| stat2_name = 
| stat2_value = 
| stat3_name = 
| stat3_value = 
| stat4_name = 
| stat4_value = 
| stat5_name = 
| stat5_value = 
| stat6_name = 
| stat6_value = 

| crafting_profession = 
| recipe_page = 

| component1_name = 
| component1_material = 
| component1_material_category = 
| component2_name = 
| component2_material = 
| component2_material_category = 
| component3_name = 
| component3_material = 
| component3_material_category = 
| component4_name = 
| component4_material = 
| component4_material_category = 
| component5_name = 
| component5_material = 
| component5_material_category = 
}}
Parameters

name
Optional. Display name of the augment (defaults to the page name if omitted).
tooltip_image
File name for the tooltip image (do not include the "File:" prefix).
augment_category1 – augment_category2
Equipment types this augment applies to (e.g., Vambraces, Faulds). Automatically categorized.
level_requirement
Minimum level required to use.
class_requirement1 – class_requirement3
Class(es) allowed to use the augment.
stat1_name – stat6_name
Names of stat modifications granted by the augment (e.g., Combat Movement, Resilience).
stat1_value – stat6_value
Corresponding values for each stat.
crafting_profession
Crafting profession that makes the augment (e.g., Weaponsmith, Outfitter).
recipe_page
Name of the recipe used to craft this augment.
component1_name – component5_name
Display name for each crafting component (e.g., Base, Reinforcement).
component1_material – component5_material
One or more specific items that can be used for this component (e.g., Copper Ingot). Separate multiple entries with commas. Each is auto-linked.
component1_material_category – component5_material_category
One or more material categories allowed for each component (e.g., Copper Metal). Each will link to the appropriate category. If both material and material_category are provided, material takes priority.
Categories

Pages using this template are automatically added to:

  • Category:Augment
  • Category:<augment_category> Augment
Notes

  • Augments are not soulbound and cannot be sold or purchased from vendors.
  • All sections are optional and will only appear if data is provided.
  • Supports up to 6 stat modifiers and 5 components.
  • Uses the shared CraftingDetails and AdditionalStats templates for formatting.