Driveable Vehicles Tanks Update (by Ocular)

- New ja2_options.ini entry: TANK_MINIMUM_PROGRESS
- This defines the progress (0-100), when the enemy can use tanks for attacks and patrols
- For Data-1.13, the progress value is set to 30.

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2159 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Wanne
2014-10-03 09:51:35 +00:00
parent 12deb9ae5a
commit 3a99f17d0f
3 changed files with 9 additions and 5 deletions
+5 -3
View File
@@ -3054,10 +3054,12 @@ RND_ENTER_MILITIA_REINFORCEMENTS = 6
; Don't allow permanent items removal for no merc in that sector
NO_REMOVE_RANDOM_SECTOR_ITEMS = TRUE
; Depending on game difficulty enemy patrols at game start can be randomly reinforced with tank.
ARMY_USES_TANKS_IN_ATTACKS = FALSE
; Depending on game difficulty enemy groups created during offensives can include tanks.
ARMY_USES_TANKS_IN_PATROLS = FALSE
ARMY_USES_TANKS_IN_ATTACKS = TRUE
; Depending on game difficulty enemy patrols at game start can be randomly reinforced with.
ARMY_USES_TANKS_IN_PATROLS = TRUE
; Minimum progress required for tanks to appear.
TANK_MINIMUM_PROGRESS = 30
;------------------------------------------------------------------------------------------------------------------------------
; Vehicle Inventory
+4 -2
View File
@@ -3052,10 +3052,12 @@ RND_ENTER_MILITIA_REINFORCEMENTS = 6
; Don't allow permanent items removal for no merc in that sector
NO_REMOVE_RANDOM_SECTOR_ITEMS = FALSE
; Depending on game difficulty enemy patrols at game start can be randomly reinforced with tank.
ARMY_USES_TANKS_IN_ATTACKS = FALSE
; Depending on game difficulty enemy groups created during offensives can include tanks.
ARMY_USES_TANKS_IN_ATTACKS = FALSE
; Depending on game difficulty enemy patrols at game start can be randomly reinforced with.
ARMY_USES_TANKS_IN_PATROLS = FALSE
; Minimum progress required for tanks to appear.
TANK_MINIMUM_PROGRESS = 0
;------------------------------------------------------------------------------------------------------------------------------
; Vehicle Inventory
Binary file not shown.