Template:Equipment

Revision as of 07:14, 6 June 2025 by OneDarkWolfy (talk | contribs) (Updated to include "Runes", also adjusted number sequence.)

The Equipment template is used to document custom weapons, armor, and tools on Alathra. It supports up to 3 images and a range of stats for combat and utility equipment.

Parameters

This template accepts various parameters depending on the item type. Some commonly used ones include:

  • `title` – Name of the item.
  • `image`, `image1`, `image2` – Up to 3 images displayed on the left.
  • `type` – Type of equipment (e.g., Sword, Helmet, Pickaxe).
  • `crafting` – Crafting recipe (supports lists).
  • `attack_damage`, `attack_speed`, `combat_range`, `arrow_velocity` – Weapon stats.
  • `dodge_rating`, `armor`, `armor_toughness`, `movement_speed` – Armor stats.
  • `mining_speed` – Tool stat.
  • `rune_slots` – Number and types of rune slots (supports lists).
  • `ability`, `handling`, `tier`, `armor_grade` – Additional attributes.
  • `notes` – Miscellaneous notes or tips.

Examples

Weapon Example – Copper Dagger

Code

{{Equipment
| title = Copper Dagger
| image = Copper Dagger recipe.png
| image1 = Copper Dagger recipe.png
| image2 = Copper Dagger recipe.png
| type = Dagger
| crafting = 
* 1 Stick
* 1 Copper Ingot
* 1 Copper Nugget
| attack_damage = N/A
| attack_speed = N/A
| combat_range = N/A
| rune_slots = 
* 1 Red Rune slot
| handling = One-handed
| tier = Stone
}}

How it looks

     
     
     
Copper Dagger
TypeDagger
Crafting Resources
  • 1 Stick
  • 1 Copper Ingot
  • 1 Copper Nugget
Stats
Attack DamageN/A
Attack SpeedN/A
Combat RangeN/A
Armor Stats
Rune Stats
Other Information
Rune Slots
  • 1 Red Rune slot
HandlingOne-handed
TierStone
Notes


Armor Example – Wooden Helmet

Code

{{Equipment
| title = Wooden Helmet
| image = Wooden Helmet recipe.png
| type = Helmet
| crafting = 
* 5 Oak Log
| dodge_rating = N/A
| armor = N/A
| armor_toughness = N/A
| movement_speed = N/A
| rune_slots = 
* 1 Blue Rune slot
| armor_grade = Light 
| tier = Wood
| notes = Can be made with all wood types and all stripped wood types.
}}

How it looks

     
     
     
Wooden Helmet
TypeHelmet
Crafting Resources
  • 5 Oak Log
Stats
Armor Stats
Dodge RatingN/A
ArmorN/A
Armor ToughnessN/A
Movement SpeedN/A
Rune Stats
Other Information
Rune Slots
  • 1 Blue Rune slot
Armor GradeLight
TierWood
Notes
Can be made with all wood types and all stripped wood types.


Tool Example – Wooden Pickaxe

Code

{{Equipment
| title = Wooden Pickaxe
| image = Wooden Pickaxe recipe.png
| type = Pickaxe
| crafting = 
* 2 Stick
* 3 Oak Planks
| attack_damage = N/A
| attack_speed = N/A
| mining_speed = N/A
| rune_slots = 
* None
| notes = Any wood type can be used.
}}

How it looks

     
     
     
Wooden Pickaxe
TypePickaxe
Crafting Resources
  • 2 Stick
  • 3 Oak Planks
Stats
Attack DamageN/A
Attack SpeedN/A
Armor Stats
Mining SpeedN/A
Rune Stats
Other Information
Rune Slots
  • None
Notes
Any wood type can be used.