Disease update:

- <InfectionChance_WOUND_FIRE> can cause infections when taking fire damage
- <InfectionChance_WOUND_GAS> can cause infections when taking non-fire gas damage
- <fSpecialFlagLimitedUseArms> causes the infected to be unable to use one arm
- <fSpecialFlagLimitedUseLegs> causes the infected to be unable to run, and walk and travel slowly
- JA2_options.ini option DISEASE_SEVERE_LIMITATIONS controls whether <fSpecialFlagContractDisability>, <fSpecialFlagLimitedUseArms> and <fSpecialFlagLimitedUseLegs> are used

For more info, see http://thepit.ja-galaxy-forum.com/index.php?t=msg&th=22099&goto=360451&#msg_360451

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2553 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Flugente
2020-06-25 22:38:08 +00:00
parent 76d95c34a2
commit a8a1a78092
10 changed files with 263 additions and 15 deletions
@@ -2955,6 +2955,13 @@ DISEASE_WHO_SUBSCRIPTIONCOST = 2000
; if a merc with disease #0 is hit by a blade or throwing knife, that item becomes contaminated - anybody hit with it will get the disease
DISEASE_CONTAMINATES_ITEMS = TRUE
; Unlocks more severe effects on some diseases. The possibilities include:
; - getting additional permanent disabilities
; - only one hand can be used for the duration of the disease
; - damage to the legs precludes kicking, running, and drastically increases travel times
; See Disease.xml for more details.
DISEASE_SEVERE_LIMITATIONS = FALSE
;******************************************************************************************************************************
;******************************************************************************************************************************
@@ -2944,6 +2944,13 @@ DISEASE_WHO_SUBSCRIPTIONCOST = 2000
; if a merc with disease #0 is hit by a blade or throwing knife, that item becomes contaminated - anybody hit with it will get the disease
DISEASE_CONTAMINATES_ITEMS = TRUE
; Unlocks more severe effects on some diseases. The possibilities include:
; - getting additional permanent disabilities
; - only one hand can be used for the duration of the disease
; - damage to the legs precludes kicking, running, and drastically increases travel times
; See Disease.xml for more details.
DISEASE_SEVERE_LIMITATIONS = FALSE
;******************************************************************************************************************************
;******************************************************************************************************************************