Template:Item

From Astroneer Wiki
Jump to navigation Jump to search

Documentation

The Item template places an Infobox at the top right of item pages.

Usage

Fields

{{Item
|name      =
|image     = 
|tier      = 
|group     = 
|type      =
|desc      =
|scrap     =
|recipe    =
|crafting  =
|crafting2 =
|unlock    = 
|value     =
|bpm       =
|prod      =
|drain     =
|binomial  =
|buff      =
|food      =
|seed      = 
|planet    = 
}}

Parameters

  • name = The name of the object
  • image = The chosen icon for the object
  • tier = The tier of the object, either Small (1), Medium (2), Large (3), or Extra Large (4)
  • group = The group of the object, ex. Item, Module
  • type = The subgroup of the object, ex. Creative, Base Building
  • desc = Description of the item, taken from the in-game Research Catalog or tooltip
  • scrap = An item's scrap value when shredded
  • recipe = (do not include if uncraftable) The recipe used to craft the item
  • crafting = (do not include if uncraftable) The module used to craft the item
  • crafting2 = (do not include if uncraftable or craftable only by one module) The second module used to craft the item
  • value = The byte value of a researchable item, usable mainly for resources
  • bpm = The bytes per minute of a researchable item
  • prod = An item's power production in Units per second
  • drain = An item's power drain amount in Units per second
  • buff = The buff that a galastropod or EVA provides the player when fed
  • food = The favorite food item of a galastropod or EVA that gives triple the buff times
  • seed = The seed required to grow the flora
  • planet = The planet or planets the flora is naturally found on


Example (Default Unlocked Item)

{{Item
|name      = Small Printer
|image     = Small Printer.png
|tier      = 1
|group     = Item
|type      = Crafting
|desc      = Prints small and medium sized items from [[Resources]].
|scrap     = 0.25
|recipe    = 1x {{ItemLink|Glass}}
|crafting  = Backpack
|unlock    = Unlocked
|drain     = 1
}}

Example (Power Item)

{{Item
|name      = Small Wind Turbine
|image     = Small Wind Turbine.png
|tier      = 1
|group     = Item
|type      = Power Generation
|desc      = Converts wind into power.
|scrap     = 0.5
|recipe    = {{itemLink|Ceramic}} x1
|crafting  = Backpack
|unlock    = 300
|prod      = 1.5
}}

Example (Resource)

{{Item
|name      = Titanium
|image     = Nugget Titanium.png
|tier      = 1
|group     = Resource
|type      = Refined
|recipe    = {{ItemLink|Titanite}}
|crafting  = Smelting Furnace
|value     = 250
|bpm       = 50
}}

Example (Missing Icon)

{{Item
|name      = Missing Icon
|image     = Nugget Astronium.png
|tier      = 1
|group     = Resource
|type      = Natural
|value     = 500
|bpm       = 200
}}