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

Template page
Created page with "== Job Advancement == Upon reaching '''Job Level 50''', players may advance to a specialized class. To change jobs, find your class representative in the world, speak with them, and follow their instructions to complete the change. You can advance as soon as you reach JL50 on the base class. {| class="infobox" style="float:none; width:100%; max-width:700px; border:2px solid #372b54; background:#f0f2f8; border-radius:10px; box-shadow:0 2px 6px rgba(0,0,0,0.25); margin:1..."
 
m Protected "Template:JobAdvancementBox" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
Tags: Mobile edit Mobile web edit
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Job Advancement ==
Upon reaching '''Job Level 50''', players may advance to a specialized class. To change jobs, find your class representative in the world, speak with them, and follow their instructions to complete the change. You can advance as soon as you reach JL50 on the base class.
Upon reaching '''Job Level 50''', players may advance to a specialized class. To change jobs, find your class representative in the world, speak with them, and follow their instructions to complete the change. You can advance as soon as you reach JL50 on the base class.


{| class="infobox" style="float:none; width:100%; max-width:700px; border:2px solid #372b54; background:#f0f2f8; border-radius:10px; box-shadow:0 2px 6px rgba(0,0,0,0.25); margin:1em auto; text-align:center;"
<div class="sv-card" style="float:none; width:100%; max-width:700px; margin:1em auto; text-align:center; padding:12px;">
|-
<div style="font-weight:800; margin-bottom:10px;">Advanced Classes</div>
! colspan="3" style="background:linear-gradient(180deg,#7a6fb0,#5a4e7c); color:white; text-align:center; padding:1px 1px; font-size:120%; border-top-left-radius:8px; border-top-right-radius:8px; word-wrap:break-word; overflow-wrap:break-word;" |
<div class="sv-adv-classes__grid" style="display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:10px;">
'''Advanced Classes'''
<div class="sv-tile" style="padding:10px;">[[{{{FirstClass}}}]]</div>
|-
<div class="sv-tile" style="padding:10px;">[[{{{SecondClass}}}]]</div>
| style="background:#ffffff; padding:6px; border-bottom:1px solid #eee; width:33.33%;" | [[{{{FirstClass}}}]]
<div class="sv-tile" style="padding:10px;">[[{{{ThirdClass}}}]]</div>
| style="background:#ffffff; padding:6px; border-bottom:1px solid #eee; width:33.33%;" | [[{{{SecondClass}}}]]
</div>
| style="background:#ffffff; padding:6px; border-bottom:1px solid #eee; width:33.33%;" | [[{{{ThirdClass}}}]]
</div>
|}


<noinclude>
{{/Doc}}
<templatedata>
{
  "description": "Inserts a standardized Job Advancement section with three advanced-class links for a base class page.",
  "params": {
    "FirstClass": {
      "label": "First class",
      "description": "Name of the first advanced class. Usually a wiki page title to link, e.g., Priest.",
      "type": "wiki-page-name",
      "required": true,
      "example": "Priest",
      "suggested": true
    },
    "SecondClass": {
      "label": "Second class",
      "description": "Name of the second advanced class. Usually a wiki page title to link, e.g., Monk.",
      "type": "wiki-page-name",
      "required": true,
      "example": "Monk",
      "suggested": true
    },
    "ThirdClass": {
      "label": "Third class",
      "description": "Name of the third advanced class. Usually a wiki page title to link (or plain text if not finalized).",
      "type": "wiki-page-name",
      "required": true,
      "example": "Third Path",
      "suggested": true
    }
  },
  "paramOrder": [
    "FirstClass",
    "SecondClass",
    "ThirdClass"
  ]
}
</templatedata>
</noinclude>
<noinclude>[[Category:Templates]]</noinclude>
<noinclude>[[Category:Templates]]</noinclude>