Skip to content

Commit

Permalink
Change: Increase armor of China Internet Center against Particle Cann…
Browse files Browse the repository at this point in the history
…on beam by 25% and Explosion attacks by 28.5% (#1989)
  • Loading branch information
xezon authored Jun 22, 2023
1 parent fa2fb4b commit 1a93dfc
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
22 changes: 22 additions & 0 deletions Patch104pZH/Design/Changes/v1.0/1989_internet_center_armor.yaml
Original file line number Diff line number Diff line change
@@ -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
6 changes: 4 additions & 2 deletions Patch104pZH/GameFilesEdited/Data/INI/Armor.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand All @@ -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%
Expand Down

0 comments on commit 1a93dfc

Please sign in to comment.