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:ClassInfoBox: Difference between revisions

Template page
No edit summary
No edit summary
Line 32: Line 32:
| style="background:#ffffff; padding:4px; text-align:center;" | {{{LUK}}}
| style="background:#ffffff; padding:4px; text-align:center;" | {{{LUK}}}
|}
|}
<templatedata>
{
  "description": "Infobox for a class overview: shows the class role, weapons, and attribute emphasis.",
  "params": {
    "Role": {
      "label": "Role",
      "description": "Main role or playstyle of the class (how it’s typically used in a party).",
      "type": "string",
      "suggestedvalues": ["Tank", "DPS", "Healer", "Support", "Hybrid"],
      "example": "Healer / Support",
      "required": false
    },
    "Weapons": {
      "label": "Weapons",
      "description": "Comma-separated list of weapons the class commonly uses.",
      "type": "string",
      "example": "Mace, Staff, Tome",
      "required": false
    },
    "STR": {
      "label": "STR emphasis",
      "description": "How important Strength is for this class (text or a simple rating).",
      "type": "string",
      "suggestedvalues": ["Low", "Medium", "High", "0", "1", "2", "3", "4", "5"],
      "example": "Low",
      "required": false
    },
    "AGI": {
      "label": "AGI emphasis",
      "description": "How important Agility is for this class (text or a simple rating).",
      "type": "string",
      "suggestedvalues": ["Low", "Medium", "High", "0", "1", "2", "3", "4", "5"],
      "example": "Medium",
      "required": false
    },
    "VIT": {
      "label": "VIT emphasis",
      "description": "How important Vitality is for this class (text or a simple rating).",
      "type": "string",
      "suggestedvalues": ["Low", "Medium", "High", "0", "1", "2", "3", "4", "5"],
      "example": "High",
      "required": false
    },
    "INT": {
      "label": "INT emphasis",
      "description": "How important Intelligence is for this class (text or a simple rating).",
      "type": "string",
      "suggestedvalues": ["Low", "Medium", "High", "0", "1", "2", "3", "4", "5"],
      "example": "High",
      "required": false
    },
    "DEX": {
      "label": "DEX emphasis",
      "description": "How important Dexterity is for this class (text or a simple rating).",
      "type": "string",
      "suggestedvalues": ["Low", "Medium", "High", "0", "1", "2", "3", "4", "5"],
      "example": "Medium",
      "required": false
    },
    "LUK": {
      "label": "LUK emphasis",
      "description": "How important Luck is for this class (text or a simple rating).",
      "type": "string",
      "suggestedvalues": ["Low", "Medium", "High", "0", "1", "2", "3", "4", "5"],
      "example": "Low",
      "required": false
    }
  },
  "paramOrder": ["Role", "Weapons", "STR", "AGI", "VIT", "INT", "DEX", "LUK"]
}
</templatedata>