Template:RecommendedItemInfoBox: Difference between revisions
More actions
No edit summary Tag: wikieditor |
No edit summary Tag: wikieditor |
||
| 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
<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": "
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": "
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": "
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": "
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": "
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": "
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": "
INT"
},
"ArtifactModifier": {
"label": "Artifact — Set bonus text",
"description": "Describe full/partial set bonuses. Use
for new lines.",
"type": "string",
"example": "X% Holy Light
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>
|
Main Hand / Off-Hand | ||||||
| Type | Item | Map | Attribute | Modifiers | Cards | |
|---|---|---|---|---|---|---|
| Main Hand | {{#if:|{{{WeaponOneName}}}|}} | {{#if:|[[Maps#{{{WeaponOneMap}}}|{{{WeaponOneMap}}}]]|}} | {{#if:|{{{WeaponOneAttribute}}}|}} | {{#if:|{{#if:| }}|}} |
{{#if:|
{{#if:|{{{WeaponOneCard1}}}}}
{{#if:|{{#if:| {{#if:|{{#if:|
|
}} |
| Off-Hand | {{#if:|{{{WeaponTwoName}}}|}} | {{#if:|[[Maps#{{{WeaponTwoMap}}}|{{{WeaponOneMap}}}]]|}} | {{#if:|{{{WeaponTwoAttribute}}}|}} | {{#if:|{{#if:| }}|}} |
{{#if:|
{{#if:|{{{WeaponTwoCard1}}}}}
{{#if:|{{#if:| {{#if:|{{#if:|
|
}} |
|
Armor | ||||||
| Piece | Item | Map | Attribute | Modifiers | Cards | |
| Chest | {{#if:|{{{ChestName}}}|}} | {{#if:|[[Maps#{{{ChestMap}}}|{{{ChestMap}}}]]|}} | {{#if:|{{{ChestAttribute}}}|}} | {{#if:|{{#if:| }}|}} |
{{#if:|
{{#if:|{{{ChestCard1}}}}}
{{#if:|{{#if:| |
}} |
| Legwear | {{#if:|{{{LegwearName}}}|}} | {{#if:|[[Maps#{{{LegwearMap}}}|{{{LegwearMap}}}]]|}} | {{#if:|{{{LegwearAttribute}}}|}} | {{#if:|{{#if:| }}|}} |
{{#if:|
{{#if:|{{{LegwearCard1}}}}}
{{#if:|{{#if:| |
}} |
| Shoes | {{#if:|{{{ShoeName}}}|}} | {{#if:|[[Maps#{{{ShoeMap}}}|{{{ShoeMap}}}]]|}} | {{#if:|{{{ShoeAttribute}}}|}} | {{#if:|{{#if:| }}|}} |
{{#if:|
{{#if:|{{{ShoeCard1}}}}}
{{#if:|{{#if:| |
}} |
|
Headgear / Face / Utility / Accessories | ||||||
| Slot | Item | Map | Attribute | Modifiers | Cards | |
| Headgear | {{#if:|{{{HeadgearName}}}|}} | {{#if:|[[Maps#{{{HeadgearMap}}}|{{{HeadgearMap}}}]]|}} | {{#if:|{{{HeadgearAttribute}}}|}} | |
{{#if:|
{{#if:|{{{HeadgearCard1}}}}}
{{#if:|{{#if:| |
}} |
| Face | {{#if:|{{{FaceName}}}|}} | {{#if:|[[Maps#{{{FaceMap}}}|{{{FaceMap}}}]]|}} | {{#if:|{{{FaceAttribute}}}|}} | |
{{#if:|
{{#if:|{{{FaceCard1}}}}}
{{#if:|{{#if:| |
}} |
| Utility | {{#if:|{{{UtilityName}}}|}} | {{#if:|[[Maps#{{{UtilityMap}}}|{{{UtilityMap}}}]]|}} | {{#if:|{{{UtilityAttribute}}}|}} | |
{{#if:|
{{#if:|{{{UtilityCard1}}}}}
{{#if:|{{#if:| |
}} |
| Accessory 1 | {{#if:|{{{AccessoryOneName}}}|}} | {{#if:|[[Maps#{{{AccessoryOneMap}}}|{{{AccessoryOneMap}}}]]|}} | {{#if:|{{{AccessoryOneAttribute}}}|}} | |
{{#if:|
{{#if:|{{{AccessoryOneCard1}}}}}
{{#if:|{{#if:| |
}} |
| Accessory 2 | {{#if:|{{{AccessoryTwoName}}}|}} | {{#if:|[[Maps#{{{AccessoryTwoMap}}}|{{{AccessoryTwoMap}}}]]|}} | {{#if:|{{{AccessoryTwoAttribute}}}|}} | |
{{#if:|
{{#if:|{{{AccessoryTwoCard1}}}}}
{{#if:|{{#if:| |
}} |
|
Other Gear | ||||||
| Type | Item | Map | Attribute | Modifiers | Cards | |
| Artifact | {{#if:|{{{ArtifactName}}}|}} | {{#if:|[[Maps#{{{ArtifactMap}}}|{{{ArtifactMap}}}]]|}} | {{#if:|{{{ArtifactAttribute}}}|}} | {{#if:|{{{ArtifactModifier}}}|}} | | |