- added missing Data-xml

- Disease: per default, mercs cannot be infected  with Ebola

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2359 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Flugente
2017-01-24 21:08:06 +00:00
parent 0465453e73
commit 3aef91161b
2 changed files with 44 additions and 3 deletions
+4 -3
View File
@@ -258,6 +258,7 @@
<moralemodifier>1.0</moralemodifier>
</DISEASE>
<DISEASE>
<!-- due to the deadliness of Ebola (it cannot be cured) this disabled by default (all chances set to 0) -->
<uiIndex>6</uiIndex>
<szName>Ebola</szName>
<szFatName>|E|b|o|l|a</szFatName>
@@ -269,9 +270,9 @@
<InfectionChance_SWAMP>0</InfectionChance_SWAMP>
<InfectionChance_TROPICS>0</InfectionChance_TROPICS>
<InfectionChance_SEX>0</InfectionChance_SEX>
<InfectionChance_CONTACT_HUMAN>6</InfectionChance_CONTACT_HUMAN>
<InfectionChance_CONTACT_CORPSE>0.7</InfectionChance_CONTACT_CORPSE>
<InfectionChance_WOUND_ANIMAL>12</InfectionChance_WOUND_ANIMAL>
<InfectionChance_CONTACT_HUMAN>0</InfectionChance_CONTACT_HUMAN>
<InfectionChance_CONTACT_CORPSE>0</InfectionChance_CONTACT_CORPSE>
<InfectionChance_WOUND_ANIMAL>0</InfectionChance_WOUND_ANIMAL>
<InfectionChance_WOUND_OPEN>0</InfectionChance_WOUND_OPEN>
<InfectionChance_WOUND_GUNSHOT>0</InfectionChance_WOUND_GUNSHOT>
<InfectionChance_WOUND_AGI>0</InfectionChance_WOUND_AGI>
+40
View File
@@ -0,0 +1,40 @@
<!--
voiceset : 0 - x
bSex :
0 - Male
1 - Female
-->
<IMPVOICELIST>
<VOICE>
<szVoiceSetName>Male 1</szVoiceSetName>
<voiceset>51</voiceset>
<bSex>0</bSex>
</VOICE>
<VOICE>
<szVoiceSetName>Male 2</szVoiceSetName>
<voiceset>52</voiceset>
<bSex>0</bSex>
</VOICE>
<VOICE>
<szVoiceSetName>Male 3</szVoiceSetName>
<voiceset>53</voiceset>
<bSex>0</bSex>
</VOICE>
<VOICE>
<szVoiceSetName>Female 1</szVoiceSetName>
<voiceset>54</voiceset>
<bSex>1</bSex>
</VOICE>
<VOICE>
<szVoiceSetName>Female 2</szVoiceSetName>
<voiceset>55</voiceset>
<bSex>1</bSex>
</VOICE>
<VOICE>
<szVoiceSetName>Female 3</szVoiceSetName>
<voiceset>56</voiceset>
<bSex>1</bSex>
</VOICE>
</IMPVOICELIST>