Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 15:14, 26 January 2026 by Hytalewiki (talk | contribs) (Created page with "{| class="wikitable infobox-item" {{#if:{{{name|}}}| ! colspan="2" style="text-align:center; font-size:1.5em" {{!}} {{{name}}} {{!}}- }} {{#if:{{{image|}}}| {{!}} colspan="2" style="text-align:center; background: var(--color-surface-2); padding: 1em;" {{!}} {{#widget:BabylonViewer|source={{filepath:{{{model}}}}}}} {{!}}- }} {{#if:{{{categories|}}}| ! Categories: {{!}} {{{categories}}} {{!}}- }} {{#if:{{{consumable|}}}| ! Consumable: {{!}} {{{consumable}}} {{!}}- }} {{#if...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
{{InfoBoxItem
| name = Adamantite Chestplate
| image = Armor_Chest_Adamantite.png
| model = Armor_Chest_Adamantite.gltf
| categories = Armor - Adamantite
| consumable = False
| maxstack = 1
| dropondeath = False
| maxdurability = 150
| armor = {{ArmorBlock
  | stats = {{ArmorRow|Health|+24}}
  | resistance = {{ArmorRow|Physical|14.4%}}
{{ArmorRow|Projectile|14.4%}}
  | enhancement = {{ArmorRow|Light|6.0%}}
  | slot = Chest
  | base = 0
  | cosmetics = Overtop
  }}
}}

Parameters

edit source
  • name - Item name (appears as header)
  • image - Item icon (64px)
  • categories - Item categories
  • consumable - True/False
  • maxstack - Maximum stack size
  • dropondeath - True/False
  • maxdurability - Maximum durability value
  • armor - Armor stats (use ArmorBlock template)
  • weapon - Weapon stats (use WeaponBlock template)
  • tool - Tool stats (use ToolBlock template)
  • interactions - Interaction information