diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index 196b694b5..6ef11f8f9 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -2180,6 +2180,16 @@ ENEMY_GENERALS_STRATEGIC_MOVEMENT_SPEEDBONUS = 0.03 [Tactical Cover System Settings] +; Deduct APs from passengers when vehicle is moving to prevent exploits (default = 3). +; 0 - No change. +; 1 - AP deducted from vehicle are also deducted from all passengers. +; 2 - AP deducted from vehicle are also deducted from all passengers, but adjusted to initial APs of any given passenger. +; 3 - AP deducted from vehicle are also deducted from all passengers, but only to the certain threshold (default). +AP_SHARED_AMONG_PASSENGERS_AND_VEHICLE_MODE = 3 + +; If AP_SHARED_AMONG_PASSENGERS_AND_VEHICLE_MODE is set, adjust how much APs will be deducted (0 - 200). +AP_SHARED_AMONG_PASSENGERS_AND_VEHICLE_SCALE = 100 + ;****************************************************************************************************************************** ; These are settings for the new Cover Display system, shown when you press 'END' in the tactical screen. ;****************************************************************************************************************************** diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index 32c67a976..2d76745df 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -2040,6 +2040,16 @@ BACKPACKWEIGHT_LOWERS_AP = FALSE [Tactical Cover System Settings] +; Deduct APs from passengers when vehicle is moving to prevent exploits (default = 3). +; 0 - No change. +; 1 - AP deducted from vehicle are also deducted from all passengers. +; 2 - AP deducted from vehicle are also deducted from all passengers, but adjusted to initial APs of any given passenger. +; 3 - AP deducted from vehicle are also deducted from all passengers, but only to the certain threshold (default). +AP_SHARED_AMONG_PASSENGERS_AND_VEHICLE_MODE = 3 + +; If AP_SHARED_AMONG_PASSENGERS_AND_VEHICLE_MODE is set, adjust how much APs will be deducted (0 - 200). +AP_SHARED_AMONG_PASSENGERS_AND_VEHICLE_SCALE = 100 + ;****************************************************************************************************************************** ; These are settings for the new Cover Display system, shown when you press 'END' in the tactical screen. ;******************************************************************************************************************************