From: potato1234_x <79580518+potato1234x@users.noreply.github.com> Date: Mon, 3 Apr 2023 06:26:57 +0000 (+1000) Subject: High-capacity welding fuel tank (#15019) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=a42a2f80213e3256194ff09834fe313271a95576;p=space-station-14.git High-capacity welding fuel tank (#15019) * high capacity fuel tank * nerf that explosion holy shit * e --- diff --git a/Resources/Locale/en-US/prototypes/entities/structures/storage/tanks/tanks.ftl b/Resources/Locale/en-US/prototypes/entities/structures/storage/tanks/tanks.ftl index 8260bf85a8..877541d195 100644 --- a/Resources/Locale/en-US/prototypes/entities/structures/storage/tanks/tanks.ftl +++ b/Resources/Locale/en-US/prototypes/entities/structures/storage/tanks/tanks.ftl @@ -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 = КВАС diff --git a/Resources/Prototypes/Entities/Structures/Storage/Tanks/tanks.yml b/Resources/Prototypes/Entities/Structures/Storage/Tanks/tanks.yml index 1dd3db50c7..e69cc2329b 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Tanks/tanks.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Tanks/tanks.yml @@ -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 diff --git a/Resources/Textures/Structures/Storage/tanks.rsi/highfueltank.png b/Resources/Textures/Structures/Storage/tanks.rsi/highfueltank.png new file mode 100644 index 0000000000..44c63f1128 Binary files /dev/null and b/Resources/Textures/Structures/Storage/tanks.rsi/highfueltank.png differ diff --git a/Resources/Textures/Structures/Storage/tanks.rsi/meta.json b/Resources/Textures/Structures/Storage/tanks.rsi/meta.json index 837721bd22..4b2af414d1 100644 --- a/Resources/Textures/Structures/Storage/tanks.rsi/meta.json +++ b/Resources/Textures/Structures/Storage/tanks.rsi/meta.json @@ -16,6 +16,9 @@ { "name": "highwatertank" }, + { + "name": "highfueltank" + }, { "name": "watercooler" }