From a42a2f80213e3256194ff09834fe313271a95576 Mon Sep 17 00:00:00 2001 From: potato1234_x <79580518+potato1234x@users.noreply.github.com> Date: Mon, 3 Apr 2023 16:26:57 +1000 Subject: [PATCH] High-capacity welding fuel tank (#15019) * high capacity fuel tank * nerf that explosion holy shit * e --- .../structures/storage/tanks/tanks.ftl | 5 ++++- .../Structures/Storage/Tanks/tanks.yml | 21 ++++++++++++++++++ .../Storage/tanks.rsi/highfueltank.png | Bin 0 -> 580 bytes .../Structures/Storage/tanks.rsi/meta.json | 3 +++ 4 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 Resources/Textures/Structures/Storage/tanks.rsi/highfueltank.png 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 0000000000000000000000000000000000000000..44c63f1128cb8a324c896565efb8fec845d7fb1b GIT binary patch literal 580 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij)0(?ST8{ABWl2C-d4=@s6IOXXNC1% z0o8C8ctjR6Fz_7)VaDV6D^h?CP4ske46*QUo!mRA$$+Qjve1T2+de&xz5m}gUzp|e zi8H#z2ea)qXGSgkx0rWA?7#b-`&1mAI1E3%?OvO6^wZpzT?GrOnH%S4gJzgWPRVTidyn(E?0ccyx{1LPO;F>6DA(m5&a-1(V_nygSMimt2B45mhPXE zQ63$O7HnjQa5nwSztTb0BJ#@tldm<)m_5|FZ^$UgpHq|!Fif`85sToT`TYEf&0ifH zuBYDJvL;M1T}~?cFTznrb-`cG!=31AE`c)I$ztaD0e0su0g B_A&qf literal 0 HcmV?d00001 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" } -- 2.51.2