High-capacity welding fuel tank (#15019)

* high capacity fuel tank

* nerf that explosion holy shit

* e
This commit is contained in:
potato1234_x
2023-04-03 16:26:57 +10:00
committed by GitHub
parent 3a58ab878a
commit a42a2f8021
4 changed files with 28 additions and 1 deletions

View File

@@ -4,6 +4,9 @@ ent-WeldingFuelTank = fuel tank
ent-WeldingFuelTankFull = { ent-WeldingFuelTank }
.desc = { ent-WeldingFuelTank.desc }
ent-WeldingFuelTankHighCapacity = high-capacity fuel tank
.desc = A highly pressurized fuel tank made to hold gargantuan amounts of welding fuel.
ent-WaterTank = water tank
.desc = A water tank. It's used to store high amounts of water.
@@ -13,7 +16,7 @@ ent-WaterTankFull = { ent-WaterTank }
ent-WaterCooler = water cooler
.desc = Seems like a good place to stand and waste time.
ent-WaterTankHighCapacity = High-capacity water tank
ent-WaterTankHighCapacity = high-capacity water tank
.desc = A highly pressurized water tank made to hold gargantuan amounts of water.
ent-KvassTank = КВАС

View File

@@ -36,6 +36,27 @@
- ReagentId: WeldingFuel
Quantity: 1500
- type: entity
parent: WeldingFuelTank
id: WeldingFuelTankHighCapacity
suffix: Full
components:
- type: StaticPrice
price: 3000
- type: Sprite
sprite: Structures/Storage/tanks.rsi
state: highfueltank
- type: SolutionContainerManager
solutions:
tank:
reagents:
- ReagentId: WeldingFuel
Quantity: 5000
maxVol: 5000
- type: Explosive
explosionType: Default
totalIntensity: 140
# Water
- type: entity

Binary file not shown.

After

Width:  |  Height:  |  Size: 580 B

View File

@@ -16,6 +16,9 @@
{
"name": "highwatertank"
},
{
"name": "highfueltank"
},
{
"name": "watercooler"
}