New modifiers "MISS_MAX_RADIUS_x" for grenades and mortar to set a max radius where they will land. Higher base radius will make those traits a bit more useful...

* Requires exe 8598 or greater

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2438 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
silversurfer
2018-08-22 17:54:57 +00:00
parent fc010ad0ed
commit 25e2f93327
2 changed files with 16 additions and 0 deletions
+8
View File
@@ -345,6 +345,14 @@ DAMAGE_HEALTH_MOVE_EXPLOSIVE_MODIFIER = 0.1
DAMAGE_BREATH_MOVE_EXPLOSIVE_MODIFIER = 0.1
;******************************************************************************************************************************
;******************************************************************************************************************************
; The following modifiers define a max miss radius for ballistic explosive handling. Explosives will land within this radius
; around the target tile. The better a merc is with grenades or mortar (check the traits) the higher will be his Chance to Hit
; and the smaller will be the final radius.
; Valid values are from 0 to 30.
MISS_MAX_RADIUS_GRENADE = 5;
MISS_MAX_RADIUS_MORTAR = 10;
;******************************************************************************************************************************
[Misc Settings]
+8
View File
@@ -345,6 +345,14 @@ DAMAGE_HEALTH_MOVE_EXPLOSIVE_MODIFIER = 0.1
DAMAGE_BREATH_MOVE_EXPLOSIVE_MODIFIER = 0.1
;******************************************************************************************************************************
;******************************************************************************************************************************
; The following modifiers define a max miss radius for ballistic explosive handling. Explosives will land within this radius
; around the target tile. The better a merc is with grenades or mortar (check the traits) the higher will be his Chance to Hit
; and the smaller will be the final radius.
; Valid values are from 0 to 30.
MISS_MAX_RADIUS_GRENADE = 5;
MISS_MAX_RADIUS_MORTAR = 5;
;******************************************************************************************************************************
[Misc Settings]