diff --git a/Resources/Prototypes/Entities/Structures/Storage/Tanks/tanks.yml b/Resources/Prototypes/Entities/Structures/Storage/Tanks/tanks.yml index 68dd023345..c3eceef59b 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Tanks/tanks.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Tanks/tanks.yml @@ -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 + diff --git a/Resources/Textures/Structures/Storage/tanks.rsi/highwatertank.png b/Resources/Textures/Structures/Storage/tanks.rsi/highwatertank.png new file mode 100644 index 0000000000..ba346a257c Binary files /dev/null and b/Resources/Textures/Structures/Storage/tanks.rsi/highwatertank.png differ diff --git a/Resources/Textures/Structures/Storage/tanks.rsi/meta.json b/Resources/Textures/Structures/Storage/tanks.rsi/meta.json index 883bf68016..2ada732ac6 100644 --- a/Resources/Textures/Structures/Storage/tanks.rsi/meta.json +++ b/Resources/Textures/Structures/Storage/tanks.rsi/meta.json @@ -1,25 +1,20 @@ { "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/8442af39ee82b813194f71db82edd2923d97818d", "size": { "x": 32, "y": 32 }, "states": [ { - "name": "watertank", - "delays": [ - [ - 1 - ] - ] + "name": "watertank" }, { - "name": "fueltank", - "delays": [ - [ - 1 - ] - ] + "name": "fueltank" + }, + { + "name": "highwatertank" } ] }