Astroneer Wiki
Register
Advertisement
Documentation

Use this doc for pages about objects, consult List of Objects for references

Usage

Item

{{Objects
|name      =
|image     = 
|tier      = 
|group     = 
|type      =
|recipe    =
|crafting  =
|crafting2 =
|unlock    = 
}}

Resource

{{Objects
|name      =
|image     = 
|tier      = 
|group     = 
|type      =
|value     =
}}

Example (Unlockable Item)

{{Objects
|name      = Small Wind Turbine
|image     = Small Wind Turbine.jpg
|tier      = 
|group     = Power
|type      = Module
|recipe    = 1x {{ItemLink|Glass}}
|crafting  = Backpack
|unlock    = 500
|scrap = 25
}}
Small Wind Turbine Small Wind Turbine
File:Small Wind Turbine.jpg
Details
Tier Unknown
Group Power
Type Module
Crafted at Icon Backpack Backpack
Recipe 1x Icon Glass Glass
Unlock Cost 500 Bytes
Scrap Value 25 Icon Scrap Scrap


Parameters

  • name = The name of the object
  • image = The chosen icon for the object
  • tier = The tier of the object, either Small, Medium, Large, or Extra Large
  • group = The group of the object, ex. Item, Module
  • type = The subgroup of the object, ex. Creative, Base Building
  • 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

Example (Default Unlocked Item)

{{Objects
|name      = Beacon
|image     = beacon.png
|tier      = 
|group     = Item
|type      = Exploration
|recipe    = 1x {{ItemLink|Quartz}}
|crafting  = Backpack
|unlock    = Unlocked
}}
Beacon Beacon
Beacon
Details
Tier Unknown
Group Item
Type Exploration
Crafted at Icon Backpack Backpack
Recipe 1x Icon Quartz Quartz
Unlock Cost Unlocked


Parameters

  • name = The name of the object
  • image = The chosen icon for the object
  • tier = The tier of the object, either Small, Medium, Large, or Extra Large
  • group = The group of the object, ex. Item, Module
  • type = The subgroup of the object, ex. Creative, Base Building
  • 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
  • unlock = An item's cost to unlock the blueprint in the Research Catalog. Use Unlocked if it's a default item at the start of a game

Example (Resource)

{{Objects
|name      = Titanium
|image     = Nugget Titanium.png
|tier      = 1
|group     = Resource
|type      = Refined
|recipe    = {{ItemLink|Titanite}}
|crafting  = Smelting Furnace
|value     = 210
}}
Titanium Titanium
Nugget Titanium
Details
Tier Small
Group Resource
Type Refined
Crafted at Icon Smelting Furnace Smelting Furnace
Recipe Icon Titanite Titanite
Byte Value 210 Bytes


Parameters

  • name = The name of the object
  • image = The chosen icon for the object
  • tier = The tier of the object, either Small, Medium, Large, or Extra Large.
  • group = The group of the object, ex. Item, Module.
  • type = The subgroup of the object, ex. Creative, Base Building.
  • recipe = The items used to create the item
  • crafting = The crafting module the item is created at
  • value = how much value for said resource if it were to be researched with the Research Chamber

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.

Advertisement