Rebalanced uplink explosives (#7478)

This commit is contained in:
Rane
2022-04-23 22:27:02 -04:00
committed by GitHub
parent eb787456c4
commit 5998f6e978
4 changed files with 12 additions and 11 deletions

View File

@@ -22,4 +22,6 @@ smoke.ogg taken from https://github.com/tgstation/tgstation/blob/a5d362ce84e4f0c
voteding.ogg taken from "Bike, Bell Ding, Single, 01-01.wav" by InspectorJ (www.jshaw.co.uk) of Freesound.org at https://freesound.org/people/InspectorJ/sounds/484344/ under CC BY 3.0. The volume has been reduced. voteding.ogg taken from "Bike, Bell Ding, Single, 01-01.wav" by InspectorJ (www.jshaw.co.uk) of Freesound.org at https://freesound.org/people/InspectorJ/sounds/484344/ under CC BY 3.0. The volume has been reduced.
minibombcountdown.ogg taken from Thomas Evdokimoff at https://freesound.org/people/thomas_evdokimoff/sounds/202193/
bite.ogg take from https://github.com/tgstation/tgstation/commit/d4f678a1772007ff8d7eddd21cf7218c8e07bfc0 bite.ogg take from https://github.com/tgstation/tgstation/commit/d4f678a1772007ff8d7eddd21cf7218c8e07bfc0

Binary file not shown.

View File

@@ -76,13 +76,13 @@
id: UplinkExplosiveGrenadeFlash id: UplinkExplosiveGrenadeFlash
category: Explosives category: Explosives
itemId: GrenadeFlashBang itemId: GrenadeFlashBang
price: 4 price: 2
- type: uplinkListing - type: uplinkListing
id: UplinkSyndieMiniBomb id: UplinkSyndieMiniBomb
category: Explosives category: Explosives
itemId: SyndieMiniBomb itemId: SyndieMiniBomb
price: 6 price: 7
- type: uplinkListing - type: uplinkListing
id: UplinkGrenadePenguin id: UplinkGrenadePenguin

View File

@@ -22,6 +22,7 @@
maxIntensity: 10 maxIntensity: 10
intensitySlope: 3 intensitySlope: 3
totalIntensity: 120 # about a ~4 tile radius totalIntensity: 120 # about a ~4 tile radius
canCreateVacuum: false
- type: ExplodeOnTrigger - type: ExplodeOnTrigger
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: Inorganic
@@ -80,7 +81,7 @@
- type: entity - type: entity
name: Syndicate minibomb name: Syndicate minibomb
description: Creates a small but powerful explosion that is strong enough to break through walls. description: A precision sabotage explosive for quickly destroying a machine, dead body, or whatever else needs to go.
parent: BaseItem parent: BaseItem
id: SyndieMiniBomb id: SyndieMiniBomb
components: components:
@@ -92,14 +93,12 @@
- type: Item - type: Item
size: 5 size: 5
- type: OnUseTimerTrigger - type: OnUseTimerTrigger
delay: 5 delay: 10
- type: Explosive - type: Explosive
explosionType: Default explosionType: Default
# About a 2.5 tile radius. If placed next to walls, will destroy a line of 3-normal walls and turn 3 reinforced walls into girders. totalIntensity: 200
totalIntensity: 492 intensitySlope: 30 #Will destroy the tile under it reliably, space 1-2 more to rods. Only does any significant damage in a 5-tile cross.
intensitySlope: 20.5 maxIntensity: 60
maxIntensity: 41
canCreateVacuum: false # for destroying walls, not spacing the hallway
- type: ExplodeOnTrigger - type: ExplodeOnTrigger
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: Inorganic
@@ -115,7 +114,7 @@
visuals: visuals:
- type: TimerTriggerVisualizer - type: TimerTriggerVisualizer
countdown_sound: countdown_sound:
path: /Audio/Effects/countdown.ogg path: /Audio/Effects/minibombcountdown.ogg
- type: entity - type: entity
name: the nuclear option name: the nuclear option
description: Please don't throw it, think of the children. description: Please don't throw it, think of the children.