Template:Physical properties data store: Difference between revisions
No edit summary |
store throwability in cargo |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
|HeatResist=Integer | |HeatResist=Integer | ||
|LightRadius=Integer | |LightRadius=Integer | ||
|Throwable=Boolean | |||
|Seeping=Boolean | |Seeping=Boolean | ||
|Inhaled=Boolean | |Inhaled=Boolean | ||
|Volume=Integer | |||
|LiquidGenType=String | |LiquidGenType=String | ||
|LiquidGenRate=String | |LiquidGenRate=String | ||
Line 46: | Line 48: | ||
| NULL | | NULL | ||
| Light radius of the object if it is a light source | | Light radius of the object if it is a light source | ||
|- | |||
| throwable | |||
| boolean | |||
| NULL | |||
| Whether this is considered a thrown object by the game | |||
|- | |- | ||
| seeping | | seeping | ||
Line 56: | Line 63: | ||
| NULL | | NULL | ||
| If this is a gas, whether the gas is [[respiration]]-based | | If this is a gas, whether the gas is [[respiration]]-based | ||
|- | |||
| volume | |||
| integer | |||
| NULL | |||
| Max volume of liquid held by the object | |||
|- | |- | ||
| liquidgentype | | liquidgentype | ||
Line 73: | Line 85: | ||
|HeatResist={{{heat|}}} | |HeatResist={{{heat|}}} | ||
|LightRadius={{{lightradius|}}} | |LightRadius={{{lightradius|}}} | ||
|Throwable={{{throwable|}}} | |||
|Seeping={{{seeping|}}} | |Seeping={{{seeping|}}} | ||
|Inhaled={{{inhaled|}}} | |Inhaled={{{inhaled|}}} | ||
|Volume={{{volume|}}} | |||
|LiquidGenType={{{liquidgentype|}}} | |LiquidGenType={{{liquidgentype|}}} | ||
|LiquidGenRate={{{liquidgenrate|}}} | |LiquidGenRate={{{liquidgenrate|}}} | ||
|JoinKey={{FULLPAGENAME}} | |JoinKey={{FULLPAGENAME}} | ||
}}</includeonly> | }}</includeonly> |