Skip to content

Commit

Permalink
Change: Decrease AFG Countermeasures Comanche Armor by up to 21%
Browse files Browse the repository at this point in the history
  • Loading branch information
xezon committed Jan 15, 2023
1 parent d003365 commit a920f15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Patch104pZH/GameFilesEdited/Data/INI/Armor.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1077,10 +1077,10 @@ Armor DemoGenTerroristArmor ; Special Boost for Demo Generals Terrorist

End

;*******************************************************************
;***********************************************************************
;***IF YOU CHANGE THESE, CHANGE AFG_CountermeasuresComancheArmor TOO!***
;*******************************************************************
Armor AFG_ComancheArmor
;***********************************************************************
Armor AFG_ComancheArmor ; Legacy
Armor = DEFAULT 100% ;this sets the level for all nonspecified damage types
Armor = SMALL_ARMS 100% ;gives Quad and gattling a little more punch.
Armor = GATTLING 100% ;resistant to gattling tank
Expand All @@ -1101,10 +1101,10 @@ Armor AFG_ComancheArmor
Armor = MELEE 0%
End

;****************************************************
;********************************************************
;***IF YOU CHANGE THESE, CHANGE AFG_ComancheArmor TOO!***
;****************************************************
Armor AFG_CountermeasuresComancheArmor
;********************************************************
Armor AFG_CountermeasuresComancheArmor ; Legacy
Armor = DEFAULT 90%
Armor = SMALL_ARMS 62% ; currently set to 37.5% increase (120 x 0.75 -- 25% reduction off ComancheArmor)
Armor = GATTLING 62% ; currently set to 37.5% increase (120 x 0.75 -- 25% reduction off ComancheArmor)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2194,12 +2194,12 @@ Object AirF_AmericaVehicleComanche
End
ArmorSet
Conditions = None
Armor = AFG_ComancheArmor
Armor = ComancheArmor ; Patch104p @tweak from AFG_ComancheArmor
DamageFX = None
End
ArmorSet
Conditions = PLAYER_UPGRADE
Armor = AFG_CountermeasuresComancheArmor
Armor = CountermeasuresComancheArmor ; Patch104p @tweak from AFG_CountermeasuresComancheArmor
DamageFX = None
End
BuildCost = 1200
Expand Down

0 comments on commit a920f15

Please sign in to comment.