Astroneer Wiki
No edit summary
No edit summary
Line 43: Line 43:
 
== Parameters ==
 
== Parameters ==
   
* '''name''' = The name of the objects
+
* '''name''' = The name of the object
   
 
* '''image''' = The chosen icon for the object
 
* '''image''' = The chosen icon for the object
Line 59: Line 59:
 
* '''research''' = whether or not an item is needed to be researched or not
 
* '''research''' = whether or not an item is needed to be researched or not
   
  +
* '''value''' = (for resources only) how much value for said resource if it were to be traded (see [[Trade Platform]] for value range
 
  +
   
   
Line 89: Line 90:
 
}}
 
}}
   
  +
== 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
   
  +
* '''crafting''' = Add [[Smelter]] if it's a refined resource
   
  +
* '''research''' = whether or not an item is needed to be researched or not
   
 
* '''value''' = (for resources only) how much value for said resource if it were to be traded (consult also [[Trade Platform]] for value range
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
   
   

Revision as of 16:27, 5 August 2017

Documentation

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

Usage

{{Objects
|name      =
|image     = 
|tier      = 
|group     = 
|type      =
|recipe    =
|crafting  =
|research  = 
|value     =
}}

Example (Module)

{{Objects
|name      = Small Solar Panel
|image     = Solar.png
|tier      = 1
|group     = Power
|type      = Module
|recipe    = 1x [[Compound]]
|crafting  = [[Backpack]]
}}
Small Solar Panel Small Solar Panel
File:Solar.png
Details
Tier Small
Group Power
Type Module
Crafted at [[File: Icon Backpack.png|20px|text-bottom|link=|alt=]] [[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
  • 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 Smelter if it's a refined resource)
  • research = whether or not an item is needed to be researched or not






Example (Resource)

{{Objects
|name      = Titanium
|image     = Icon_Titanium.png
|tier      = 1
|group     = Resource
|type      = Rare
|value   = 4
}}
Titanium Titanium
Icon Titanium
Details
Tier Small
Group Resource
Type Rare
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
  • crafting = Add Smelter if it's a refined resource
  • research = whether or not an item is needed to be researched or not
  • value = (for resources only) how much value for said resource if it were to be traded (consult also Trade Platform for value range



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