- 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
This commit is contained in:
AcyForsythe
2007-02-07 02:30:17 +00:00
parent 4f2f8c5d65
commit 5830cb9cc2
2 changed files with 20 additions and 19 deletions
+10 -10
View File
@@ -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.
+10 -9
View File
@@ -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.