- 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:
Flugente
2019-01-24 21:53:01 +00:00
parent ca9328eeb4
commit f7ecbaf1ed
5 changed files with 94 additions and 2 deletions
@@ -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>