mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
- Combining 2 rags (#1022) produces dirty bandages (#1753), that are 25% as effective as first aid kits and have a chance to inflict disease.
- Combining alcohol (#245) with dirty bandages produces bandages without the disease chance. - adjusted prices for Mini-14 and SKS git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2459 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -786,4 +786,21 @@ If <chance> is set, this is the chance that this effect is applied when consumin
|
||||
<size>3200</size>
|
||||
</DISEASE_EFFECT>
|
||||
</DRUG>
|
||||
<DRUG>
|
||||
<!-- using dirty bandages has a chance to inflict diseases tied to open wounds to the patient -->
|
||||
<uiIndex>20</uiIndex>
|
||||
<szName>Dirty Bandages</szName>
|
||||
<!-- Tetanus -->
|
||||
<DISEASE_EFFECT>
|
||||
<disease>3</disease>
|
||||
<size>100</size>
|
||||
<chance>40</chance>
|
||||
</DISEASE_EFFECT>
|
||||
<!-- Tubercolosis -->
|
||||
<DISEASE_EFFECT>
|
||||
<disease>4</disease>
|
||||
<size>100</size>
|
||||
<chance>3</chance>
|
||||
</DISEASE_EFFECT>
|
||||
</DRUG>
|
||||
</DRUGSLIST>
|
||||
|
||||
Reference in New Issue
Block a user