Template:Equipment
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
Type | Dagger |
---|---|
Crafting Resources |
|
Stats | |
Attack Damage | N/A |
Attack Speed | N/A |
Combat Range | N/A |
Other Information | |
Rune Slots |
|
Handling | One-handed |
Tier | Stone |
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
Type | Helmet |
---|---|
Crafting Resources |
|
Stats | |
Dodge Rating | N/A |
Armor | N/A |
Armor Toughness | N/A |
Movement Speed | N/A |
Other Information | |
Rune Slots |
|
Armor Grade | Light |
Tier | Wood |
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
Type | Pickaxe |
---|---|
Crafting Resources |
|
Stats | |
Attack Damage | N/A |
Attack Speed | N/A |
Mining Speed | N/A |
Other Information | |
Rune Slots |
|
Notes | |
Any wood type can be used. |