Added PLAYER_AP_BONUS to [JA2 Tactical Settings] which was missing from the INI. It is already implemented in the source code.

This option gives a flat AP Bonus to all player's mercenaries, it also pushes the AP 
Cap. Works almost exactly like the enemy AP bonus.


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@845 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Wanne
2007-07-26 17:34:34 +00:00
parent c53e587edf
commit 1f539a13d5
2 changed files with 14 additions and 0 deletions
+7
View File
@@ -789,6 +789,13 @@ EXPERIENCED_AP_BONUS = 0
EXPERT_AP_BONUS = 0
INSANE_AP_BONUS = 5
;******************************************************************************************************************************
; Bonus for the player's mercs
; Gives a flat AP Bonus to all player's mercenaries, it also pushes the AP Cap. Works almost exactly like the enemy AP bonus.
; Do not set this higher than 50.
;******************************************************************************************************************************
PLAYER_AP_BONUS = 0
;******************************************************************************************************************************
; In this section you can enable enemy tooltips. To display the tooltip move the mouse over the enemy and press ALT.
+7
View File
@@ -781,6 +781,13 @@ EXPERIENCED_AP_BONUS = 0
EXPERT_AP_BONUS = 0
INSANE_AP_BONUS = 5
;******************************************************************************************************************************
; Bonus for the player's mercs
; Gives a flat AP Bonus to all player's mercenaries, it also pushes the AP Cap. Works almost exactly like the enemy AP bonus.
; Do not set this higher than 50.
;******************************************************************************************************************************
PLAYER_AP_BONUS = 0
;******************************************************************************************************************************
; In this section you can enable enemy tooltips. To display the tooltip move the mouse over the enemy and press ALT.