Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Resources/Locale/en-US/_Harmony/store/uplink-catalog.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ uplink-pizza-bomb-desc = This tech, first pioneered by terrorists, now is used b
uplink-pizza-bomb-surplus-name = Surplus Pizza Bomb
uplink-pizza--surplus-desc = This shouldn't be visible, report me.

uplink-X4-name = X-4
uplink-X4-desc = The cousin of the infamous C-4, uses experimental explosives to better pierce through structures.

uplink-X4-bundle-name = X-4 Bundle
uplink-X4-bundle-desc = A bag containing 4 X-4s, perfect for going all in on sabotage.

# Ammo

uplink-blood-red-carbine-ammo-name = Jailbroken Energy Cartridge
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,11 @@
- Timer
- type: Explosive # Powerful explosion in a very small radius. Doesn't break underplating.
explosionType: DemolitionCharge
totalIntensity: 60
# Harmony Start
totalIntensity: 5 # 60 -> 5
intensitySlope: 5
maxIntensity: 30
maxIntensity: 15 # 30 - 15
# Harmony End
canCreateVacuum: false
- type: ExplodeOnTrigger
- type: HolidayVisuals
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- type: entity
parent: ClothingBackpackDuffelSyndicateBundle
id: ClothingBackpackDuffelSyndicateX4Bundle
name: syndicate X-4 bundle
suffix: Harmony
description: Contains a lot of X-4 charges.
components:
- type: StorageFill
contents:
- id: X4
amount: 4

- type: entity
parent: ClothingBackpackDuffelSyndicateBundle
id: ClothingBackpackDuffelSyndicateFilledBloodRedEnergyCarbineHarmony
Expand Down
32 changes: 32 additions & 0 deletions Resources/Prototypes/_Harmony/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,39 @@
whitelist:
components:
- SurplusBundle

- type: listing
id: UplinkX4
name: uplink-X4-name
description: uplink-X4-desc
productEntity: X4
discountCategory: usualDiscounts
discountDownTo:
Telecrystal: 2
cost:
Telecrystal: 4
categories:
- UplinkExplosives
conditions:
- !type:StoreWhitelistCondition
whitelist:
tags:
- NukeOpsUplink

- type: listing
id: UplinkX4Bundle
name: uplink-X4-bundle-name
description: uplink-X4-bundle-desc
productEntity: ClothingBackpackDuffelSyndicateX4Bundle
cost:
Telecrystal: 14
categories:
- UplinkExplosives
conditions:
- !type:StoreWhitelistCondition
whitelist:
tags:
- NukeOpsUplink

# Ammo

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
- type: entity
parent: C4
id: X4
name: composition X-4
suffix: Harmony
description: A new prototype of explosive, meant to rival a popular tool for saboteurs, C4.
components:
- type: Sprite
sprite: _Harmony/Objects/Weapons/Bombs/X-4.rsi
state: icon
layers:
- state: icon
map: ["base"]
quickEquip: false
- type: Explosive
explosionType: DemolitionCharge
totalIntensity: 60
intensitySlope: 5
maxIntensity: 30
canCreateVacuum: false
- type: OnUseTimerTrigger
beepSound: /Audio/Machines/Nuke/angry_beep.ogg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/pull/31549/commits/4b457ca39d21d09a1211ed9c7de44681284e3778",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "primed",
"delays": [
[
0.1,
0.1
]
]
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading