Template:Talent: Difference between revisions

From Official Barotrauma Wiki
Jump to: navigation, search
No edit summary
mNo edit summary
Line 1: Line 1:
<noinclude>{{doc}}[[Category:Templates]]
{{#cargo_declare:_table=Talents
| icon = File
| name = String
| identifier = String
| job = String
| tree = String
| tier = Integer
| description = Wikitext
}}</noinclude>
<includeonly>{| style="text-align:center"
|-
! width: 33% | Talent
! width: 33% | Job, Tree, and Tier
! width: 33% | Description
|-
| [[File:{{#if:{{{icon|}}}|{{{icon}}}|Talent {{{name}}}}}.png|50px]]<br>'''{{{name}}}'''{{#if:{{{identifier|}}}|<br><span style="color:#808080;"><small>ID: <code>{{{identifier}}}</code></small></span>|}}
| [[File:{{{job}}} Job Icon.png|30px]] '''[[{{{job}}}]]'''<br>{{{tree}}} Tier {{{tier}}}
| {{{description}}}
|}{{#ifeq:{{NAMESPACE}}|Template||
{{#cargo_store:_table=Talents
| icon = {{{icon|}}}
| name = {{{name|}}}
| identifier = {{{identifier|}}}
| job = {{{job|}}}
| tree = {{{tree|}}}
| tier = {{{tier|}}}
| description = {{{description|}}}
}}}}</includeonly>
<!--
{{#switch: {{{1}}}|once upon a time on europa|tumble|quickdraw|sailor with no name|drunken sailor|bounty hunter|traveling tradesman|evasive maneuvers|trusted captain|trucker|down with the ship|esteemed captain|commander|trust building|maintenance routine|camaraderie|inspire to battle = {{CaptainTalent|{{{1}}}{{#ifeq: {{{2}}}|singlecell|{{!}}singlecell=yes|}}}}|multitasker|apprenticeship|stand and deliver|rich in knowledge|ace of all trades|olympian|playing catchup|skedaddle|survival package|crew layabout|insurance policy|still kicking|graduation ceremony|enroll into clown college|water prankster|inspiring tunes|psycho clown|slapstick expert|true potential = {{AssistantTalent|{{{1}}}{{#ifeq: {{{2}}}|singlecell|{{!}}singlecell=yes|}}}}|tinkerer|quickfix|mass production|hull sealer|overclocking|let it drain|safety first|aggressive engineering|hull fixer|crisis management|pyromaniac|artisan smith|scrounger|miner|demolitions expert|canned heat|elbow grease|scrap savant = {{MechanicTalent|{{{1}}}{{#ifeq: {{{2}}}|singlecell|{{!}}singlecell=yes|}}}}}}
{{#switch: {{{1}}}|once upon a time on europa|tumble|quickdraw|sailor with no name|drunken sailor|bounty hunter|traveling tradesman|evasive maneuvers|trusted captain|trucker|down with the ship|esteemed captain|commander|trust building|maintenance routine|camaraderie|inspire to battle = {{CaptainTalent|{{{1}}}{{#ifeq: {{{2}}}|singlecell|{{!}}singlecell=yes|}}}}|multitasker|apprenticeship|stand and deliver|rich in knowledge|ace of all trades|olympian|playing catchup|skedaddle|survival package|crew layabout|insurance policy|still kicking|graduation ceremony|enroll into clown college|water prankster|inspiring tunes|psycho clown|slapstick expert|true potential = {{AssistantTalent|{{{1}}}{{#ifeq: {{{2}}}|singlecell|{{!}}singlecell=yes|}}}}|tinkerer|quickfix|mass production|hull sealer|overclocking|let it drain|safety first|aggressive engineering|hull fixer|crisis management|pyromaniac|artisan smith|scrounger|miner|demolitions expert|canned heat|elbow grease|scrap savant = {{MechanicTalent|{{{1}}}{{#ifeq: {{{2}}}|singlecell|{{!}}singlecell=yes|}}}}}}
-->

Revision as of 12:42, 16 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 Job, Tree, and Tier 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.