New Feature: Improved ambushes have mercs face the enemy and be somewhat scattered, while the enemy encircles the player but is not at point-blank range.

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2238 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Flugente
2015-05-03 19:56:00 +00:00
parent 0ce11fbe98
commit f671beb96b
+15
View File
@@ -1330,6 +1330,21 @@ ENABLE_CHANCE_OF_ENEMY_AMBUSHES = TRUE
; (Setting this to -50 means the precalculated chance will be reduced to half. Values from -100 to 100 are allowed.)
ENEMY_AMBUSHES_CHANCE_MODIFIER = 0
; If set to TRUE and mercs are ambushed, they won't start clustered in one location and looking in one direction.
; Instead they will be spread around the map central entry point, no more than AMBUSH_MERCS_SPREAD_RADIUS tiles away, and all looking outwards.
AMBUSH_MERCS_SPREAD = TRUE
AMBUSH_MERCS_SPREAD_RADIUS = 10
; If set to 1 and mercs are ambushed, enemies nearer than AMBUSH_MERCS_SPREAD_RADIUS to the map central entry point will instead be distributed more outward:
; They will be placed around that point, not closer than AMBUSH_ENEMY_ENCIRCLEMENT_RADIUS1 and not further away than AMBUSH_ENEMY_ENCIRCLEMENT_RADIUS2 tiles.
; They will face the center entry point (and thus the mercs).
; If set to 2, all enemies will be placed that way, not just those nearer than AMBUSH_MERCS_SPREAD_RADIUS.
AMBUSH_ENEMY_ENCIRCLEMENT = 1
AMBUSH_ENEMY_ENCIRCLEMENT_RADIUS1 = 15
AMBUSH_ENEMY_ENCIRCLEMENT_RADIUS2 = 30
;------------------------------------------------------------------------------------------------------------------------------
; With this option, you can make the special NPCs in game tougher.
; The NPCs are: Deidranna, Mike, Joe, Carmen, General, terrorrists, Kingpin and his hitmans.