@@ -0,0 +1,20 @@
|
||||
- type: entity
|
||||
parent: StorageTank
|
||||
id: WeldingFuelTank
|
||||
name: Fueltank
|
||||
description: A storage tank containing welding fuel.
|
||||
components:
|
||||
- type: Sprite
|
||||
texture: Buildings/weldtank.png
|
||||
- type: Icon
|
||||
texture: Buildings/weldtank.png
|
||||
- type: Explosive
|
||||
devastationRange: 1
|
||||
heavyImpactRange: 2
|
||||
lightImpactRange: 4
|
||||
flashRange: 5
|
||||
- type: Solution
|
||||
contents:
|
||||
reagents:
|
||||
- ReagentId: chem.WeldingFuel
|
||||
Quantity: 1500
|
||||
@@ -0,0 +1,29 @@
|
||||
- type: entity
|
||||
id: StorageTank
|
||||
name: Storage Tank
|
||||
description: "A liquids storage tank"
|
||||
abstract: true
|
||||
components:
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Collidable
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.5,-0.5,0.5,0.5"
|
||||
mask: 30
|
||||
layer: 31
|
||||
IsScrapingFloor: true
|
||||
- type: Physics
|
||||
mass: 15
|
||||
Anchored: false
|
||||
- type: Damageable
|
||||
- type: Destructible
|
||||
thresholdvalue: 10
|
||||
- type: Solution
|
||||
maxVol: 1500
|
||||
caps: 2
|
||||
- type: Pourable
|
||||
transferAmount: 100.0
|
||||
placement:
|
||||
snap:
|
||||
- Wall
|
||||
@@ -1,5 +1,5 @@
|
||||
- type: entity
|
||||
parent: ReagentItem
|
||||
- type: entity
|
||||
parent: StorageTank
|
||||
id: WaterTank
|
||||
name: Water Tank
|
||||
suffix: Empty
|
||||
@@ -7,34 +7,9 @@
|
||||
components:
|
||||
- type: Sprite
|
||||
texture: Buildings/watertank.png
|
||||
|
||||
- type: Icon
|
||||
texture: Buildings/watertank.png
|
||||
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Collidable
|
||||
layer: 31
|
||||
shape:
|
||||
bounds: "-0.5,-0.25,0.5,0.25"
|
||||
IsScrapingFloor: true
|
||||
- type: Physics
|
||||
mass: 15
|
||||
Anchored: false
|
||||
|
||||
- type: Damageable
|
||||
- type: Destructible
|
||||
thresholdvalue: 10
|
||||
|
||||
- type: Solution
|
||||
maxVol: 1500
|
||||
caps: 3
|
||||
|
||||
|
||||
placement:
|
||||
snap:
|
||||
- Wall
|
||||
|
||||
- type: entity
|
||||
parent: WaterTank
|
||||
id: WaterTankFull
|
||||
@@ -1,34 +0,0 @@
|
||||
- type: entity
|
||||
id: WeldingFuelTank
|
||||
name: Fueltank
|
||||
description: A storage tank containing welding fuel.
|
||||
components:
|
||||
- type: Sprite
|
||||
texture: Buildings/weldtank.png
|
||||
|
||||
- type: Icon
|
||||
texture: Buildings/weldtank.png
|
||||
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Collidable
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.5,-0.25,0.5,0.25"
|
||||
layer: 15
|
||||
IsScrapingFloor: true
|
||||
- type: Physics
|
||||
mass: 15
|
||||
Anchored: false
|
||||
- type: Damageable
|
||||
- type: Destructible
|
||||
thresholdvalue: 10
|
||||
- type: Explosive
|
||||
devastationRange: 1
|
||||
heavyImpactRange: 2
|
||||
lightImpactRange: 4
|
||||
flashRange: 5
|
||||
|
||||
placement:
|
||||
snap:
|
||||
- Wall
|
||||
Reference in New Issue
Block a user