Add SoundFX for Ornibomb, Devastator Meltdown, Sabotuer

This commit is contained in:
N.N
2025-04-02 13:56:48 +02:00
committed by abcdefg30
parent af0dee3382
commit d459d3883d
7 changed files with 15 additions and 2 deletions

Binary file not shown.

BIN
mods/d2k/bits/ORNIBOMB.WAV Normal file

Binary file not shown.

View File

@@ -146,6 +146,7 @@ sietch:
Type: wood Type: wood
RevealsShroud: RevealsShroud:
Range: 10c0 Range: 10c0
-AmbientSound@onBeingDemolished:
-GivesBuildableArea: -GivesBuildableArea:
-Sellable: -Sellable:
-Capturable: -Capturable:

View File

@@ -237,6 +237,10 @@
Guardable: Guardable:
WithFacingSpriteBody: WithFacingSpriteBody:
Demolishable: Demolishable:
Condition: being-demolished
AmbientSound@onBeingDemolished:
SoundFiles: O_SCONF2.AUD
RequiresCondition: being-demolished
TemporaryOwnerManager: TemporaryOwnerManager:
MustBeDestroyed: MustBeDestroyed:
Voiced: Voiced:
@@ -520,6 +524,9 @@
ShakeOnDeath: ShakeOnDeath:
Demolishable: Demolishable:
Condition: being-demolished Condition: being-demolished
AmbientSound@onBeingDemolished:
SoundFiles: O_SCONF2.AUD
RequiresCondition: being-demolished
Sellable: Sellable:
RequiresCondition: !build-incomplete && !being-demolished RequiresCondition: !build-incomplete && !being-demolished
SellSounds: BUILD1.WAV SellSounds: BUILD1.WAV

View File

@@ -322,8 +322,8 @@ saboteur:
Mobile: Mobile:
Speed: 43 Speed: 43
Demolition: Demolition:
DetonationDelay: 0 DetonationDelay: 25
Flashes: 0 Flashes: 3
EnterBehaviour: Suicide EnterBehaviour: Suicide
-RevealOnFire: -RevealOnFire:
GrantChargedConditionOnToggle: GrantChargedConditionOnToggle:

View File

@@ -445,6 +445,10 @@ devastator:
Delay: 240 Delay: 240
RequiresCondition: overload RequiresCondition: overload
GrantsCondition: meltdown GrantsCondition: meltdown
AmbientSound@onMeltDown:
SoundFiles: DEVASTATORMELTDOWN.WAV
RequiresCondition: overload
Interval: 250
AttractsWorms: AttractsWorms:
Intensity: 700 Intensity: 700
ChangesHealth: ChangesHealth:

View File

@@ -42,6 +42,7 @@ OrniBomb:
Burst: 5 Burst: 5
BurstDelays: 6 BurstDelays: 6
Range: 3c0 Range: 3c0
Report: ORNIBOMB.WAV
Projectile: GravityBomb Projectile: GravityBomb
Image: BOMBS Image: BOMBS
Velocity: 0, 0, -64 Velocity: 0, 0, -64