Astroneer Wiki
No edit summary
No edit summary
(32 intermediate revisions by 6 users not shown)
Line 3: Line 3:
   
 
== Usage ==
 
== Usage ==
  +
=== Item ===
 
<pre>
 
<pre>
 
{{Objects
 
{{Objects
Line 12: Line 13:
 
|recipe =
 
|recipe =
 
|crafting =
 
|crafting =
|research =
+
|crafting2 =
 
|unlock =
  +
}}
  +
</pre>
  +
  +
=== Resource ===
  +
<pre>
  +
{{Objects
  +
|name =
 
|image =
  +
|tier =
  +
|group =
  +
|type =
 
|value =
 
|value =
 
}}
 
}}
 
</pre>
 
</pre>
   
== Example (Module) ==
+
== Example (Unlockable Item) ==
   
 
<pre>
 
<pre>
 
{{Objects
 
{{Objects
|name = Small Solar Panel
+
|name = Small Wind Turbine
|image = Solar.png
+
|image = Small Wind Turbine.png
 
|tier = 1
 
|tier = 1
|group = Power
+
|group = Item
|type = Module
+
|type = Power Generation
|recipe = 1x [[Compound]]
+
|recipe = 1x {{ItemLink|Glass}}
|crafting = [[Backpack]]
+
|crafting = Backpack
  +
|unlock = 500
 
}}
 
}}
 
</pre>
 
</pre>
   
 
{{Objects
 
{{Objects
|name = Small Solar Panel
+
|name = Small Wind Turbine
|image = Solar.png
+
|image = Small Wind Turbine.png
 
|tier = 1
 
|tier = 1
|group = Power
+
|group = Item
|type = Module
+
|type = Power Generation
|recipe = 1x [[Compound]]
+
|recipe = 1x {{ItemLink|Glass}}
|crafting = [[Backpack]]
+
|crafting = Backpack
  +
|unlock = 500
 
}}
 
}}
   
== Parameters ==
+
=== Parameters ===
   
 
* '''name''' = The name of the object
 
* '''name''' = The name of the object
Line 47: Line 62:
 
* '''image''' = The chosen icon for 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
+
* '''tier''' = The tier of the object, either Small, Medium, Large, or Extra Large
 
 
* '''group''' = The group of the object
+
* '''group''' = The group of the object, ex. Item, Module
   
* '''type''' = The subgroup of the object
+
* '''type''' = The subgroup of the object, ex. Creative, Base Building
   
* '''recipe''' = (do not include if uncraftable) The recipe used craft it (include the resource's raw ore from if it's a refined resource
+
* '''recipe''' = (do not include if uncraftable) The recipe used to craft the item
   
* '''crafting''' = (do not include if uncraftable) The fabricator used to craft it (add [[Smelter]] if it's a refined resource)
+
* '''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
* '''research''' = whether or not an item is needed to be researched or not
 
   
  +
* '''unlock''' = An item's cost to unlock the blueprint in the [[Research Catalog]]
  +
{{Clear}}
  +
== Example (Default Unlocked Item) ==
   
  +
<pre>
  +
{{Objects
  +
|name = Beacon
  +
|image = beacon.png
  +
|tier =
  +
|group = Item
  +
|type = Exploration
  +
|recipe = 1x {{ItemLink|Quartz}}
  +
|crafting = Backpack
  +
|unlock = Unlocked
  +
}}
  +
</pre>
   
  +
{{Objects
  +
|name = Beacon
  +
|image = beacon.png
  +
|tier =
  +
|group = Item
  +
|type = Exploration
  +
|recipe = 1x {{ItemLink|Quartz}}
  +
|crafting = Backpack
  +
|unlock = 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
  +
{{Clear}}
 
== Example (Resource) ==
 
== Example (Resource) ==
   
Line 73: Line 127:
 
{{Objects
 
{{Objects
 
|name = Titanium
 
|name = Titanium
|image = Icon_Titanium.png
+
|image = Nugget Titanium.png
 
|tier = 1
 
|tier = 1
 
|group = Resource
 
|group = Resource
|rarity = Very Rare
+
|type = Refined
  +
|recipe = {{ItemLink|Titanite}}
|value = 4
 
  +
|crafting = Smelting Furnace
  +
|value = 210
 
}}
 
}}
 
</pre>
 
</pre>
Line 83: Line 139:
 
{{Objects
 
{{Objects
 
|name = Titanium
 
|name = Titanium
|image = Icon_Titanium.png
+
|image = Nugget Titanium.png
 
|tier = 1
 
|tier = 1
 
|group = Resource
 
|group = Resource
|type = Very Rare
+
|type = Refined
  +
|recipe = {{ItemLink|Titanite}}
|value = 4
 
  +
|crafting = Smelting Furnace
  +
|value = 210
 
}}
 
}}
   
 
== 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
   
* '''tier''' = The tier of the object (Only use 1) since all resource count as small tier
+
* '''tier''' = The tier of the object, either Small, Medium, Large, or Extra Large.
 
 
* '''group''' = The group of the object
+
* '''group''' = The group of the object, ex. Item, Module.
 
* '''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
 
 
 
   
  +
* '''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]]
  +
{{Clear}}
 
{{doc/end}}
 
{{doc/end}}

Revision as of 06:24, 3 January 2021

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.png
|tier      = 1
|group     = Item
|type      = Power Generation
|recipe    = 1x {{ItemLink|Glass}}
|crafting  = Backpack
|unlock    = 500
}}
Small Wind Turbine Small Wind Turbine
Small Wind Turbine
Details
Tier Small
Group Item
Type Power Generation
Crafted at Icon Backpack Backpack
Recipe 1x Icon Glass Glass
Unlock Cost 500 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 = (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.