Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Join the Playtest on Steam Now: SpiritVale

Template:RecommendedItemInfoBox: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
<noinclude>
<templatedata>
{
  "description": "Shows recommended gear for a build in one table. Type names and stats; links are added automatically. Leave anything blank if you don’t know it.",
  "format": "inline",
  "params": {
    "WeaponOneName": {
      "label": "Main Hand — Item name",
      "description": "Exact item name. The template will link it for you.",
      "type": "string",
      "example": "Spellthread Scepter"
    },
    "WeaponOneMap": {
      "label": "Main Hand — Map",
      "description": "Where it drops or is bought. Use the map page name if you know it; otherwise leave blank.",
      "type": "string",
      "example": "Fairy Glen"
    },
    "WeaponOneAttribute": {
      "label": "Main Hand — Attribute",
      "description": "Main stat line(s). You can use icons and links.",
      "type": "string",
      "example": "[[File:Intelligence.png|15px]] [[Attributes#Intelligence_(INT)|INT]]"
    },
    "WeaponOneModifierOne": {
      "label": "Main Hand — Modifier 1",
      "description": "Short bonus you want to highlight (optional).",
      "type": "string",
      "example": "MATK %"
    },
    "WeaponOneModifierTwo": {
      "label": "Main Hand — Modifier 2",
      "description": "Second short bonus (optional).",
      "type": "string",
      "example": "Cast Speed %"
    },
    "WeaponOneCard1": {
      "label": "Main Hand — Card 1",
      "description": "First card. Weapons can have up to 4 cards.",
      "type": "string",
      "example": "Butterfly Fairy Card"
    },
    "WeaponOneCard2": {
      "label": "Main Hand — Card 2",
      "description": "Second card (optional).",
      "type": "string"
    },
    "WeaponOneCard3": {
      "label": "Main Hand — Card 3",
      "description": "Third card (optional).",
      "type": "string"
    },
    "WeaponOneCard4": {
      "label": "Main Hand — Card 4",
      "description": "Fourth card (optional).",
      "type": "string"
    },
    "WeaponTwoName": {
      "label": "Off-Hand — Item name",
      "description": "Exact item name. The template will link it for you.",
      "type": "string",
      "example": "Sun Emblem"
    },
    "WeaponTwoMap": {
      "label": "Off-Hand — Map",
      "description": "Where it drops or is bought.",
      "type": "string",
      "example": "Fairy Glen"
    },
    "WeaponTwoAttribute": {
      "label": "Off-Hand — Attribute",
      "description": "Main stat line(s). Icons/links are fine.",
      "type": "string",
      "example": "[[File:Intelligence.png|15px]] [[Attributes#Intelligence_(INT)|INT]]"
    },
    "WeaponTwoModifierOne": {
      "label": "Off-Hand — Modifier 1",
      "description": "Short bonus (optional).",
      "type": "string",
      "example": "HP %"
    },
    "WeaponTwoModifierTwo": {
      "label": "Off-Hand — Modifier 2",
      "description": "Second short bonus (optional).",
      "type": "string",
      "example": "Healing Received %"
    },
    "WeaponTwoCard1": {
      "label": "Off-Hand — Card 1",
      "description": "First card. Weapons can have up to 4 cards.",
      "type": "string",
      "example": "Sun Blossom Card"
    },
    "WeaponTwoCard2": {
      "label": "Off-Hand — Card 2",
      "description": "Second card (optional).",
      "type": "string"
    },
    "WeaponTwoCard3": {
      "label": "Off-Hand — Card 3",
      "description": "Third card (optional).",
      "type": "string"
    },
    "WeaponTwoCard4": {
      "label": "Off-Hand — Card 4",
      "description": "Fourth card (optional).",
      "type": "string"
    },
    "ChestName": {
      "label": "Chest — Item name",
      "description": "Exact item name. Auto-links.",
      "type": "string",
      "example": "Spellthread Chest"
    },
    "ChestMap": {
      "label": "Chest — Map",
      "description": "Where it drops or is bought.",
      "type": "string",
      "example": "Fairy Glen"
    },
    "ChestAttribute": {
      "label": "Chest — Attribute",
      "description": "Main stat line(s). Icons/links are fine.",
      "type": "string"
    },
    "ChestModifierOne": {
      "label": "Chest — Modifier 1",
      "description": "Short bonus (optional).",
      "type": "string",
      "example": "HP %"
    },
    "ChestModifierTwo": {
      "label": "Chest — Modifier 2",
      "description": "Second short bonus (optional).",
      "type": "string",
      "example": "Healing Received %"
    },
    "ChestCard1": {
      "label": "Chest — Card 1",
      "description": "First card (armor uses up to 2).",
      "type": "string",
      "example": "Butterfly Fairy Card"
    },
    "ChestCard2": {
      "label": "Chest — Card 2",
      "description": "Second card (optional).",
      "type": "string"
    },
    "LegwearName": {
      "label": "Legwear — Item name",
      "description": "Exact item name. Auto-links.",
      "type": "string",
      "example": "Spellthread Legs"
    },
    "LegwearMap": {
      "label": "Legwear — Map",
      "description": "Where it drops or is bought.",
      "type": "string",
      "example": "Fairy Glen"
    },
    "LegwearAttribute": {
      "label": "Legwear — Attribute",
      "description": "Main stat line(s).",
      "type": "string"
    },
    "LegwearModifierOne": {
      "label": "Legwear — Modifier 1",
      "description": "Short bonus (optional).",
      "type": "string",
      "example": "HP Regen %"
    },
    "LegwearModifierTwo": {
      "label": "Legwear — Modifier 2",
      "description": "Second short bonus (optional).",
      "type": "string",
      "example": "MP Cost -%"
    },
    "LegwearCard1": {
      "label": "Legwear — Card 1",
      "description": "First card (up to 2).",
      "type": "string",
      "example": "Treant Minion Evergreen Card"
    },
    "LegwearCard2": {
      "label": "Legwear — Card 2",
      "description": "Second card (optional).",
      "type": "string"
    },
    "ShoeName": {
      "label": "Shoes — Item name",
      "description": "Exact item name. Auto-links.",
      "type": "string",
      "example": "Spellthread Shoes"
    },
    "ShoeMap": {
      "label": "Shoes — Map",
      "description": "Where it drops or is bought.",
      "type": "string",
      "example": "Fairy Glen"
    },
    "ShoeAttribute": {
      "label": "Shoes — Attribute",
      "description": "Main stat line(s).",
      "type": "string"
    },
    "ShoeModifierOne": {
      "label": "Shoes — Modifier 1",
      "description": "Short bonus (optional).",
      "type": "string",
      "example": "Cast Speed %"
    },
    "ShoeModifierTwo": {
      "label": "Shoes — Modifier 2",
      "description": "Second short bonus (optional).",
      "type": "string",
      "example": "Move Speed %"
    },
    "ShoeCard1": {
      "label": "Shoes — Card 1",
      "description": "First card (up to 2).",
      "type": "string",
      "example": "Rabbit Card"
    },
    "ShoeCard2": {
      "label": "Shoes — Card 2",
      "description": "Second card (optional).",
      "type": "string"
    },
    "HeadgearName": {
      "label": "Headgear — Item name",
      "description": "Exact item name. Auto-links.",
      "type": "string",
      "example": "Top Hat"
    },
    "HeadgearMap": {
      "label": "Headgear — Map",
      "description": "Where it drops or is bought.",
      "type": "string",
      "example": "Festering Woods"
    },
    "HeadgearAttribute": {
      "label": "Headgear — Attribute",
      "description": "Main stat line(s).",
      "type": "string",
      "example": "[[File:Intelligence.png|15px]] [[Attributes#Intelligence_(INT)|INT]]"
    },
    "HeadgearCard1": {
      "label": "Headgear — Card 1",
      "description": "First card (up to 2).",
      "type": "string",
      "example": "Butterfly Pixie Card"
    },
    "HeadgearCard2": {
      "label": "Headgear — Card 2",
      "description": "Second card (optional).",
      "type": "string"
    },
    "FaceName": {
      "label": "Face — Item name",
      "description": "Exact item name. Auto-links.",
      "type": "string",
      "example": "Azure Antlers"
    },
    "FaceMap": {
      "label": "Face — Map",
      "description": "Where it drops or is bought.",
      "type": "string",
      "example": "Forest Labyrinth"
    },
    "FaceAttribute": {
      "label": "Face — Attribute",
      "description": "Main stat line(s).",
      "type": "string"
    },
    "FaceCard1": {
      "label": "Face — Card 1",
      "description": "First card (up to 2).",
      "type": "string"
    },
    "FaceCard2": {
      "label": "Face — Card 2",
      "description": "Second card (optional).",
      "type": "string"
    },
    "UtilityName": {
      "label": "Utility — Item name",
      "description": "Exact item name. Auto-links.",
      "type": "string",
      "example": "Seedling Satchel"
    },
    "UtilityMap": {
      "label": "Utility — Map",
      "description": "Where it drops or is bought.",
      "type": "string",
      "example": "Fairy Glen"
    },
    "UtilityAttribute": {
      "label": "Utility — Attribute",
      "description": "Main stat line(s).",
      "type": "string",
      "example": "[[File:Intelligence.png|15px]] [[Attributes#Intelligence_(INT)|INT]]"
    },
    "UtilityCard1": {
      "label": "Utility — Card 1",
      "description": "First card (up to 2).",
      "type": "string",
      "example": "Burrow Card"
    },
    "UtilityCard2": {
      "label": "Utility — Card 2",
      "description": "Second card (optional).",
      "type": "string"
    },
    "AccessoryOneName": {
      "label": "Accessory 1 — Item name",
      "description": "Exact item name. Auto-links.",
      "type": "string",
      "example": "Cloud Loop"
    },
    "AccessoryOneMap": {
      "label": "Accessory 1 — Map",
      "description": "Where it drops or is bought.",
      "type": "string",
      "example": "Windy Desert"
    },
    "AccessoryOneAttribute": {
      "label": "Accessory 1 — Attribute",
      "description": "Main stat line(s).",
      "type": "string",
      "example": "[[File:Intelligence.png|15px]] [[Attributes#Intelligence_(INT)|INT]]"
    },
    "AccessoryOneCard1": {
      "label": "Accessory 1 — Card 1",
      "description": "First card (up to 2).",
      "type": "string",
      "example": "Moth Moon Card"
    },
    "AccessoryOneCard2": {
      "label": "Accessory 1 — Card 2",
      "description": "Second card (optional).",
      "type": "string"
    },
    "AccessoryTwoName": {
      "label": "Accessory 2 — Item name",
      "description": "Exact item name. Auto-links.",
      "type": "string",
      "example": "Fang Clip"
    },
    "AccessoryTwoMap": {
      "label": "Accessory 2 — Map",
      "description": "Where it drops or is bought.",
      "type": "string",
      "example": "Forest Labyrinth"
    },
    "AccessoryTwoAttribute": {
      "label": "Accessory 2 — Attribute",
      "description": "Main stat line(s).",
      "type": "string",
      "example": "[[File:Intelligence.png|15px]] [[Attributes#Intelligence_(INT)|INT]]"
    },
    "AccessoryTwoCard1": {
      "label": "Accessory 2 — Card 1",
      "description": "First card (up to 2).",
      "type": "string"
    },
    "AccessoryTwoCard2": {
      "label": "Accessory 2 — Card 2",
      "description": "Second card (optional).",
      "type": "string"
    },
    "ArtifactName": {
      "label": "Artifact — Set name",
      "description": "Set name (auto-links to Artifacts search).",
      "type": "string",
      "example": "Spellweaver Artifact Set"
    },
    "ArtifactMap": {
      "label": "Artifact — Map",
      "description": "Where pieces are found (optional).",
      "type": "string",
      "example": "Fairy Glen"
    },
    "ArtifactAttribute": {
      "label": "Artifact — Attribute",
      "description": "Short line about set stats (optional).",
      "type": "string",
      "example": "[[File:Intelligence.png|15px]] [[Attributes#Intelligence_(INT)|INT]]"
    },
    "ArtifactModifier": {
      "label": "Artifact — Set bonus text",
      "description": "Describe full/partial set bonuses. Use <br/> for new lines.",
      "type": "string",
      "example": "X% Holy Light<br/>X% Exorcism"
    }
  },
  "paramOrder": [
    "WeaponOneName","WeaponOneMap","WeaponOneAttribute","WeaponOneModifierOne","WeaponOneModifierTwo",
    "WeaponOneCard1","WeaponOneCard2","WeaponOneCard3","WeaponOneCard4",
    "WeaponTwoName","WeaponTwoMap","WeaponTwoAttribute","WeaponTwoModifierOne","WeaponTwoModifierTwo",
    "WeaponTwoCard1","WeaponTwoCard2","WeaponTwoCard3","WeaponTwoCard4",
    "ChestName","ChestMap","ChestAttribute","ChestModifierOne","ChestModifierTwo","ChestCard1","ChestCard2",
    "LegwearName","LegwearMap","LegwearAttribute","LegwearModifierOne","LegwearModifierTwo","LegwearCard1","LegwearCard2",
    "ShoeName","ShoeMap","ShoeAttribute","ShoeModifierOne","ShoeModifierTwo","ShoeCard1","ShoeCard2",
    "HeadgearName","HeadgearMap","HeadgearAttribute","HeadgearCard1","HeadgearCard2",
    "FaceName","FaceMap","FaceAttribute","FaceCard1","FaceCard2",
    "UtilityName","UtilityMap","UtilityAttribute","UtilityCard1","UtilityCard2",
    "AccessoryOneName","AccessoryOneMap","AccessoryOneAttribute","AccessoryOneCard1","AccessoryOneCard2",
    "AccessoryTwoName","AccessoryTwoMap","AccessoryTwoAttribute","AccessoryTwoCard1","AccessoryTwoCard2",
    "ArtifactName","ArtifactMap","ArtifactAttribute","ArtifactModifier"
  ]
}
</templatedata>
</noinclude>
<noinclude>[[Category:Templates]]</noinclude>
<noinclude>[[Category:Templates]]</noinclude>
{| class="infobox" style="width:100%; max-width:900px; font-size:90%; border:2px solid #372b54; background:#f7f7fa; border-radius:12px; box-shadow:0 2px 6px rgba(0,0,0,0.25); margin:1em auto; text-align:center; border-collapse:separate; border-spacing:0;"
{| class="infobox" style="width:100%; max-width:900px; font-size:90%; border:2px solid #372b54; background:#f7f7fa; border-radius:12px; box-shadow:0 2px 6px rgba(0,0,0,0.25); margin:1em auto; text-align:center; border-collapse:separate; border-spacing:0;"

Revision as of 04:37, 5 September 2025

Shows recommended gear for a build in one table. Type names and stats; links are added automatically. Leave anything blank if you don’t know it.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Main Hand — Item nameWeaponOneName

Exact item name. The template will link it for you.

Example
Spellthread Scepter
Stringoptional
Main Hand — MapWeaponOneMap

Where it drops or is bought. Use the map page name if you know it; otherwise leave blank.

Example
Fairy Glen
Stringoptional
Main Hand — AttributeWeaponOneAttribute

Main stat line(s). You can use icons and links.

Example
[[File:Intelligence.png|15px]] [[Attributes#Intelligence_(INT)|INT]]
Stringoptional
Main Hand — Modifier 1WeaponOneModifierOne

Short bonus you want to highlight (optional).

Example
MATK %
Stringoptional
Main Hand — Modifier 2WeaponOneModifierTwo

Second short bonus (optional).

Example
Cast Speed %
Stringoptional
Main Hand — Card 1WeaponOneCard1

First card. Weapons can have up to 4 cards.

Example
Butterfly Fairy Card
Stringoptional
Main Hand — Card 2WeaponOneCard2

Second card (optional).

Stringoptional
Main Hand — Card 3WeaponOneCard3

Third card (optional).

Stringoptional
Main Hand — Card 4WeaponOneCard4

Fourth card (optional).

Stringoptional
Off-Hand — Item nameWeaponTwoName

Exact item name. The template will link it for you.

Example
Sun Emblem
Stringoptional
Off-Hand — MapWeaponTwoMap

Where it drops or is bought.

Example
Fairy Glen
Stringoptional
Off-Hand — AttributeWeaponTwoAttribute

Main stat line(s). Icons/links are fine.

Example
[[File:Intelligence.png|15px]] [[Attributes#Intelligence_(INT)|INT]]
Stringoptional
Off-Hand — Modifier 1WeaponTwoModifierOne

Short bonus (optional).

Example
HP %
Stringoptional
Off-Hand — Modifier 2WeaponTwoModifierTwo

Second short bonus (optional).

Example
Healing Received %
Stringoptional
Off-Hand — Card 1WeaponTwoCard1

First card. Weapons can have up to 4 cards.

Example
Sun Blossom Card
Stringoptional
Off-Hand — Card 2WeaponTwoCard2

Second card (optional).

Stringoptional
Off-Hand — Card 3WeaponTwoCard3

Third card (optional).

Stringoptional
Off-Hand — Card 4WeaponTwoCard4

Fourth card (optional).

Stringoptional
Chest — Item nameChestName

Exact item name. Auto-links.

Example
Spellthread Chest
Stringoptional
Chest — MapChestMap

Where it drops or is bought.

Example
Fairy Glen
Stringoptional
Chest — AttributeChestAttribute

Main stat line(s). Icons/links are fine.

Stringoptional
Chest — Modifier 1ChestModifierOne

Short bonus (optional).

Example
HP %
Stringoptional
Chest — Modifier 2ChestModifierTwo

Second short bonus (optional).

Example
Healing Received %
Stringoptional
Chest — Card 1ChestCard1

First card (armor uses up to 2).

Example
Butterfly Fairy Card
Stringoptional
Chest — Card 2ChestCard2

Second card (optional).

Stringoptional
Legwear — Item nameLegwearName

Exact item name. Auto-links.

Example
Spellthread Legs
Stringoptional
Legwear — MapLegwearMap

Where it drops or is bought.

Example
Fairy Glen
Stringoptional
Legwear — AttributeLegwearAttribute

Main stat line(s).

Stringoptional
Legwear — Modifier 1LegwearModifierOne

Short bonus (optional).

Example
HP Regen %
Stringoptional
Legwear — Modifier 2LegwearModifierTwo

Second short bonus (optional).

Example
MP Cost -%
Stringoptional
Legwear — Card 1LegwearCard1

First card (up to 2).

Example
Treant Minion Evergreen Card
Stringoptional
Legwear — Card 2LegwearCard2

Second card (optional).

Stringoptional
Shoes — Item nameShoeName

Exact item name. Auto-links.

Example
Spellthread Shoes
Stringoptional
Shoes — MapShoeMap

Where it drops or is bought.

Example
Fairy Glen
Stringoptional
Shoes — AttributeShoeAttribute

Main stat line(s).

Stringoptional
Shoes — Modifier 1ShoeModifierOne

Short bonus (optional).

Example
Cast Speed %
Stringoptional
Shoes — Modifier 2ShoeModifierTwo

Second short bonus (optional).

Example
Move Speed %
Stringoptional
Shoes — Card 1ShoeCard1

First card (up to 2).

Example
Rabbit Card
Stringoptional
Shoes — Card 2ShoeCard2

Second card (optional).

Stringoptional
Headgear — Item nameHeadgearName

Exact item name. Auto-links.

Example
Top Hat
Stringoptional
Headgear — MapHeadgearMap

Where it drops or is bought.

Example
Festering Woods
Stringoptional
Headgear — AttributeHeadgearAttribute

Main stat line(s).

Example
[[File:Intelligence.png|15px]] [[Attributes#Intelligence_(INT)|INT]]
Stringoptional
Headgear — Card 1HeadgearCard1

First card (up to 2).

Example
Butterfly Pixie Card
Stringoptional
Headgear — Card 2HeadgearCard2

Second card (optional).

Stringoptional
Face — Item nameFaceName

Exact item name. Auto-links.

Example
Azure Antlers
Stringoptional
Face — MapFaceMap

Where it drops or is bought.

Example
Forest Labyrinth
Stringoptional
Face — AttributeFaceAttribute

Main stat line(s).

Stringoptional
Face — Card 1FaceCard1

First card (up to 2).

Stringoptional
Face — Card 2FaceCard2

Second card (optional).

Stringoptional
Utility — Item nameUtilityName

Exact item name. Auto-links.

Example
Seedling Satchel
Stringoptional
Utility — MapUtilityMap

Where it drops or is bought.

Example
Fairy Glen
Stringoptional
Utility — AttributeUtilityAttribute

Main stat line(s).

Example
[[File:Intelligence.png|15px]] [[Attributes#Intelligence_(INT)|INT]]
Stringoptional
Utility — Card 1UtilityCard1

First card (up to 2).

Example
Burrow Card
Stringoptional
Utility — Card 2UtilityCard2

Second card (optional).

Stringoptional
Accessory 1 — Item nameAccessoryOneName

Exact item name. Auto-links.

Example
Cloud Loop
Stringoptional
Accessory 1 — MapAccessoryOneMap

Where it drops or is bought.

Example
Windy Desert
Stringoptional
Accessory 1 — AttributeAccessoryOneAttribute

Main stat line(s).

Example
[[File:Intelligence.png|15px]] [[Attributes#Intelligence_(INT)|INT]]
Stringoptional
Accessory 1 — Card 1AccessoryOneCard1

First card (up to 2).

Example
Moth Moon Card
Stringoptional
Accessory 1 — Card 2AccessoryOneCard2

Second card (optional).

Stringoptional
Accessory 2 — Item nameAccessoryTwoName

Exact item name. Auto-links.

Example
Fang Clip
Stringoptional
Accessory 2 — MapAccessoryTwoMap

Where it drops or is bought.

Example
Forest Labyrinth
Stringoptional
Accessory 2 — AttributeAccessoryTwoAttribute

Main stat line(s).

Example
[[File:Intelligence.png|15px]] [[Attributes#Intelligence_(INT)|INT]]
Stringoptional
Accessory 2 — Card 1AccessoryTwoCard1

First card (up to 2).

Stringoptional
Accessory 2 — Card 2AccessoryTwoCard2

Second card (optional).

Stringoptional
Artifact — Set nameArtifactName

Set name (auto-links to Artifacts search).

Example
Spellweaver Artifact Set
Stringoptional
Artifact — MapArtifactMap

Where pieces are found (optional).

Example
Fairy Glen
Stringoptional
Artifact — AttributeArtifactAttribute

Short line about set stats (optional).

Example
[[File:Intelligence.png|15px]] [[Attributes#Intelligence_(INT)|INT]]
Stringoptional
Artifact — Set bonus textArtifactModifier

Describe full/partial set bonuses. Use <br/> for new lines.

Example
X% Holy Light<br/>X% Exorcism
Stringoptional

Main Hand / Off-Hand

Type Item Map Attribute Modifiers Cards
Main Hand

Off-Hand

Armor

Piece Item Map Attribute Modifiers Cards
Chest

Legwear

Shoes

Headgear / Face / Utility / Accessories

Slot Item Map Attribute Modifiers Cards
Headgear

Face

Utility

Accessory 1

Accessory 2

Other Gear

Type Item Map Attribute Modifiers Cards
Artifact