Adds high capacity water tanks. (#6649)

This commit is contained in:
Lamrr
2022-02-20 12:07:08 +11:00
committed by GitHub
parent f4448547c2
commit 3d46d2fccf
3 changed files with 30 additions and 12 deletions

View File

@@ -64,3 +64,26 @@
reagents:
- ReagentId: Water
Quantity: 1500
- type: entity
parent: StorageTank
id: WaterTankHighCapacity
name: high-capacity water tank
suffix: Full
description: A highly pressurized water tank made to hold gargantuan amounts of water.
components:
- type: Sprite
sprite: Structures/Storage/tanks.rsi
state: highwatertank
- type: SolutionContainerManager
solutions:
tank:
reagents:
- ReagentId: Water
# This is *100, 000* on /tg/
Quantity: 10000
maxVol: 10000
# It is pressurized...
- type: ReagentTank
transferAmount: 100