Template:Mission: Difference between revisions

From Official Barotrauma Wiki
Jump to: navigation, search
mNo edit summary
mNo edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>{{doc}}[[Category:Templates]][[Category:Cargo Declaration Templates]][[Category:Cargo Storage Templates]]
<noinclude>{{doc}}[[Category:Templates]][[Category:Cargo Declaration Templates]][[Category:Cargo Storage Templates]][[Category:Missions]]
{{#cargo_declare:_table = Missions
{{#cargo_declare:_table = Missions
| identifier      = String
| identifier      = String
| tags            = String
| tags            = String
| type            = String (allowed values = None, Random, Salvage, Monster, Cargo, Combat, Personnel Transport, Swarm, Prospecting, Nest, Mining, Beacon, Abandoned outpost, Destroy outpost, Outpost rescue, Alien ruins, Scan, Escort, Pirate)
| type            = String
| name            = String  
| name            = String  
| icon            = File
| icon            = File
| description    = Wikitext
| description    = Wikitext
| difficulty      = Integer (allowed values = 1, 2, 3, 4)
| difficulty      = Integer
| multiplayeronly = Boolean
| multiplayeronly = Boolean
| locations      = Wikitext
| locations      = Wikitext
Line 16: Line 16:
! colspan="2" style="font-size:125%" | [[:Category:{{{type}}} Missions|{{{type}}}]] <big>- {{{name|{{PAGENAME}}}}}</big>
! colspan="2" style="font-size:125%" | [[:Category:{{{type}}} Missions|{{{type}}}]] <big>- {{{name|{{PAGENAME}}}}}</big>
|-
|-
| colspan="2" style="text-align:center" | [[File:{{{icon|Mission {{{name|{{PAGENAME}}}}}.png}}}|{{{iconsize|x128}}}px]]{{#if:{{{description|}}}|<hr>{{{description}}}}}
| colspan="2" style="text-align:center" | [[File:{{{icon|Mission {{{identifier}}}.png}}}|{{{iconsize|x128}}}px]]{{#if:{{{description|}}}|<hr>{{{description}}}}}
|-
|-
! colspan="2" style="font-size:125%" | Mission Details{{#if:{{{multiplayeronly|}}}|&nbsp;(Multiplayer Only)}}
! colspan="2" style="font-size:125%" | Mission Details{{#if:{{{multiplayeronly|}}}|&nbsp;(Multiplayer Only)}}
|-
|-
| style="text-align:right" | '''Difficulty'''
| style="text-align:right" | '''Difficulty'''
| [[File:Difficulty {{{difficulty|1}}}.png|{{{difficulty|1}}}]]
| [[File:Difficulty {{#ifexpr:{{{difficulty|1}}}>4|4|{{{difficulty|1}}}}}.png|{{#ifexpr:{{{difficulty|1}}}>4|4|{{{difficulty|1}}}}}]]
|-
|-
| style="text-align:right" | <span class="explain" title="Click/Hover icons to view descriptions.">'''Valid Passageways'''</span>
| style="text-align:right" | <span class="explain" title="Click/Hover icons to view descriptions.">'''Valid Locations/Passageways'''</span>
| {{{locations|{{location|Any}}→{{location|Any}}}}}
| {{{locations|{{location|Any}}→{{location|Any}}}}}
|-
|-
Line 29: Line 29:
| width="50%" | {{{targets}}}
| width="50%" | {{{targets}}}
|-
|-
| style="text-align:right" | '''Reward(s)'''
{{#if:{{{rewards|}}}|{{!}} style="text-align:right" {{!}} '''Reward(s)'''
| {{{rewards}}}
{{!}} {{{rewards}}}}}
|-
|-
| colspan="2" style="padding:0" |  
| colspan="2" style="padding:0" |  
Line 50: Line 50:
| type            = {{{type|}}}
| type            = {{{type|}}}
| name            = {{{name|{{PAGENAME}}}}}
| name            = {{{name|{{PAGENAME}}}}}
| icon            = File:{{{icon|Mission {{{name|{{PAGENAME}}}}}.png}}}
| icon            = File:{{{icon|Mission {{{identifier}}}.png}}}
| description    = {{{description|}}}
| description    = {{{description|}}}
| difficulty      = {{{difficulty|1}}}
| difficulty      = {{#ifexpr:{{{difficulty|1}}}>4|4|{{{difficulty|1}}}}}
| multiplayeronly = {{#if:{{{multiplayeronly|}}}|yes|no}}
| multiplayeronly = {{#if:{{{multiplayeronly|}}}|yes|no}}
| locations      = {{{locations|{{location|Any}}→{{location|Any}}}}}
| locations      = {{{locations|{{location|Any}}→{{location|Any}}}}}

Latest revision as of 07:47, 16 March 2023

Documentation
Field Description Expected Example Default
type The mission's type. Salvage, Monster, Cargo, Beacon, Nest, Mining, Abandoned outpost, Escort, Pirate, Scan, Alien ruins, Combat
name The name of the mission. Terminate a Swarm {{PAGENAME}}
icon The mission's icon. File Mission {{{name|{{PAGENAME}}}}}.png
iconsize The size of the mission's icon. ##, x##, ##x## x64 x128
description The mission's description.
targets The objective of the mission. 1 - 4 [[Crawlers]]
difficulty The difficulty of the mission. 1 - 4 1
rewards The payout of the mission. 1,000 Marks
locations A list of valid passageways. Research → Any Any → Any
identifier The mission's identifier. killcrawlers1
tags The mission's tags.


Salvage - Salvaging an artifact

Researchers of [location1] have picked up an infrasonic signal highly similar to those emitted by alien artifacts previously discovered on Europa. Investigate the signal and retrieve the potential artifact.
Mission Details
Difficulty 3
Valid Locations/Passageways City, Outpost → Research, None, Lair
Research → Any
Target(s) 1 Artifact
Reward(s) 3,500 Marks
10 Outpost Reputation
5 Europa Coalition Reputation
Technical
Identifier salvageartifactruins
Tags salvage, salvageartifact

This template defines the table "Missions". View table.