From 5830cb9cc2444324d21ff9bfb6aa7e7ee85a08a8 Mon Sep 17 00:00:00 2001 From: AcyForsythe Date: Wed, 7 Feb 2007 02:30:17 +0000 Subject: [PATCH] - Moved the AP bonus settings to appropriate section of INI file git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@681 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Data-1.13/Ja2_Options.INI | 20 ++++++++++---------- gamedir/Data/Ja2_Options.INI | 19 ++++++++++--------- 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index 4cdd85f3a..3127e6ddb 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -392,16 +392,6 @@ NORMAL_NUM_AWARE_BATTLES = 2 HARD_NUM_AWARE_BATTLES = 3 INSANE_NUM_AWARE_BATTLES = 4 -;****************************************************************************************************************************** -; Bonus APs for Enemy Soldiers: -; Number of extra APs for enemy troops at the various difficulty levels -;****************************************************************************************************************************** - -NOVICE_AP_BONUS = 0 -EXPERIENCED_AP_BONUS = 0 -EXPERT_AP_BONUS = 0 -INSANE_AP_BONUS = 5 - ;****************************************************************************************************************************** ; MAX_MILITIA_PER_SECTOR defines the max number of Militia that can be trained in each sector. ; Keep in mind that there is not enough room on the strategic map to display more than 20 @@ -666,6 +656,16 @@ ALLOW_LIMITED_VISION = TRUE ; Armor coverage ENABLE_ARMOR_COVERAGE = TRUE +;****************************************************************************************************************************** +; Bonus APs for Enemy Soldiers: +; Number of extra APs for enemy troops at the various difficulty levels +;****************************************************************************************************************************** + +NOVICE_AP_BONUS = 0 +EXPERIENCED_AP_BONUS = 0 +EXPERT_AP_BONUS = 0 +INSANE_AP_BONUS = 5 + ;****************************************************************************************************************************** ; In this section you can enable enemy tooltips. To display the tooltip move the mouse over the enemy and press ALT. diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index ae6efa568..5505b76ca 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -390,15 +390,6 @@ NORMAL_NUM_AWARE_BATTLES = 2 HARD_NUM_AWARE_BATTLES = 3 INSANE_NUM_AWARE_BATTLES = 4 -;****************************************************************************************************************************** -; Bonus APs for Enemy Soldiers: -; Number of extra APs for enemy troops at the various difficulty levels -;****************************************************************************************************************************** - -NOVICE_AP_BONUS = 0 -EXPERIENCED_AP_BONUS = 0 -EXPERT_AP_BONUS = 0 -INSANE_AP_BONUS = 5 ;****************************************************************************************************************************** ; MAX_MILITIA_PER_SECTOR defines the max number of Militia that can be trained in each sector. @@ -661,6 +652,16 @@ ALLOW_LIMITED_VISION = FALSE ; Armor coverage ENABLE_ARMOR_COVERAGE = FALSE +;****************************************************************************************************************************** +; Bonus APs for Enemy Soldiers: +; Number of extra APs for enemy troops at the various difficulty levels +;****************************************************************************************************************************** + +NOVICE_AP_BONUS = 0 +EXPERIENCED_AP_BONUS = 0 +EXPERT_AP_BONUS = 0 +INSANE_AP_BONUS = 5 + ;****************************************************************************************************************************** ; In this section you can enable enemy tooltips. To display the tooltip move the mouse over the enemy and press ALT.