Astroneer Wiki
Line 75: Line 75:
 
* '''crafting2''' = (do not include if uncraftable or craftable only by one fabicator type) The second fabricator used to craft it (will also create it's link automatically)
 
* '''crafting2''' = (do not include if uncraftable or craftable only by one fabicator type) The second fabricator used to craft it (will also create it's link automatically)
   
* '''research''' = An item's cost in the catalogue.
+
* '''research''' = An item's cost in the catalogue
 
 
 
 
 
 
 
 
 
   
 
== Example (Resource) ==
 
== Example (Resource) ==

Revision as of 20:26, 2 March 2019

Documentation

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

Usage

Module

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

Resource

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

Example (Module)

{{Objects
|name      = Small Solar Panel
|image     = Solar.png
|tier      = 1
|group     = Power
|type      = Module
|recipe    = 1x [[Compound]]
|crafting  = Backpack
|research  = 500
}}
Small Solar Panel Small Solar Panel
File:Solar.png
Details
Tier Small
Group Power
Type Module
Crafted at Icon Backpack Backpack
Recipe 1x Compound


Parameters

  • name = The name of the object
  • image = The chosen icon for the object
  • tier = The tier of the object (Only use 1,2,and 3) Note that the number will automatically change to their respective size name
  • group = The group of the object
  • type = The subgroup of the object (will create it's link automatically)
  • recipe = (do not include if uncraftable) The recipe used craft it (include the resource's raw ore from if it's a refined resource
  • crafting = (do not include if uncraftable) The fabricator used to craft it (add Smelting Furnace if it's a refined resource) (will also create it's link automatically)
  • crafting2 = (do not include if uncraftable or craftable only by one fabicator type) The second fabricator used to craft it (will also create it's link automatically)
  • research = An item's cost in the catalogue

Example (Resource)

{{Objects
|name      = Titanium
|image     = Icon_Titanium.png
|tier      = 1
|group     = Resource
|rarity    = Very Rare
|value   = 4
}}
Titanium Titanium
Icon Titanium
Details
Tier Small
Group Resource
Type Unknown
Byte Value 4 Bytes


Parameters

  • name = The name of the objects
  • image = The chosen icon for the object
  • tier = The tier of the object (Only use 1) since all resource count as small tier
  • group = The group of the object
  • rarity =The subgroup of the object (consult Trade Platform for object rarity)
  • recipe = Include the resource's raw ore from if it's a refined resource
  • research = whether or not an item is needed to be researched or not
  • 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.