mirror of
https://github.com/1dot13/gamedir.git
synced 2026-09-02 14:36:10 +02:00
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:
@@ -1,4 +1,12 @@
|
||||
<DISEASESLIST>
|
||||
<!--
|
||||
The diseases described here only affect your mercs if DISEASE in JA2_Options.ini is TRUE.
|
||||
|
||||
Note that some tags are only considered if the additional setting DISEASE_SEVERE_LIMITATIONS is TRUE, these are:
|
||||
- <fSpecialFlagContractDisability>
|
||||
- <fSpecialFlagLimitedUseArms>
|
||||
- <fSpecialFlagLimitedUseLegs>
|
||||
-->
|
||||
<DISEASESLIST>
|
||||
<DISEASE>
|
||||
<uiIndex>0</uiIndex>
|
||||
<szName>Disease</szName>
|
||||
@@ -16,6 +24,8 @@
|
||||
<InfectionChance_WOUND_ANIMAL>0</InfectionChance_WOUND_ANIMAL>
|
||||
<InfectionChance_WOUND_OPEN>0</InfectionChance_WOUND_OPEN>
|
||||
<InfectionChance_WOUND_GUNSHOT>0</InfectionChance_WOUND_GUNSHOT>
|
||||
<InfectionChance_WOUND_FIRE>0</InfectionChance_WOUND_FIRE>
|
||||
<InfectionChance_WOUND_GAS>0</InfectionChance_WOUND_GAS>
|
||||
<InfectionChance_WOUND_AGI>0</InfectionChance_WOUND_AGI>
|
||||
<InfectionChance_WOUND_DEX>0</InfectionChance_WOUND_DEX>
|
||||
<InfectionChance_WOUND_STR>0</InfectionChance_WOUND_STR>
|
||||
@@ -30,6 +40,8 @@
|
||||
<fDisgusting>0</fDisgusting>
|
||||
<fSpecialFlagPTSDBuns>0</fSpecialFlagPTSDBuns>
|
||||
<fSpecialFlagContractDisability>0</fSpecialFlagContractDisability>
|
||||
<fSpecialFlagLimitedUseArms>0</fSpecialFlagLimitedUseArms>
|
||||
<fSpecialFlagLimitedUseLegs>0</fSpecialFlagLimitedUseLegs>
|
||||
<sEffStatAGI>0</sEffStatAGI>
|
||||
<sEffStatDEX>0</sEffStatDEX>
|
||||
<sEffStatSTR>0</sEffStatSTR>
|
||||
|
||||
@@ -197,6 +197,8 @@
|
||||
<usRiotShieldGraphic>0</usRiotShieldGraphic>
|
||||
<bloodbag>0</bloodbag>
|
||||
<emptybloodbag>0</emptybloodbag>
|
||||
<medicalsplint>0</medicalsplint>
|
||||
<sFireResistance>0</sFireResistance>
|
||||
<STAND_MODIFIERS>
|
||||
<FlatBase>0</FlatBase>
|
||||
<PercentBase>0</PercentBase>
|
||||
|
||||
Reference in New Issue
Block a user