Template:SkillRankInfo

From Auranogi
Revision as of 23:15, 10 October 2024 by Akarisan (talk | contribs) (Clearer visibility for rank)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
[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