Skip to content

Commit

Permalink
Change: Remove 100 ms destruction delay variance of Daisy Cutter bomb (
Browse files Browse the repository at this point in the history
  • Loading branch information
xezon committed Apr 18, 2023
1 parent f2b15b1 commit f2f3771
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
date: 2023-04-06

title: Removes destruction delay variance from USA Daisy Cutter bomb

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

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

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

authors:
- xezon
Original file line number Diff line number Diff line change
Expand Up @@ -1861,9 +1861,9 @@ Object DaisyCutterGas
TargetHeightIncludesStructures = Yes
DestroyAttachedParticlesAtHeight = 41.0 ; Hack, todo remove this
End
; Patch104p @tweak xezon 10/04/2023 Removes the destruction delay variance of 100 ms.
Behavior = SlowDeathBehavior ModuleTag_04
DestructionDelay = 1000
DestructionDelayVariance = 100
FX = INITIAL FX_DaisyCutterIgnite
FX = FINAL FX_DaisyCutterFinalExplosion
Weapon = MIDPOINT DaisyCutterFlameWeapon ; Just a spot of flame to light trees on fire
Expand Down

0 comments on commit f2f3771

Please sign in to comment.