Astroneer Wiki
No edit summary
No edit summary
(5 intermediate revisions by the same user not shown)
Line 3: Line 3:
   
 
== Usage ==
 
== Usage ==
=== Module ===
+
=== Item ===
 
<pre>
 
<pre>
 
{{Objects
 
{{Objects
Line 14: Line 14:
 
|crafting =
 
|crafting =
 
|crafting2 =
 
|crafting2 =
|research =
+
|unlock =
 
}}
 
}}
 
</pre>
 
</pre>
Line 30: Line 30:
 
</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 = Module
+
|group = Item
|type = Power
+
|type = Power Generation
|recipe = 1x {{ItemLink|Compound}}
+
|recipe = 1x {{ItemLink|Glass}}
 
|crafting = Backpack
 
|crafting = Backpack
|research = 500
+
|unlock = 500
 
}}
 
}}
 
</pre>
 
</pre>
   
 
{{Objects
 
{{Objects
|name = Small Solar Panel
+
|name = Small Wind Turbine
|image = Small Solar Panel.jpg
+
|image = Small Wind Turbine.png
 
|tier = 1
 
|tier = 1
|group = Module
+
|group = Item
|type = Power
+
|type = Power Generation
|recipe = 1x {{ItemLink|Compound}}
+
|recipe = 1x {{ItemLink|Glass}}
 
|crafting = Backpack
 
|crafting = Backpack
|research = 500
+
|unlock = 500
 
}}
 
}}
   
== Parameters ==
+
=== Parameters ===
   
 
* '''name''' = The name of the object
 
* '''name''' = The name of the object
Line 62: 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 (will create it's link automatically)
+
* '''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 module used to craft it (add [[Smelting Furnace]] if it's a refined resource) (will also create it's link automatically)
+
* '''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 it (will also create it's link automatically)
+
* '''crafting2''' = (do not include if uncraftable or craftable only by one module) The second module used to craft the item
   
* '''research''' = An item's cost in the catalog
+
* '''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}}
 
{{Clear}}
 
== Example (Resource) ==
 
== Example (Resource) ==
Line 85: Line 131:
 
|group = Resource
 
|group = Resource
 
|type = Refined
 
|type = Refined
  +
|recipe = {{ItemLink|Titanite}}
  +
|crafting = Smelting Furnace
 
|value = 210
 
|value = 210
 
}}
 
}}
Line 95: Line 143:
 
|group = Resource
 
|group = Resource
 
|type = Refined
 
|type = Refined
  +
|recipe = {{ItemLink|Titanite}}
  +
|crafting = Smelting Furnace
 
|value = 210
 
|value = 210
 
}}
 
}}
Line 100: Line 150:
 
== 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 (Resource)
+
* '''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
   
* '''type''' =The subgroup of the object (consult [[Resources]] for resource type)
+
* '''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]]
 
* '''value''' = how much value for said resource if it were to be researched with the [[Research Chamber]]

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.