From 59c4dfc8f7570f671b683b478701ab96072aa705 Mon Sep 17 00:00:00 2001 From: Flugente Date: Fri, 10 Jan 2014 18:39:21 +0000 Subject: [PATCH] Spotter ini settings were lost in previous commit git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1916 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Data-1.13/Ja2_Options.INI | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index 1c74667e0..8efae1a94 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -1566,6 +1566,29 @@ USE_SCOPE_MODES = TRUE ; Allow display of scope modes on weapon DISPLAY_SCOPE_MODES = TRUE +;------------------------------------------------------------------------------------------------------------------------------ +; Spotter skill +;------------------------------------------------------------------------------------------------------------------------------ + +; You can assign a merc to spot for fellow snipers via calling the Skill Menu ($) -> various -> Spotter. +; You need an item the usSpotting-tag in your hands. +; The bonus applies to anyone of your team using a sniper weapon on a location your spotter can see. +; Effectiveness depends on: +; - spotters spotter item effectiveness (40%), experience (30%), marksmanship (20%) and leadership (10%) +; - lowered by being wounded or fatigues +; - altered by relation between spotter and sniper (base opinion, sexism, racism etc.) and spotter background + +; The bonus will be this many turns after activating the skill. Spending any AP with your spotter forfeits the bonus. +SPOTTER_PREPARATIONTURNS = 3 + +; This variable intentionally has two meanings. +; - A sniper will benefit from a spotter only if he is at maximum SPOTTER_RANGE tiles away from him. +; - The bonus only works on those locations the spotter can see and that are AT LEAST 2 * SPOTTER_RANGE tiles away. +SPOTTER_RANGE = 10 + +; Maximum bonus that can be reached once spoter has waited 2 * SPOTTER_PREPARATIONTURNS turns +SPOTTER_MAX_CTHBOOST = 50 + ;------------------------------------------------------------------------------------------------------------------------------ ; external feeding ;------------------------------------------------------------------------------------------------------------------------------