Template:Equipment: Difference between revisions
OneDarkWolfy (talk | contribs) mNo edit summary |
OneDarkWolfy (talk | contribs) m Updated Apperance of Template and Documentation. |
||
Line 75: | Line 75: | ||
<noinclude> | <noinclude> | ||
== Description == | == Description == | ||
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. | |||
== Weapon Example == | == Parameters == | ||
===Code=== | 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 ==== | |||
<pre> | <pre> | ||
{{Equipment | {{Equipment | ||
Line 90: | Line 106: | ||
* 1 Copper Ingot | * 1 Copper Ingot | ||
* 1 Copper Nugget | * 1 Copper Nugget | ||
| attack_damage = | | attack_damage = N/A | ||
| attack_speed = | | attack_speed = N/A | ||
| combat_range = | | combat_range = N/A | ||
| rune_slots = | | rune_slots = | ||
* 1 Red Rune slot | * 1 Red Rune slot | ||
Line 99: | Line 115: | ||
}} | }} | ||
</pre> | </pre> | ||
===How it looks=== | |||
==== How it looks ==== | |||
{{Equipment | {{Equipment | ||
| title = Copper Dagger | | title = Copper Dagger | ||
Line 110: | Line 127: | ||
* 1 Copper Ingot | * 1 Copper Ingot | ||
* 1 Copper Nugget | * 1 Copper Nugget | ||
| attack_damage = | | attack_damage = N/A | ||
| attack_speed = | | attack_speed = N/A | ||
| combat_range = | | combat_range = N/A | ||
| rune_slots = | | rune_slots = | ||
* 1 Red Rune slot | * 1 Red Rune slot | ||
Line 119: | Line 136: | ||
}} | }} | ||
== Armor Example == | === Armor Example – Wooden Helmet === | ||
===Code=== | ==== Code ==== | ||
<pre> | <pre> | ||
{{Equipment | {{Equipment | ||
Line 128: | Line 145: | ||
| crafting = | | crafting = | ||
* 5 Oak Log | * 5 Oak Log | ||
| dodge_rating = | | dodge_rating = N/A | ||
| armor = | | armor = N/A | ||
| armor_toughness = | | armor_toughness = N/A | ||
| movement_speed = | | movement_speed = N/A | ||
| rune_slots = | | rune_slots = | ||
* 1 Blue Rune slot | * 1 Blue Rune slot | ||
| armor_grade = Light | | armor_grade = Light | ||
| tier = Wood | | tier = Wood | ||
| notes = Can be made with all wood types and all stripped wood types. | |||
}} | }} | ||
</pre> | </pre> | ||
===How it looks=== | |||
==== How it looks ==== | |||
{{Equipment | {{Equipment | ||
| title = Wooden Helmet | | title = Wooden Helmet | ||
Line 145: | Line 164: | ||
| crafting = | | crafting = | ||
* 5 Oak Log | * 5 Oak Log | ||
| dodge_rating = | | dodge_rating = N/A | ||
| armor = | | armor = N/A | ||
| armor_toughness = | | armor_toughness = N/A | ||
| movement_speed = | | movement_speed = N/A | ||
| rune_slots = | | rune_slots = | ||
* 1 Blue Rune slot | * 1 Blue Rune slot | ||
Line 155: | Line 174: | ||
| notes = Can be made with all wood types and all stripped wood types. | | notes = Can be made with all wood types and all stripped wood types. | ||
}} | }} | ||
=== Tool Example – Wooden Pickaxe === | |||
==== Code ==== | |||
<pre> | |||
{{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. | |||
}} | |||
</pre> | |||
==== How it looks ==== | |||
{{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. | |||
}} | |||
</noinclude> | </noinclude> |
Revision as of 16:44, 23 May 2025
Description
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
|
|
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
|
|
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
|
|