Template:Talent: Difference between revisions

From Official Barotrauma Wiki
Jump to: navigation, search
mNo edit summary
mNo edit summary
 
(11 intermediate revisions by 2 users not shown)
Line 11: Line 11:
<includeonly>{| style="text-align:center"
<includeonly>{| style="text-align:center"
|-
|-
! [[Talents|Talent]]
! Talent
! Tree
! Tree
! Description
! Description
|-
|-
| [[File:{{{icon|Talent {{{name|{{PAGENAME}}}}}}}}.png|50px]]<br>'''{{{name|{{PAGENAME}}}}}'''<br><span style="color:#808080"><small>ID: <code>{{{identifier}}}</code></small></span>
| [[File:Talent_{{{identifier}}}.png|48px]]<br>'''{{{name|{{PAGENAME}}}}}'''<br><span style="color:#808080"><small>ID: <code>{{{identifier}}}</code></small></span>
| [[File:{{{job}}} Job Icon.png|30px|link={{{job}}}]]'''[[{{{job}}}]]'''<br>''{{{tree|General}}}''<br><small>{{#ifeq:{{{tree|General}}}|General|Tier {{{row}}}|Spec. {{{row}}}}}</small>
| [[File:{{{job}}} Job Icon.png|24px|link={{{job}}}]]'''[[{{{job}}}]]'''<br>''{{{tree|General}}}''<br><small>{{#ifeq:{{{tree|General}}}|General|Tier|Spec.}} {{{row}}}</small>
| style="text-align:left" | '''{{#replace:{{#replace:{{#replace:{{#replace:{{{description}}}|‖color:gui.green‖|<span style="color:#9AD5A3>}}|‖color:gui.red‖|<span style="color:#F56969>}}|‖color:gui.orange‖|<span style="color:#F3A232>}}|‖end‖|</span>}}'''
| style="text-align:left" | '''{{#replace:{{#replace:{{#replace:{{#replace:{{{description}}}|‖color:gui.green‖|<span style="color:#9AD5A3>}}|‖color:gui.red‖|<span style="color:#F56969>}}|‖color:gui.orange‖|<span style="color:#F3A232>}}|‖end‖|</span>}}'''
|}{{#if:{{NAMESPACE}}||
|}{{#if:{{NAMESPACE}}||
{{#cargo_store:_table=Talents
{{#cargo_store:_table=Talents
| icon        = {{{icon|Talent {{{name|{{PAGENAME}}}}}}}}.png
| icon        = File:Talent {{{identifier}}}.png
| name        = {{{name|{{PAGENAME}}}}}
| name        = {{#titleparts:{{{name|{{PAGENAME}}}}}}}
| identifier  = {{{identifier}}}
| identifier  = {{{identifier}}}
| job        = {{{job}}}
| job        = {{{job}}}
| tree        = {{{tree}}}
| tree        = {{{tree|General}}}
| row        = {{{row}}}
| row        = {{{row}}}
| description = {{#replace:{{#replace:{{#replace:{{#replace:{{{description}}}|‖color:gui.green‖|<span style="color:#9AD5A3>}}|‖color:gui.red‖|<span style="color:#F56969>}}|‖color:gui.orange‖|<span style="color:#F3A232>}}|‖end‖|</span>}}
| description = {{#replace:{{#replace:{{#replace:{{#replace:{{{description}}}|‖color:gui.green‖|<span style="color:#9AD5A3>}}|‖color:gui.red‖|<span style="color:#F56969>}}|‖color:gui.orange‖|<span style="color:#F3A232>}}|‖end‖|</span>}}
}}
}}
[[Category:Talents]]}}</includeonly>
[[Category:Talents]]}}</includeonly>

Latest revision as of 00:10, 6 February 2023

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
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 template defines the table "Talents". View table.