Template:Infobox RocketModuleSO/doc

From Oxygen Not Included Wiki
Jump to navigation Jump to search

Display an infobox to present stats of rocket modules.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Module namename

Name of the module used in game.

Default
{{PAGENAME}}
Example
Rover Module
Auto value
{{PAGENAME}}
Stringsuggested
ImageimageName

Name of building image file.

Default
[Building name].png
Example
Rover Module (Spaced Out).png
Auto value
Building {{PAGENAME}}.png
Filesuggested
Descriptiondescription

Description text used in the in-game codex.

Example
Deploys the Rover Bot for remote Planetoid exploration.<br>Deployment is available while in a Starmap hex adjacent to a Planetoid.
Stringsuggested
Flavor textflavorText

Flavor text used in the in-game codex.

Example
Rover can conduct explorations of planetoids that don't have Rocket Platforms built.
Stringsuggested
Researchresearch

Research required to unlock.

Example
Artificial Friends
Page nameoptional
Widthwidth

Horizontal tiles occupied.

Default
?
Example
3
Auto value
Numbersuggested
Heightheight

Vertical tiles occupied.

Default
?
Example
3
Numbersuggested
Categorycategory

Type of module. Usually "Engine", "Cargo" or "Utility"

Example
Utility
Stringsuggested
Overheat temperatureoverheat

Temperature the module overheats at in °C.

Example
2000
Numberoptional
Decor valuedecor

Decor value the module gives in its area of effect.

Example
-10
Numberoptional
Decor radiusdecorRadius

Maximum distance from module the decor effect is applied in tiles.

Example
2
Auto value
Numberoptional
Requiresrequires

Materials and conditions, such as Duplicant delivery or buildings to use the module.

Example
[[Liquid Rocket Port]] for un/loading
Stringoptional
Storage capacitystorage

Internal storage capacity of the module.

Example
[[Liquid]]: 900 [[Kg|kg]]
Stringoptional
Effectseffects

Effect values of the module.

Example
[[Polluted Water]]: {{Hover title|+600 kg/cycle|+1,000 g/s}}
Stringoptional
Green automation inputautoInGreen

Module behaviour when receiving a green signal.

Example
Launch rocket
Stringoptional
Red aoutomation inputautoInRed

Module behaviour when receiving a red signal.

Example
Awaits launch commmand
Stringoptional
Green automation outputautoOutGreen

Module behaviour when emitting a green signal.

Example
Rocket launch checklist is complete
Stringoptional
Red automation outputautoOutRed

Module behaviour when emitting a red signal.

Example
Rocket launch checklist is incomplete
Stringoptional
burdenburden

no description

Default
?
Numbersuggested
rangerange

no description

Default
-
Numbersuggested
powerpower

no description

Default
-
Numbersuggested
maxRocketHeightmaxRocketHeight

no description

Default
-
Numbersuggested
material1material1

Material used to craft this module. Corresponds to amount[n] value.

Example
Cultivable Soil
Stringsuggested
amount1amount1

Amount of corresponding material in kg.

Example
100
Numbersuggested
material2material2

Material used to craft this module. Corresponds to amount[n] value.

Stringoptional
amount2amount2

Amount of corresponding material in kg.

Numberoptional
material3material3

Material used to craft this module. Corresponds to amount[n] value.

Stringoptional
amount3amount3

Amount of corresponding material in kg.

Numberoptional
amountamount amount1

no description

Stringdeprecated
materialmaterial material1

no description

Stringdeprecated
speedspeed

no description

Numberdeprecated

Example

{{Infobox RocketModuleSO
| name        = Liquid Cargo Tank 
| imageName   = Liquid Cargo Tank  (Spaced Out).png
| description = Allows [[duplicant]]s to store some of the [[Liquid|liquid resources]] found during space missions.<br>Stored resources become available to the colony upon the [[Rocketry (Spaced Out)|Rockets]] return.
| flavorText  = [[Duplicants]] will fill cargo tanks with whatever resources they find during space missions.
| category    = Cargo
| research    = Flow Redirection
| width       = 3
| height      = 3
| burden      = 3
| range       = 
| power       = 
| overheat    = 2000
| storage     = 900 kg [[Liquid]]s
| requires    = attached [[Liquid Rocket Port (Spaced Out)|Liquid Rocket Port]] to load and unload
| decor       = 0
| decorRadius = 0
| material1    = Refined Metal
| amount1      = 200
}}