Jump to content

Template:Equipment: Difference between revisions

m Added "Range" stats
Added autoheaders parameter
 
(6 intermediate revisions by 2 users not shown)
Line 17: Line 17:
     |labelstyle  = border:1px solid #ccc; padding:6px; font-weight:bold; background-color:#eeeeee;
     |labelstyle  = border:1px solid #ccc; padding:6px; font-weight:bold; background-color:#eeeeee;
     |datastyle  = border:1px solid #ccc; padding:6px; background-color:#ffffff;
     |datastyle  = border:1px solid #ccc; padding:6px; background-color:#ffffff;
    |autoheaders = y


     |title      = {{{title|}}}
     |title      = {{{title|}}}
Line 94: Line 95:
     |label82    = Mining Efficiency
     |label82    = Mining Efficiency
     |data82      = {{{mining_efficiency|}}}
     |data82      = {{{mining_efficiency|}}}
     |label83    = Range
     |label83    = Gun Range
     |data83      = {{{range|}}}
     |data83      = {{{range|}}}


Line 109: Line 110:
     |label125    = Tier
     |label125    = Tier
     |data125    = {{{tier|}}}
     |data125    = {{{tier|}}}
     |label126    = Max Stack Size  
     |label126   = Enchantment
     |data126     = {{{stack_size|}}}
    |data126    = {{{enchantment|}}}
    |label127    = Effect
    |data127    = {{{effect|}}}
    |label128   = Max Stack Size  
     |data128     = {{{stack_size|}}}


     <!-- Notes -->
     <!-- Notes -->
     |header160  = Notes
     |header160  = Notes
    |label161    =
     |data161    = {{{notes|}}}
     |data161    = {{{notes|}}}
     |data161style = border:1px solid #aaa; padding:6px; font-style:italic; text-align:left; background-color:#f9f9f9;
     |data161style = border:1px solid #aaa; padding:6px; font-style:italic; text-align:left; background-color:#f9f9f9;

Latest revision as of 01:39, 1 July 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

     
     
     
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


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.