Template:SkillNode: Difference between revisions

From IdleOn MMO Wiki
mNo edit summary
mNo edit summary
Line 12: Line 12:
</data>
</data>
<data source="skilleff">
<data source="skilleff">
<label>5% Efficiency</label>
<label>Eff. Req.</label>
         <format>{{Numdisplay|{{#expr:{{{skilleff|}}}/40}}}}</format>
         <format>'''5%:''' {{Numdisplay|{{#expr:{{{skilleff|}}}/40}}}} ~ '''100%:''' {{Numdisplay|{{{skilleff|}}}}}</format>
</data>
<data source="skilleff">
<label>100% Efficiency</label>
        <format>{{Numdisplay|{{{skilleff|}}}}}</format>
</data>
</data>
<data source="baseexp">
<data source="baseexp">

Revision as of 01:06, 9 February 2023

Template to display skill nodes on their individual pages. Call as such:
{{SkillNode
 |skill= the required skill to use this node.
 |skilleff= The minimum Skill Efficiency to produce an item.
 |baseexp= The ammount of EXP recieved.
 |item= The item produced from this skill node.
 |location= The location that this skill node is found in.
}}