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: Increase armor of China Internet Center against Aurora bomb by 30% #2027

Merged
merged 1 commit into from
Jul 2, 2023
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
@@ -0,0 +1,21 @@
---
date: 2023-06-04

title: Increases armor of China Internet Center against Explosion attacks by 28.5%

changes:
- tweak: Increases the armor of the China Internet Center against Explosion attacks by 28.5%. This way GLA Scud Storms, China Nuke Missiles and all Generals Powers are no longer able to kill the pristine Internet Center and all its Hackers with a single strike.

labels:
- buff
- china
- controversial
- design
- major
- v1.0

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

authors:
- xezon
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
---
date: 2023-06-04

title: Increases armor of China Internet Center against Particle Cannon beams by 25% and Explosion attacks by 28.5%
title: Increases armor of China Internet Center against Particle Cannon beams by 25%

changes:
- tweak: Increases the armor of the China Internet Center against Particle Cannon beams by 25%. This way the Particle Cannon is no longer able to kill the pristine Internet Center with a single strike.
- tweak: Increases the armor of the China Internet Center against Explosion attacks by 25%. This way GLA Scud Storms, China Nuke Missiles and all Generals Powers are no longer able to kill the pristine Internet Center and all its Hackers with a single strike.

labels:
- buff
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
date: 2023-06-22

title: Increases armor of China Internet Center against Aurora bombs by 30%

changes:
- tweak: Increases the armor of the China Internet Center against Aurora bombs by 30%. This way it takes one more Aurora or Alpha Aurora to take out the pristine Internet Center.

labels:
- buff
- china
- controversial
- design
- major
- v1.0

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

authors:
- xezon
3 changes: 2 additions & 1 deletion Patch104pZH/GameFilesEdited/Data/INI/Armor.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1157,6 +1157,7 @@ End

; Patch104p @tweak xezon 04/06/2023 Change PARTICLE_BEAM armor from 20% to let healthy structure survive a single Particle Cannon attack. (#1989)
; Patch104p @tweak xezon 04/06/2023 Change EXPLOSION armor from 70% to let healthy structure survive a single Nuke Missile and Scud Storm Missile attack. (#1989)
; Patch104p @tweak xezon 22/06/2023 Change AURORA_BOMB armor from 250%. (#2027)
Armor StructureArmorInternetCenter
Armor = DEFAULT 100% ; this sets the level for all nonspecified damage types
Armor = SMALL_ARMS 50%
Expand All @@ -1173,7 +1174,7 @@ Armor StructureArmorInternetCenter
Armor = PARTICLE_BEAM 15% ;orbital beams should be devastating to buildings, but buildings have a lot of hitpoints so extra damage is good...
Armor = KILL_PILOT 0% ;Jarmen Kell uses against vehicles only.
Armor = SURRENDER 0% ;Capture type weapons are effective only against infantry.
Armor = AURORA_BOMB 250%
Armor = AURORA_BOMB 175%
Armor = LAND_MINE 0% ;buildings take no damage from mines
Armor = FLAME 50%
Armor = EXPLOSION 50% ;makes these buildings more resistant to nuclear attacks, among other things
Expand Down