Difference between revisions of "Template:Game Object Data"

From Space Engineers Wiki
Jump to: navigation, search
m (Got all the relevant parameters from MyObjectBuilder_GasTankDefinition)
m (Added descriptive notes)
Line 4: Line 4:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! Property !! Value
+
! Property !! Value !! Note
 
|-
 
|-
 
| TypeId || [[TypeId::{{{TypeId}}}]]
 
| TypeId || [[TypeId::{{{TypeId}}}]]
Line 12: Line 12:
 
| CubeSize || [[CubeSize::{{{CubeSize}}}]]
 
| CubeSize || [[CubeSize::{{{CubeSize}}}]]
 
|-
 
|-
| Size || {{#set:Size={{{Size}}}}} {{#explode:{{{Size}}}|,|0}}×{{#explode:{{{Size}}}|,|1}}×{{#explode:{{{Size}}}|,|2}}
+
| Size || {{#set:Size={{{Size}}}}} {{#explode:{{{Size}}}|,|0}}×{{#explode:{{{Size}}}|,|1}}×{{#explode:{{{Size}}}|,|2}} || {{{CubeSize}}} blocks
 
|-
 
|-
 
| ''Volume'' || ''[[Volume::{{#expr:
 
| ''Volume'' || ''[[Volume::{{#expr:
Line 19: Line 19:
 
  {{#explode:{{{Size|0,0,0}}}|,|2}} *
 
  {{#explode:{{{Size|0,0,0}}}|,|2}} *
 
  {{#ifeq: {{{CubeSize|}}} | Large | 15.625 | 0.125}}
 
  {{#ifeq: {{{CubeSize|}}} | Large | 15.625 | 0.125}}
}}]]''
+
}}]]'' || m<sup>3</sup>, computed.
 
|-
 
|-
 
| Components
 
| Components
Line 30: Line 30:
 
-->{{#if: {{{Component7|}}} | <br>}} [[Component7::{{{Component7|}}}]] [[Component7Amount::{{{Component7Amount|}}}]]<!--
 
-->{{#if: {{{Component7|}}} | <br>}} [[Component7::{{{Component7|}}}]] [[Component7Amount::{{{Component7Amount|}}}]]<!--
 
-->{{#if: {{{Component8|}}} | <br>}} [[Component8::{{{Component8|}}}]] [[Component8Amount::{{{Component8Amount|}}}]]<!--
 
-->{{#if: {{{Component8|}}} | <br>}} [[Component8::{{{Component8|}}}]] [[Component8Amount::{{{Component8Amount|}}}]]<!--
-->{{#if: {{{Component9|}}} | <br>}} [[Component9::{{{Component9|}}}]] [[Component9Amount::{{{Component9Amount|}}}]]
+
-->{{#if: {{{Component9|}}} | <br>}} [[Component9::{{{Component9|}}}]] [[Component9Amount::{{{Component9Amount|}}}]] || Order is reversed in the source files
 
|-
 
|-
| CriticalComponent || [[CriticalComponent::{{{CriticalComponent}}}]]
+
| CriticalComponent || [[CriticalComponent::{{{CriticalComponent}}}]] || Listed as ''Subtype'', match with its index in ''Components''.<br> Block is not functional until this component is added.
 
|-
 
|-
| ResourceSourceGroup || [[ResourceSourceGroup::{{{ResourceSourceGroup|}}}]]
+
| ResourceSourceGroup || [[ResourceSourceGroup::{{{ResourceSourceGroup|}}}]]  
 
|-
 
|-
| OperationalPowerConsumption || [[OperationalPowerConsumption::{{{OperationalPowerConsumption|}}}]]
+
| ResourceSinkGroup || [[ResourceSinkGroup::{{{ResourceSinkGroup|}}}]] || Determines priority when there's insufficient power.
 
|-
 
|-
| StandbyPowerConsumption || [[StandbyPowerConsumption::{{{StandbyPowerConsumption|}}}]]
+
| OperationalPowerConsumption || [[OperationalPowerConsumption::{{{OperationalPowerConsumption|}}}]] || MW
 
|-
 
|-
| Capacity || [[Capacity::{{{Capacity|}}}]]
+
| StandbyPowerConsumption || [[StandbyPowerConsumption::{{{StandbyPowerConsumption|}}}]] || MW
 
|-
 
|-
| InventoryMaxVolume || [[InventoryMaxVolume::{{{InventoryMaxVolume|}}}]]
+
| Capacity || [[Capacity::{{{Capacity|}}}]] || Litres of gas
 
|-
 
|-
| InventorySize || {{#set:InventorySize=InventorySize|}} {{#explode:{{{InventorySize}}}|,|0}}&times;{{#explode:{{{InventorySize}}}|,|1}}&times;{{#explode:{{{InventorySize}}}|,|2}}
+
| InventoryMaxVolume || [[InventoryMaxVolume::{{{InventoryMaxVolume|}}}]] || m<sup>3</sup>, overrides ''InventorySize''
 +
|-
 +
| InventorySize || {{#set:InventorySize=InventorySize|}} {{#explode:{{{InventorySize}}}|,|0}}&times;{{#explode:{{{InventorySize}}}|,|1}}&times;{{#explode:{{{InventorySize}}}|,|2}} || meters, determines inventory volume
 
|-
 
|-
 
| ''InventoryVolume'' || ''[[InventoryVolume::{{#if: {{{InventoryMaxVolume|}}} | {{{InventoryMaxVolume}}} | {{#expr:
 
| ''InventoryVolume'' || ''[[InventoryVolume::{{#if: {{{InventoryMaxVolume|}}} | {{{InventoryMaxVolume}}} | {{#expr:
Line 50: Line 52:
 
  {{#explode:{{{InventorySize|0,0,0}}}|,|1}} *
 
  {{#explode:{{{InventorySize|0,0,0}}}|,|1}} *
 
  {{#explode:{{{InventorySize|0,0,0}}}|,|2}}
 
  {{#explode:{{{InventorySize|0,0,0}}}|,|2}}
}}}}]]''
+
}}}}]]'' || m<sup>3</sup>, computed. Inventory volume at realistic (x1) setting.
 
|-
 
|-
| StoredGas || [[StoredGas::{{{StoredGas|}}}]]
+
| StoredGas || [[StoredGas::{{{StoredGas|}}}]] || Hydrogen or Oxygen
 
|-
 
|-
| BlueprintClasses || [[BlueprintClasses::{{{BlueprintClasses|}}}]]
+
| BlueprintClasses || [[BlueprintClasses::{{{BlueprintClasses|}}}]] || Limits inventory items to these types.
 
|-
 
|-
 
| BuildTimeSeconds || [[BuildTimeSeconds::{{{BuildTimeSeconds|}}}]]
 
| BuildTimeSeconds || [[BuildTimeSeconds::{{{BuildTimeSeconds|}}}]]
 
|-
 
|-
| PCU || [[PCU::{{{PCU|}}}]]
+
| PCU || [[PCU::{{{PCU|}}}]] || PCU Cost
 
|}</onlyinclude>
 
|}</onlyinclude>

Revision as of 22:22, 28 March 2020

🚧🚧🚧 Under Construction 🚧🚧🚧
Attention - This page is currently being actively worked on, and may contain incomplete information

Template for displaying raw CubeBlock data as defined in the CubeBlocks_*.sbc files.

Property Value Note
TypeId {{{TypeId}}}
SubtypeId {{{SubtypeId}}}
CubeSize
Size {{{Size}}}×× {{{CubeSize}}} blocks
Volume 0
0 m³
0 L
0 Large-Blocks
0 Small-Blocks
0 hL
m3, computed.
Components {{{Component1}}} {{{Component1Amount}}} Order is reversed in the source files
CriticalComponent {{{CriticalComponent}}} Listed as Subtype, match with its index in Components.
Block is not functional until this component is added.
ResourceSourceGroup
ResourceSinkGroup Determines priority when there's insufficient power.
OperationalPowerConsumption MW
StandbyPowerConsumption MW
Capacity Litres of gas
InventoryMaxVolume m3, overrides InventorySize
InventorySize {{{InventorySize}}}×× meters, determines inventory volume
InventoryVolume 0
0 m³
0 hL
0 L
m3, computed. Inventory volume at realistic (x1) setting.
StoredGas Hydrogen or Oxygen
BlueprintClasses Limits inventory items to these types.
BuildTimeSeconds
PCU PCU Cost