Template:Talent/doc: Difference between revisions

From Official Barotrauma Wiki
Jump to: navigation, search
mNo edit summary
(version)
 
(12 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{doc/start}}
{{doc/start}}
Example table for [[Once Upon a Time on Europa]]:
Example table for [[Bounty Hunter]]:
{{Version|1.0.7.0}}
{{Talent
{{Talent
| name = Once Upon a Time on Europa
| name = Bounty Hunter
| identifier = handsomestranger
| identifier = bountyhunter
| job = Captain
| job = Captain
| tree = Gunslinger
| row = 1
| tier = 1
| description = Gain 15% bonus XP and 15% bonus money when completing a Monster or Nest mission.
| description = '''Unlock recipe: [[Revolver Round]].<br>Your crew's [[Campaign#Reputation|reputation]] gains are improved by 20%.<br>Whenever you gain [[Skills#Helm|Helm]] skill, also gain [[Skills#Weapons|Weapons]] skill.<br>As long as your Helm skill is 100 or higher, they gain twice as much Weapons skill.'''
}}<br>
}}<br>
{|
{|
! Parameter
! Parameter
! Required
! Description
! Description
|-
! Default
| icon
| align=center | [[File:Checkmark False.png|20px]]
| 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]]
| The name of the talent.
| The name of the talent.
| <code><nowiki>{{PAGENAME}}</nowiki></code>
|-
|-
| identifier
| identifier
| align=center | [[File:Checkmark False.png|20px]]
| 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]]
| The talent's associated job.
| The talent's associated job.
|
|-
|-
| tree
| tree
| align=center | [[File:Checkmark True.png|20px]]
| The talent's associated tree.
| The talent's associated tree.
| <code>General</code>
|-
|-
| tier
| row
| align=center | [[File:Checkmark True.png|20px]]
| The talent's row.<br>General: 1 - 2.<br>Specialized: 1 - 4.
| The talent's tier. 1 (top) - 4 (bottom).
|
|-
|-
| description
| description
| align=center | [[File:Checkmark True.png|20px]]
| The talent's description (copy straight from xml).
| The talent's in-game description.
|  
|-
| sort
| align=center | [[File:Checkmark False.png|20px]]
| 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.
|}
|}
{{doc/end}}
{{doc/end}}

Latest revision as of 22:17, 15 March 2023

Documentation

Example table for Bounty Hunter:

Data is up-to-date
Last updated for version 1.0.7.0
The current game version is 1.4.5.0
Talent Tree Description

Bounty Hunter
ID: bountyhunter
Captain
General
Tier 1
Gain 15% bonus XP and 15% bonus money when completing a Monster or Nest mission.

Parameter Description Default
name The name of the talent. {{PAGENAME}}
identifier The talent's unique identifier (found in XML).
job The talent's associated job.
tree The talent's associated tree. General
row The talent's row.
General: 1 - 2.
Specialized: 1 - 4.
description The talent's description (copy straight from xml).

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