mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
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:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user