Template:Creature infobox

From Oxygen Not Included Wiki
Jump to navigation Jump to search
Template-info.svg Documentation Edit this documentation at Template:Creature_infobox/doc.

The infobox for a creature species.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
namename

no description

Stringrequired
descdesc

no description

Stringoptional
imageimage

no description

Fileoptional
locationlocation

no description

Stringoptional
healthhealth

no description

Numberoptional
max agemax age

The maximum lifespan of the critter, in cycles.

Example
100
Numbersuggested
can drowncan drown

Whether or not the creature can drown in liquids.

Suggested values
yes no
Example
no
Booleanoptional
can be entombedcan be entombed

Whether the creature can be entombed in solids or not.

Suggested values
yes no
Example
no
Booleanoptional
comfortablecomfortable

no description

Stringoptional
livablelivable

no description

Stringoptional
dietdiet

no description

Stringoptional
excreteexcrete

no description

Stringoptional
effectseffects

no description

Stringoptional
decordecor

no description

Unknownoptional
decor radiusdecor radius

no description

Unknownoptional
dropsdrops

no description

Stringoptional
wranglewrangle

no description

Unknownoptional
capturecapture

no description

Stringoptional
reproductionreproduction

How long the critter takes to produce an egg. If left blank, this will be calculated automatically based on the "max age" parameter.

Default
("max age" * 0.6)
Example
123
Numberoptional
incubating rateincubating rate

How long an egg takes to incubate. If left blank, this will be calculated automatically based on the "max age" parameter.

Default
("max age" * 0.2)
Example
34
Numberoptional
scale growth ratescale growth rate

no description

Stringoptional

Usage

{{Creature infobox
| name =
| desc =
| image = 
| location =
| health =
| max age =
| can drown =
| can be entombed =
| comfortable =
| livable =
| diet =
| excrete =
| effects =
| decor =
| decor radius = 
| drops =
| wrangle = 
| capture = 
| reproduction =
| incubating rate =
}}

Example

{{Creature infobox
| name = Puft
| desc = Pufts are non-aggressive critters that excrete lumps of [[Slime]] with each breath.
| image = Puft.png
| location = Swamp Biome
| health = 25
| max age = 75
| phase = [[Gas]] or [[Vacuum]]
| comfortable = 15 ↔ 55 °C
| livable = -30 ↔ 105 °C
| diet = [[Polluted Oxygen]] 50 kg/cycle
| excrete = [[Slime]] 95% of consumed mass
| decor = +10
| decor radius = 1
| drops = 1,600 kcal [[Meat]]
| wrangle = yes
| capture = Airborne Critter Bait
| reproduction =
| incubating rate =
}}