Template:Equipment: Difference between revisions
OneDarkWolfy (talk | contribs) m Added "effect" stat |
OneDarkWolfy (talk | contribs) m Added "enchantment" stat |
||
Line 109: | Line 109: | ||
|label125 = Tier | |label125 = Tier | ||
|data125 = {{{tier|}}} | |data125 = {{{tier|}}} | ||
|label126 = Effect | |label126 = Enchantment | ||
| | |data126 = {{{enchantment|}}} | ||
| | |label127 = Effect | ||
| | |data127 = {{{effect|}}} | ||
|label128 = Max Stack Size | |||
|data128 = {{{stack_size|}}} | |||
<!-- Notes --> | <!-- Notes --> |
Revision as of 09:06, 14 June 2025
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. Parameters are grouped by category:
General
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).
Weapon Stats
attack_damage
- Base attack damage.
attack_speed
- Attacks per second.
combat_range
- Effective combat range.
arrow_velocity
- Projectile speed.
weapon_damage
- Overall weapon damage including bonuses.
pve_damage
- Extra damage to mobs/creatures.
lifesteal
- Life gained per hit.
accuracy
- Chance to hit or hit precision.
Armor Stats
dodge_rating
- Chance to avoid incoming attacks.
armor
- Basic armor value.
armor_toughness
- Resistance to stronger attacks.
movement_speed
- Speed bonus/penalty when worn.
mining_speed
- Effect on block mining.
fall_damage_reduction
- Reduced damage from falling.
sneaking_speed
- Movement speed while sneaking.
jump_strength
- Jump height or distance.
knockback_resistance
- Resistance to knockback effects.
max_absorption
- Maximum absorption hearts added.
defense
- Total defensive rating.
pve_damage_reduction
- Damage reduction from mobs.
projectile_damage_reduction
- Resistance to arrows, bolts, etc.
physical_damage_reduction
- General melee damage resistance.
block_power
- Effectiveness when blocking.
block_cooldown_reduction
- Reduced cooldown between blocks.
health
- Bonus health provided.
safe_fall_distance
- Maximum height fallen without damage.
Rune Stats
underwater_mining_speed
- Mining speed underwater.
mining_efficiency
- Boost to tool efficiency (yield/durability/etc).
Other Information
rune_slots
- Number and types of rune slots (supports lists).
ability
- Special ability granted by item.
handling
- Ease of use or responsiveness.
tier
- Item tier/level classification.
armor_grade
- Quality or grade of the armor.
Notes
notes
- Miscellaneous notes or strategy tips (supports formatting).
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 |
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. |