Add decoy syndicate bomb to uplink (#26034)

bombening
This commit is contained in:
Ilya246
2024-03-17 06:31:41 +04:00
committed by GitHub
parent c35ff87e14
commit 90be67e679
3 changed files with 26 additions and 1 deletions

View 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-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-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-name = Cluster Grenade
uplink-cluster-grenade-desc = Three explosive grenades bundled together, the grenades get launched after the 3.5 second timer runs out. uplink-cluster-grenade-desc = Three explosive grenades bundled together, the grenades get launched after the 3.5 second timer runs out.

View File

@@ -325,6 +325,16 @@
tags: tags:
- NukeOpsUplink - 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 - type: listing
id: UplinkClusterGrenade id: UplinkClusterGrenade
name: uplink-cluster-grenade-name name: uplink-cluster-grenade-name

View File

@@ -127,6 +127,18 @@
intensitySlope: 3 intensitySlope: 3
maxIntensity: 400 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 - type: entity
parent: SyndicateBomb parent: SyndicateBomb
id: DebugHardBomb id: DebugHardBomb