Difference between revisions of "Template:Game Object Data"

From Space Engineers Wiki
Jump to: navigation, search
(Raw data template for CubeBlocks)
 
m (Got all the relevant parameters from MyObjectBuilder_GasTankDefinition)
Line 2: Line 2:
 
Template for displaying raw CubeBlock data as defined in the ''CubeBlocks_*.sbc'' files.
 
Template for displaying raw CubeBlock data as defined in the ''CubeBlocks_*.sbc'' files.
 
<onlyinclude>
 
<onlyinclude>
{|
+
{| class="wikitable"
|+{{PAGENAME}}
 
 
|-
 
|-
 
! Property !! Value
 
! Property !! Value
Line 13: Line 12:
 
| CubeSize || [[CubeSize::{{{CubeSize}}}]]
 
| CubeSize || [[CubeSize::{{{CubeSize}}}]]
 
|-
 
|-
| Size || {{#set:Size=Size}} {{#explode:{{{Size}}}|,|0}}&times;{{#explode:{{{Size}}}|,|1}}&times;{{#explode:{{{Size}}}|,|2}}
+
| Size || {{#set:Size={{{Size}}}}} {{#explode:{{{Size}}}|,|0}}&times;{{#explode:{{{Size}}}|,|1}}&times;{{#explode:{{{Size}}}|,|2}}
 
|-
 
|-
| Volume || ''[[Volume::{{#expr: {{{SizeX|0}}} * {{{SizeY|0}}} * {{{SizeZ|0}}} * {{#ifeq: {{{CubeSize}}} | Large | 15.625 | 0.125}}}}]]''
+
| ''Volume'' || ''[[Volume::{{#expr:
 +
{{#explode:{{{Size|0,0,0}}}|,|0}} *
 +
{{#explode:{{{Size|0,0,0}}}|,|1}} *
 +
{{#explode:{{{Size|0,0,0}}}|,|2}} *
 +
{{#ifeq: {{{CubeSize|}}} | Large | 15.625 | 0.125}}
 +
}}]]''
 
|-
 
|-
 
| Components
 
| Components
Line 40: Line 44:
 
| InventoryMaxVolume || [[InventoryMaxVolume::{{{InventoryMaxVolume|}}}]]
 
| InventoryMaxVolume || [[InventoryMaxVolume::{{{InventoryMaxVolume|}}}]]
 
|-
 
|-
| InventorySizeX || [[InventorySizeX::{{{InventorySizeX|}}}]]
+
| InventorySize || {{#set:InventorySize=InventorySize|}} {{#explode:{{{InventorySize}}}|,|0}}&times;{{#explode:{{{InventorySize}}}|,|1}}&times;{{#explode:{{{InventorySize}}}|,|2}}
 
|-
 
|-
| InventorySizeY || [[InventorySizeY::{{{InventorySizeY|}}}]]
+
| ''InventoryVolume'' || ''[[InventoryVolume::{{#if: {{{InventoryMaxVolume|}}} | {{{InventoryMaxVolume}}} | {{#expr:
 +
{{#explode:{{{InventorySize|0,0,0}}}|,|0}} *
 +
{{#explode:{{{InventorySize|0,0,0}}}|,|1}} *
 +
{{#explode:{{{InventorySize|0,0,0}}}|,|2}}
 +
}}}}]]''
 
|-
 
|-
| InventorySizeZ || [[InventorySizeZ::{{{InventorySizeZ|}}}]]
+
| StoredGas || [[StoredGas::{{{StoredGas|}}}]]
|}</onlyinclude><!--
+
|-
 
+
| BlueprintClasses || [[BlueprintClasses::{{{BlueprintClasses|}}}]]
Remaining parameters to handle so far
+
|-
 
+
| BuildTimeSeconds || [[BuildTimeSeconds::{{{BuildTimeSeconds|}}}]]
| StoredGas = Hydrogen
+
|-
| BlueprintClasses = HydrogenBottles|+sep=;
+
| PCU || [[PCU::{{{PCU|}}}]]
| BuildTimeSeconds = 12
+
|}</onlyinclude>
| PCU = 25
 
-->
 

Revision as of 21:50, 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
TypeId {{{TypeId}}}
SubtypeId {{{SubtypeId}}}
CubeSize
Size {{{Size}}}××
Volume 0
0 m³
0 L
0 Large-Blocks
0 Small-Blocks
0 hL
Components {{{Component1}}} {{{Component1Amount}}}
CriticalComponent {{{CriticalComponent}}}
ResourceSourceGroup
OperationalPowerConsumption
StandbyPowerConsumption
Capacity
InventoryMaxVolume
InventorySize {{{InventorySize}}}××
InventoryVolume 0
0 m³
0 hL
0 L
StoredGas
BlueprintClasses
BuildTimeSeconds
PCU