diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Armor.ini b/Patch104pZH/GameFilesEdited/Data/INI/Armor.ini index 2402688ac..146125db3 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Armor.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Armor.ini @@ -468,6 +468,7 @@ Armor ComancheArmor Armor = EXPLOSION 130% ;gives patriot some more punch Armor = INFANTRY_MISSILE 120% ;gives missile guys some more punch Armor = LASER 0% ;lasers are anti-personel and anti-projectile only (for point defense laser) + Armor = HEALING 100% Armor = HAZARD_CLEANUP 0% ;Not harmed by cleaning weapons Armor = KILL_PILOT 0% ;Jarmen Kell uses against vehicles only. Armor = SURRENDER 0% ;Capture type weapons are effective only against infantry. @@ -492,6 +493,7 @@ Armor CountermeasuresComancheArmor Armor = EXPLOSION 110% Armor = INFANTRY_MISSILE 100% Armor = LASER 0% + Armor = HEALING 100% Armor = HAZARD_CLEANUP 0% Armor = KILL_PILOT 0% Armor = SURRENDER 0% @@ -514,6 +516,23 @@ Armor ChinookArmor Armor = DEFAULT 50% ;this sets the level for all nonspecified damage types Armor = INFANTRY_MISSILE 25% Armor = POISON 25% ;Poison does a little damage, just for balance reasons. + Armor = HEALING 50% + Armor = RADIATION 25% ;Radiation does a little damage, just for balance reasons. + Armor = SNIPER 0% + Armor = MICROWAVE 0% + Armor = HAZARD_CLEANUP 0% ;Not harmed by cleaning weapons + Armor = SURRENDER 0% + Armor = SUBDUAL_MISSILE 0% + Armor = SUBDUAL_VEHICLE 0% + Armor = SUBDUAL_BUILDING 0% + Armor = MELEE 0% +End + +Armor HelixArmor + Armor = DEFAULT 50% ;this sets the level for all nonspecified damage types + Armor = INFANTRY_MISSILE 25% + Armor = POISON 25% ;Poison does a little damage, just for balance reasons. + Armor = HEALING 50% Armor = RADIATION 25% ;Radiation does a little damage, just for balance reasons. Armor = SNIPER 0% Armor = MICROWAVE 0% @@ -1061,6 +1080,7 @@ Armor AFG_ComancheArmor Armor = EXPLOSION 100% ;gives patriot some more punch Armor = INFANTRY_MISSILE 100% ;gives missile guys some more punch Armor = LASER 0% ;lasers are anti-personel and anti-projectile only (for point defense laser) + Armor = HEALING 100% Armor = HAZARD_CLEANUP 0% ;Not harmed by cleaning weapons Armor = KILL_PILOT 0% ;Jarmen Kell uses against vehicles only. Armor = SURRENDER 0% ;Capture type weapons are effective only against infantry. @@ -1085,6 +1105,7 @@ Armor AFG_CountermeasuresComancheArmor Armor = EXPLOSION 90% Armor = INFANTRY_MISSILE 90% Armor = LASER 0% + Armor = HEALING 90% Armor = HAZARD_CLEANUP 0% Armor = KILL_PILOT 0% Armor = SURRENDER 0% diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Object/BossGeneral.ini b/Patch104pZH/GameFilesEdited/Data/INI/Object/BossGeneral.ini index 5f045df94..7b9ac38ba 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Object/BossGeneral.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Object/BossGeneral.ini @@ -15393,7 +15393,7 @@ Object Boss_VehicleHelix ArmorSet Conditions = None - Armor = ChinookArmor + Armor = HelixArmor DamageFX = None End diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Object/ChinaAir.ini b/Patch104pZH/GameFilesEdited/Data/INI/Object/ChinaAir.ini index ad5315264..262fdbb06 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Object/ChinaAir.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Object/ChinaAir.ini @@ -85,7 +85,7 @@ Object ChinaVehicleHelix ArmorSet Conditions = None - Armor = ChinookArmor + Armor = HelixArmor DamageFX = None End diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Object/InfantryGeneral.ini b/Patch104pZH/GameFilesEdited/Data/INI/Object/InfantryGeneral.ini index c977924bd..ad6d0a380 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Object/InfantryGeneral.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Object/InfantryGeneral.ini @@ -15903,7 +15903,7 @@ Object Infa_ChinaVehicleHelix ArmorSet Conditions = None - Armor = ChinookArmor + Armor = HelixArmor DamageFX = None End diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Object/NukeGeneral.ini b/Patch104pZH/GameFilesEdited/Data/INI/Object/NukeGeneral.ini index 803aad0d1..3462bb3b6 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Object/NukeGeneral.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Object/NukeGeneral.ini @@ -355,7 +355,7 @@ Object Nuke_ChinaVehicleHelix ArmorSet Conditions = None - Armor = ChinookArmor + Armor = HelixArmor DamageFX = None End diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Object/TankGeneral.ini b/Patch104pZH/GameFilesEdited/Data/INI/Object/TankGeneral.ini index 12fd9cd88..a1259d100 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Object/TankGeneral.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Object/TankGeneral.ini @@ -85,7 +85,7 @@ Object Tank_ChinaVehicleHelix ArmorSet Conditions = None - Armor = ChinookArmor + Armor = HelixArmor DamageFX = None End