Template:Talent/doc: Difference between revisions

From Official Barotrauma Wiki
Jump to: navigation, search
mNo edit summary
mNo edit summary
Line 15: Line 15:
|-
|-
| icon
| icon
| align=center | [[File:Checkmark False.png|20px]]
| align=center | [[File:Checkmark False.png|23px]]
| The name of the talent icon's file. Uses <code>Talent [name]</code> if not defined.
| The name of the talent icon's file. Uses <code>Talent [name]</code> if not defined.
|-
|-
| name
| name
| align=center | [[File:Checkmark True.png|20px]]
| align=center | [[File:Checkmark True.png|23px]]
| The name of the talent.
| The name of the talent.
|-
|-
| identifier
| identifier
| align=center | [[File:Checkmark False.png|20px]]
| align=center | [[File:Checkmark False.png|23px]]
| The talent's unique identifier (found in XML).
| The talent's unique identifier (found in XML).
|-
|-
| job
| job
| align=center | [[File:Checkmark True.png|20px]]
| align=center | [[File:Checkmark True.png|23px]]
| The talent's associated job.
| The talent's associated job.
|-
|-
| tree
| tree
| align=center | [[File:Checkmark True.png|20px]]
| align=center | [[File:Checkmark True.png|23px]]
| The talent's associated tree.
| The talent's associated tree.
|-
|-
| tier
| tier
| align=center | [[File:Checkmark True.png|20px]]
| align=center | [[File:Checkmark True.png|23px]]
| The talent's tier. 1 (top) - 4 (bottom).
| The talent's tier. 1 (top) - 4 (bottom).
|-
|-
| description
| description
| align=center | [[File:Checkmark True.png|20px]]
| align=center | [[File:Checkmark True.png|23px]]
| The talent's in-game description.
| The talent's in-game description.
|-
|-
| sort
| sort
| align=center | [[File:Checkmark False.png|20px]]
| align=center | [[File:Checkmark True.png|23px]][[File:Checkmark False.png|23px]]
| Used by Cargo to sort talent tiers in trees with more than 1 talent. 1 (left) - 2 (right). Sorts using <code>name</code> if not defined.
| Used by Cargo. Displays the talent's entry in [[Template:Talents]] in half of its column if defined.
|}
|}
{{doc/end}}
{{doc/end}}

Revision as of 12:51, 9 June 2022

Documentation

Example table for Once Upon a Time on Europa:

Talent Tree Description
File:Talent handsomestranger.png
Once Upon a Time on Europa
ID: handsomestranger
Captain
Gunslinger
Spec. {{{row}}}
'Unlock recipe: Revolver Round.
Your crew's reputation gains are improved by 20%.
Whenever you gain Helm skill, also gain Weapons skill.
As long as your Helm skill is 100 or higher, they gain twice as much Weapons skill.'

Parameter Required Description
icon The name of the talent icon's file. Uses Talent [name] if not defined.
name The name of the talent.
identifier The talent's unique identifier (found in XML).
job The talent's associated job.
tree The talent's associated tree.
tier The talent's tier. 1 (top) - 4 (bottom).
description The talent's in-game description.
sort Used by Cargo. Displays the talent's entry in Template:Talents in half of its column if defined.

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.