mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
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:
@@ -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]
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user