Jump to content

Template:Equipment

Revision as of 14:48, 13 June 2025 by OneDarkWolfy (talk | contribs) (Added "max_stack" stat)

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

     
     
     
Copper Dagger
TypeDagger
Crafting Resources
  • 1 Stick
  • 1 Copper Ingot
  • 1 Copper Nugget
Stats
Attack DamageN/A
Attack SpeedN/A
Combat RangeN/A
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
Dodge RatingN/A
ArmorN/A
Armor ToughnessN/A
Movement SpeedN/A
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
Mining SpeedN/A
Other Information
Rune Slots
  • None
Notes
Any wood type can be used.