Template:SkillRankInfo: Difference between revisions
mNo edit summary |
m (Clearer visibility for rank) |
||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>===<span style="color: | <includeonly>===<span style="color:black;">Rank {{{Rank|}}}</span>=== | ||
{| class="wikitable infotable" style="margin-bottom:0px; margin-top:0px; border:3px solid #e1f5ff; width:100%; max-width:400px; font-size:13px;" | {| class="wikitable infotable" style="margin-bottom:0px; margin-top:0px; border:3px solid #e1f5ff; width:100%; max-width:400px; font-size:13px;" | ||
| colspan="3" style="text-align:center; background-color:transparent; color:#1195db;"|{{{Rank Bonuses|}}} | | colspan="3" style="text-align:center; background-color:transparent; color:#1195db;"|{{{Rank Bonuses|}}} | ||
|- | |- | ||
{| class="wikitable infotable" style="margin-top:0px; border:3px solid #1195db; width:100%; max-width:400px; font-size:13px;" | {| class="wikitable infotable" style="margin-top:0px; border:3px solid #1195db; width:100%; max-width:400px; font-size:13px;" | ||
! style="text-align:left; background-color:#1195db; color:white; border:3px solid #1195db; width:65%;"|Requirements !!style="text-align:left; background-color:#1195db; color:white; border:3px solid #1195db; width:20%"|x (EXP) !!style="text-align:left; background-color:#1195db; color:white; border:3px solid #1195db;"| | ! style="text-align:left; background-color:#1195db; color:white; border:3px solid #1195db; width:65%;"|Requirements !!style="text-align:left; background-color:#1195db; color:white; border:3px solid #1195db; width:20%"|x (EXP) !!style="text-align:left; background-color:#1195db; color:white; border:3px solid #1195db;"|Max EXP | ||
{{{Requirement Rows}}} | {{{Requirement Rows}}} | ||
|}</includeonly><noinclude>[[Category:Templates]]</noinclude> | |- style="background-color:#1195db; color:white; font-size:12px;" | ||
|style="border:1px solid #1195db; text-align:right;"| ||style="border:1px solid #1195db; text-align:left;"|'''Total EXP'''||style="text-align:left;"|{{#if:{{{Total Training EXP|}}}|'''{{{Total Training EXP|}}}'''%| }} | |||
|}</includeonly><noinclude> | |||
{{Documentation}} | |||
[[Category:Templates]]</noinclude> |
Latest revision as of 23:15, 10 October 2024
[edit]Template Documentation
Rank 5
Increases range by 125% Active Defense +20 |
Requirements | x (EXP) | Max EXP |
---|---|---|
Defeat a Similar-Ranked enemy | 2000 (0.012) | 24% |
Defeat a Powerful enemy | 1000 (0.25) | 250% |
Total EXP | 274% |
Description
This is the "SkillRankInfo" template.
This template is for Skill information pages. This one specifically is used for showcasing the Requirements of a skill and the EXP that can be gained from those requirements. It lists the rank, requirements, training exp per requirement, total per requirement, and total for all requirements together.
How to Use
It should be called in the following format:
{{SkillRankInfo | Rank= | Rank Bonuses= | Requirement Rows= {{SkillRankInfo/Row|Requirement= |Req Amount= |EXP Per= }} | Total Training EXP= }}
Parameters
Parameter | Usage | Example |
---|---|---|
Rank | List the rank of the skill that you'll be writing requirements for. | Rank= F |
Rank Bonuses | For the rank bonuses, list all bonuses that show up when hovering over your skill (or looking into the skill info for a specific rank.) Separate each bonus with a <br>line break |
Max Damage +10<br>Min Damage +12<br>Balance +10%<br>Range +200% |
Requirement Rows | For this, copy-paste the line of code ({{SkillRankInfo/Row|Requirement= |Req Amount= |EXP Per= }}) for each row of requirements that are needed for the skill training. |
| Requirement Rows= {{SkillRankInfo/Row|Requirement= Requirement Row 1|Req Amount= 200|EXP Per= 0.03}} {{SkillRankInfo/Row|Requirement= Requirement Row 2|Req Amount= 1000|EXP Per= 0.04}} {{SkillRankInfo/Row|Requirement= Requirement Row 3|Req Amount= 200|EXP Per= 0.05}} |
Requirement | List one of the requirements the skill needs to have done to be trained, word-for-word from the in-game description. | | Requirement= Get hit by an enemy while in the defense stance. |
Req Amount | List the amount of times the listed requirement needs to be done. Try not to use commas(,) for these amounts. | | Req Amount= 3000 |
EXP Per | List the total exp that you get per time the requirement is met. (Each try) | | EXP Per= 0.11 |
Total Training EXP | While the total exp per requirement will be automatically calculated, the total training exp of all requirements added up will not. This is where you will need to write out the total EXP to completely train the skill rank. You do not need to write the % for it. | | Total Training EXP= 220 |