High-capacity welding fuel tank (#15019)
* high capacity fuel tank * nerf that explosion holy shit * e
This commit is contained in:
@@ -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 = КВАС
|
||||
|
||||
@@ -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
|
||||
|
||||
BIN
Resources/Textures/Structures/Storage/tanks.rsi/highfueltank.png
Normal file
BIN
Resources/Textures/Structures/Storage/tanks.rsi/highfueltank.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 580 B |
@@ -16,6 +16,9 @@
|
||||
{
|
||||
"name": "highwatertank"
|
||||
},
|
||||
{
|
||||
"name": "highfueltank"
|
||||
},
|
||||
{
|
||||
"name": "watercooler"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user