@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user