]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add decoy syndicate bomb to uplink (#26034)
authorIlya246 <57039557+Ilya246@users.noreply.github.com>
Sun, 17 Mar 2024 02:31:41 +0000 (06:31 +0400)
committerGitHub <noreply@github.com>
Sun, 17 Mar 2024 02:31:41 +0000 (13:31 +1100)
bombening

Resources/Locale/en-US/store/uplink-catalog.ftl
Resources/Prototypes/Catalog/uplink_catalog.yml
Resources/Prototypes/Entities/Structures/Machines/bombs.yml

index 62888de66631527fce690093b66275867556d3e2..5a54d76e9334fa9a5a74e793caec9f12ecaab3a4 100644 (file)
@@ -64,7 +64,10 @@ uplink-exploding-pen-name = Exploding pen
 uplink-exploding-pen-desc = A class IV explosive device contained within a standard pen. Comes with a 4 second fuse.
 
 uplink-exploding-syndicate-bomb-name = Syndicate Bomb
-uplink-exploding-syndicate-bomb-desc = A big, anchored bomb that can create a huge explosion if not defused in time. Useful as a distraction. Has an adjustable timer with a minimum setting of 120 seconds.
+uplink-exploding-syndicate-bomb-desc = A big, anchored bomb that can create a huge explosion if not defused in time. Useful as a distraction. Has an adjustable timer with a minimum setting of 180 seconds.
+
+uplink-exploding-syndicate-bomb-fake-name = Decoy Syndicate Bomb
+uplink-exploding-syndicate-bomb-fake-desc = A training bomb carefully made to look just like the real thing. In all ways similar to a syndicate bomb, but only creates a tiny explosion.
 
 uplink-cluster-grenade-name = Cluster Grenade
 uplink-cluster-grenade-desc = Three explosive grenades bundled together, the grenades get launched after the 3.5 second timer runs out.
index ea1fec9580645a405d6b3ae283b1da84fb410c52..ded7826044fde9382a23d2b99f52f820bf14673c 100644 (file)
       tags:
       - NukeOpsUplink
 
+- type: listing
+  id: UplinkSyndicateBombFake
+  name: uplink-exploding-syndicate-bomb-fake-name
+  description: uplink-exploding-syndicate-bomb-fake-desc
+  productEntity: SyndicateBombFake
+  cost:
+    Telecrystal: 4
+  categories:
+    - UplinkExplosives
+
 - type: listing
   id: UplinkClusterGrenade
   name: uplink-cluster-grenade-name
index 580253f11895574c091cead7043982e212be0935..89cadab6b1f9c517c8d94e933679d8614e000a5c 100644 (file)
       intensitySlope: 3
       maxIntensity: 400
 
+- type: entity
+  parent: SyndicateBomb
+  id: SyndicateBombFake
+  suffix: fake
+  components:
+    - type: Explosive
+      explosionType: Default
+      totalIntensity: 5.0
+      intensitySlope: 5
+      maxIntensity: 4
+      canCreateVacuum: false
+
 - type: entity
   parent: SyndicateBomb
   id: DebugHardBomb