From 1a93dfc3e4b1b0ce628b2c75673242c1172ea04a Mon Sep 17 00:00:00 2001 From: xezon <4720891+xezon@users.noreply.github.com> Date: Thu, 22 Jun 2023 17:32:16 +0200 Subject: [PATCH] Change: Increase armor of China Internet Center against Particle Cannon beam by 25% and Explosion attacks by 28.5% (#1989) --- .../v1.0/1989_internet_center_armor.yaml | 22 +++++++++++++++++++ .../GameFilesEdited/Data/INI/Armor.ini | 6 +++-- 2 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 Patch104pZH/Design/Changes/v1.0/1989_internet_center_armor.yaml diff --git a/Patch104pZH/Design/Changes/v1.0/1989_internet_center_armor.yaml b/Patch104pZH/Design/Changes/v1.0/1989_internet_center_armor.yaml new file mode 100644 index 000000000..ebeeecf46 --- /dev/null +++ b/Patch104pZH/Design/Changes/v1.0/1989_internet_center_armor.yaml @@ -0,0 +1,22 @@ +--- +date: 2023-06-04 + +title: Increases armor of China Internet Center against Particle Cannon beams by 25% and Explosion attacks by 28.5% + +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 + - china + - controversial + - design + - major + - v1.0 + +links: + - https://github.com/TheSuperHackers/GeneralsGamePatch/pull/1989 + +authors: + - xezon diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Armor.ini b/Patch104pZH/GameFilesEdited/Data/INI/Armor.ini index 3c7e5bba0..656909759 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Armor.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Armor.ini @@ -1155,6 +1155,8 @@ Armor ChemReb_HumanArmor Armor = SUBDUAL_BUILDING 0% 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) Armor StructureArmorInternetCenter Armor = DEFAULT 100% ; this sets the level for all nonspecified damage types Armor = SMALL_ARMS 50% @@ -1168,13 +1170,13 @@ Armor StructureArmorInternetCenter Armor = LASER 0% ;lasers are anti-personel and anti-projectile only (for point defense laser) Armor = HAZARD_CLEANUP 0% ;Not harmed by cleaning weapons Armor = INFANTRY_MISSILE 50% - Armor = PARTICLE_BEAM 20% ;orbital beams should be devastating to buildings, but buildings have a lot of hitpoints so extra damage is good... + 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 = LAND_MINE 0% ;buildings take no damage from mines Armor = FLAME 50% - Armor = EXPLOSION 70% ;makes these buildings more resistant to nuclear attacks, among other things + Armor = EXPLOSION 50% ;makes these buildings more resistant to nuclear attacks, among other things Armor = SUBDUAL_MISSILE 0% Armor = SUBDUAL_VEHICLE 0% Armor = SUBDUAL_BUILDING 100%