]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
High-capacity welding fuel tank (#15019)
authorpotato1234_x <79580518+potato1234x@users.noreply.github.com>
Mon, 3 Apr 2023 06:26:57 +0000 (16:26 +1000)
committerGitHub <noreply@github.com>
Mon, 3 Apr 2023 06:26:57 +0000 (00:26 -0600)
* high capacity fuel tank

* nerf that explosion holy shit

* e

Resources/Locale/en-US/prototypes/entities/structures/storage/tanks/tanks.ftl
Resources/Prototypes/Entities/Structures/Storage/Tanks/tanks.yml
Resources/Textures/Structures/Storage/tanks.rsi/highfueltank.png [new file with mode: 0644]
Resources/Textures/Structures/Storage/tanks.rsi/meta.json

index 8260bf85a86f5a91052236e55d8d1d80cb445853..877541d1953f33ed0ea94eb0af75481f29222af7 100644 (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 = КВАС
index 1dd3db50c747f7951b8eb9b44075441002115411..e69cc2329b65a7293f57e72304ae09aed2787b66 100644 (file)
         - 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 (file)
index 0000000..44c63f1
Binary files /dev/null and b/Resources/Textures/Structures/Storage/tanks.rsi/highfueltank.png differ
index 837721bd22e746159e321077b655e297ef228237..4b2af414d1a0959ebf16162ea2f2ee853db456ab 100644 (file)
@@ -16,6 +16,9 @@
     {
       "name": "highwatertank"
     },
+    {
+      "name": "highfueltank"
+    },
     {
       "name": "watercooler"
     }