Template:Talent: Difference between revisions

From Official Barotrauma Wiki
Jump to: navigation, search
mNo edit summary
mNo edit summary
Line 1: Line 1:
<noinclude>{{doc}}[[Category:Templates]]
<noinclude>{{doc}}[[Category:Templates]]
{{#cargo_declare:_table=Talents
{{#cargo_declare:_table=Talents
| icon = File
| icon = File
| name = String
| name = String
| identifier = String
| identifier = String
| job = String
| job = String
| tree = String
| tree = String
| tier = Integer
| tier = Integer
| description = Wikitext
| description = Wikitext
| sort = Integer
}}</noinclude>
}}</noinclude>
<includeonly>{| style="text-align: center"
<includeonly>{| style="text-align: center"
Line 20: Line 21:
|}{{#ifeq:{{NAMESPACE}}|Template||
|}{{#ifeq:{{NAMESPACE}}|Template||
{{#cargo_store:_table=Talents
{{#cargo_store:_table=Talents
| icon = {{{icon|}}}
| icon = {{{icon|}}}
| name = {{{name|}}}
| name = {{{name|}}}
| identifier = {{{identifier|}}}
| identifier = {{{identifier|}}}
| job = {{{job|}}}
| job = {{{job|}}}
| tree = {{{tree|}}}
| tree = {{{tree|}}}
| tier = {{{tier|}}}
| tier = {{{tier|}}}
| description = {{{description|}}}
| description = {{{description|}}}
| sort = {{{sort|}}}
}}}}</includeonly>
}}}}</includeonly>

Revision as of 10:31, 17 May 2022

Documentation

Example table for Bounty Hunter:

Data is potentially outdated
Last updated for version 1.0.7.0
Last mentioned in changelog 1.4.6.0
The current game version is 1.4.6.0
Talent Tree Description

Bounty Hunter
ID: bountyhunter
Captain
{{{tree}}}
Tier {{{tier}}}
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 template defines the table "Talents". View table.