Difference between revisions of "Template:Game Object Data"
From Space Engineers Wiki
Vox Serico (talk | contribs) (Raw data template for CubeBlocks) |
Vox Serico (talk | contribs) 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" |
− | |||
|- | |- | ||
! Property !! Value | ! Property !! Value | ||
Line 13: | 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}} |
|- | |- | ||
− | | Volume || ''[[Volume::{{#expr: {{{ | + | | ''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|}}}]] | ||
|- | |- | ||
− | | | + | | InventorySize || {{#set:InventorySize=InventorySize|}} {{#explode:{{{InventorySize}}}|,|0}}×{{#explode:{{{InventorySize}}}|,|1}}×{{#explode:{{{InventorySize}}}|,|2}} |
|- | |- | ||
− | | | + | | ''InventoryVolume'' || ''[[InventoryVolume::{{#if: {{{InventoryMaxVolume|}}} | {{{InventoryMaxVolume}}} | {{#expr: |
+ | {{#explode:{{{InventorySize|0,0,0}}}|,|0}} * | ||
+ | {{#explode:{{{InventorySize|0,0,0}}}|,|1}} * | ||
+ | {{#explode:{{{InventorySize|0,0,0}}}|,|2}} | ||
+ | }}}}]]'' | ||
|- | |- | ||
− | | | + | | StoredGas || [[StoredGas::{{{StoredGas|}}}]] |
− | | | + | |- |
− | + | | BlueprintClasses || [[BlueprintClasses::{{{BlueprintClasses|}}}]] | |
− | + | |- | |
− | + | | BuildTimeSeconds || [[BuildTimeSeconds::{{{BuildTimeSeconds|}}}]] | |
− | | | + | |- |
− | | | + | | PCU || [[PCU::{{{PCU|}}}]] |
− | | | + | |}</onlyinclude> |
− | | PCU | ||
− |
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 |