Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change: Improved death explosion of Nuclear Missile Silo #1490

Merged
merged 2 commits into from
Dec 22, 2022
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -8096,7 +8096,7 @@ Object Boss_NuclearMissileLauncher
End

Behavior = FireWeaponWhenDeadBehavior ModuleTag_12
DeathWeapon = ChinaPowerPlantDeathWeapon
DeathWeapon = ChinaNuclearMissileLauncherDeathWeapon ; @tweak Stubbjax 30/11/2022 Added dedicated + improved death weapon.
StartsActive = Yes
End

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14959,7 +14959,7 @@ Object ChinaNuclearMissileLauncher
End

Behavior = FireWeaponWhenDeadBehavior ModuleTag_12
DeathWeapon = ChinaPowerPlantDeathWeapon
DeathWeapon = ChinaNuclearMissileLauncherDeathWeapon ; @tweak Stubbjax 30/11/2022 Added dedicated + improved death weapon.
StartsActive = Yes
End

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6863,7 +6863,7 @@ Object Infa_ChinaNuclearMissileLauncher
End

Behavior = FireWeaponWhenDeadBehavior ModuleTag_12
DeathWeapon = ChinaPowerPlantDeathWeapon
DeathWeapon = ChinaNuclearMissileLauncherDeathWeapon ; @tweak Stubbjax 30/11/2022 Added dedicated + improved death weapon.
StartsActive = Yes
End

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8653,7 +8653,7 @@ Object Nuke_ChinaNuclearMissileLauncher
End

Behavior = FireWeaponWhenDeadBehavior ModuleTag_12
DeathWeapon = ChinaPowerPlantDeathWeapon
DeathWeapon = ChinaNuclearMissileLauncherDeathWeapon ; @tweak Stubbjax 30/11/2022 Added dedicated + improved death weapon.
StartsActive = Yes
End

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6642,7 +6642,7 @@ Object Tank_ChinaNuclearMissileLauncher
End

Behavior = FireWeaponWhenDeadBehavior ModuleTag_12
DeathWeapon = ChinaPowerPlantDeathWeapon
DeathWeapon = ChinaNuclearMissileLauncherDeathWeapon ; @tweak Stubbjax 30/11/2022 Added dedicated + improved death weapon.
StartsActive = Yes
End

Expand Down
19 changes: 19 additions & 0 deletions Patch104pZH/GameFilesEdited/Data/INI/Weapon.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2913,6 +2913,25 @@ Weapon ChinaPowerPlantDeathWeapon
AutoReloadsClip = No
End

;------------------------------------------------------------------------------
Weapon ChinaNuclearMissileLauncherDeathWeapon
PrimaryDamage = 600.0
PrimaryDamageRadius = 75.0
SecondaryDamage = 150.0
SecondaryDamageRadius = 125.0
AttackRange = 100.0
DamageType = EXPLOSION
DeathType = EXPLODED
WeaponSpeed = 99999.0
FireFX = FX_ChinaPowerPlantDeath
FireOCL = OCL_RadiationFieldMedium
RadiusDamageAffects = ALLIES ENEMIES NEUTRALS
DelayBetweenShots = 0
ClipSize = 1
ClipReloadTime = 0
AutoReloadsClip = No
End

;------------------------------------------------------------------------------
Weapon TomahawkMissileWeapon
PrimaryDamage = 150.0
Expand Down