Skip to content

Commit

Permalink
Add decoy syndicate bomb to uplink (space-wizards#26034)
Browse files Browse the repository at this point in the history
bombening
  • Loading branch information
Ilya246 committed Mar 17, 2024
1 parent c35ff87 commit 90be67e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Resources/Locale/en-US/store/uplink-catalog.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 10 additions & 0 deletions Resources/Prototypes/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,16 @@
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
Expand Down
12 changes: 12 additions & 0 deletions Resources/Prototypes/Entities/Structures/Machines/bombs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,18 @@
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
Expand Down

0 comments on commit 90be67e

Please sign in to comment.