mirror of
https://github.com/1dot13/gamedir.git
synced 2026-07-22 13:40:25 +02:00
- 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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user