From 1f539a13d5df8840fe7d205bef2f9437842c3d1e Mon Sep 17 00:00:00 2001 From: Wanne Date: Thu, 26 Jul 2007 17:34:34 +0000 Subject: [PATCH] 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 --- gamedir/Data-1.13/Ja2_Options.INI | 7 +++++++ gamedir/Data/Ja2_Options.INI | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index 31eac189a..91dcfe392 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -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. diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index 6483261e3..a3abf4e0d 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -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.