Skip to content

Commit

Permalink
Change: Remove destruction delay variance from USA Alpha Aurora bomb (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Stubbjax authored Apr 9, 2023
1 parent 16d1e4b commit 1732c85
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
date: 2023-02-24

title: Removes destruction delay variance from USA Alpha Aurora bomb

changes:
- fix: Removes the 100 ms destruction delay variance from the USA Alpha Aurora bomb. The delay is now a fixed 1000 ms and is deterministic.

labels:
- buff
- design
- minor
- usa
- v1.0

links:
- https://github.com/TheSuperHackers/GeneralsGamePatch/pull/1752

authors:
- Stubbjax
Original file line number Diff line number Diff line change
Expand Up @@ -5922,9 +5922,10 @@ Object SupW_AuroraFuelAirGas
MinLifetime = 0
MaxLifetime = 0
End

; Patch104p @tweak Stubbjax 24/02/2023 Removes the destruction delay variance of 100 ms.
Behavior = SlowDeathBehavior ModuleTag_04
DestructionDelay = 1000
DestructionDelayVariance = 100
FX = INITIAL AirF_FX_AuroraBombIgnite
FX = FINAL AirF_FX_AuroraBombDetonation
Weapon = MIDPOINT DaisyCutterFlameWeapon ; Just a spot of flame to light trees on fire
Expand Down

0 comments on commit 1732c85

Please sign in to comment.