- 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 6f2e8b8724
commit 0e25cace41
8 changed files with 94 additions and 2 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
+17
View File
@@ -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>
+61 -2
View File
@@ -833,7 +833,7 @@
<ubGraphicNum>17</ubGraphicNum>
<ubWeight>39</ubWeight>
<ItemSize>8</ItemSize>
<usPrice>870</usPrice>
<usPrice>1870</usPrice>
<ubCoolness>4</ubCoolness>
<bReliability>2</bReliability>
<bRepairEase>-1</bRepairEase>
@@ -1006,7 +1006,7 @@
<ubGraphicNum>22</ubGraphicNum>
<ubWeight>30</ubWeight>
<ItemSize>7</ItemSize>
<usPrice>718</usPrice>
<usPrice>1718</usPrice>
<ubCoolness>4</ubCoolness>
<bReliability>2</bReliability>
<bRepairEase>1</bRepairEase>
@@ -52062,4 +52062,63 @@
<CROUCH_MODIFIERS />
<PRONE_MODIFIERS />
</ITEM>
<ITEM>
<uiIndex>1753</uiIndex>
<szItemName>Bandages</szItemName>
<szLongItemName>Dirty Bandages</szLongItemName>
<szItemDesc>These simple bandages were made from rags. They might still bleeding, but are not up to sanitary standards...</szItemDesc>
<szBRName>Dirty Bandages</szBRName>
<szBRDesc>Not for sale through BR.</szBRDesc>
<usItemClass>4096</usItemClass>
<nasLayoutClass>1</nasLayoutClass>
<ubCursor>5</ubCursor>
<ubGraphicType>1</ubGraphicType>
<ubGraphicNum>905</ubGraphicNum>
<ubWeight>2</ubWeight>
<ubPerPocket>4</ubPerPocket>
<ItemSize>18</ItemSize>
<usPrice>3</usPrice>
<ubCoolness>1</ubCoolness>
<Damageable>1</Damageable>
<WaterDamages>1</WaterDamages>
<ShowStatus>1</ShowStatus>
<Attachment>1</Attachment>
<Medical>1</Medical>
<FirstAidKit>1</FirstAidKit>
<usOverheatingCooldownFactor>100.0</usOverheatingCooldownFactor>
<PercentStatusDrainReduction>-300</PercentStatusDrainReduction>
<DrugType>20</DrugType>
<STAND_MODIFIERS />
<CROUCH_MODIFIERS />
<PRONE_MODIFIERS />
</ITEM>
<ITEM>
<uiIndex>1754</uiIndex>
<szItemName>Bandages</szItemName>
<szLongItemName>Primitive Bandages</szLongItemName>
<szItemDesc>These simple bandages were made from rags. They are clean and might still bleeding, but that's about it.</szItemDesc>
<szBRName>Primitive Bandages</szBRName>
<szBRDesc>Not for sale through BR.</szBRDesc>
<usItemClass>4096</usItemClass>
<nasLayoutClass>1</nasLayoutClass>
<ubCursor>5</ubCursor>
<ubGraphicType>1</ubGraphicType>
<ubGraphicNum>906</ubGraphicNum>
<ubWeight>2</ubWeight>
<ubPerPocket>4</ubPerPocket>
<ItemSize>18</ItemSize>
<usPrice>5</usPrice>
<ubCoolness>1</ubCoolness>
<Damageable>1</Damageable>
<WaterDamages>1</WaterDamages>
<ShowStatus>1</ShowStatus>
<Attachment>1</Attachment>
<Medical>1</Medical>
<FirstAidKit>1</FirstAidKit>
<usOverheatingCooldownFactor>100.0</usOverheatingCooldownFactor>
<PercentStatusDrainReduction>-300</PercentStatusDrainReduction>
<STAND_MODIFIERS />
<CROUCH_MODIFIERS />
<PRONE_MODIFIERS />
</ITEM>
</ITEMLIST>
+16
View File
@@ -2016,6 +2016,14 @@
<mergeType>1</mergeType>
<APCost>32</APCost>
</MERGE>
<MERGE>
<firstItemIndex>245</firstItemIndex>
<secondItemIndex>1753</secondItemIndex>
<firstResultingItemIndex>1754</firstResultingItemIndex>
<secondResultingItemIndex>0</secondResultingItemIndex>
<mergeType>15</mergeType>
<APCost>32</APCost>
</MERGE>
<MERGE>
<firstItemIndex>255</firstItemIndex>
<secondItemIndex>255</secondItemIndex>
@@ -4720,6 +4728,14 @@
<mergeType>4</mergeType>
<APCost>32</APCost>
</MERGE>
<MERGE>
<firstItemIndex>1022</firstItemIndex>
<secondItemIndex>1022</secondItemIndex>
<firstResultingItemIndex>1753</firstResultingItemIndex>
<secondResultingItemIndex>0</secondResultingItemIndex>
<mergeType>4</mergeType>
<APCost>32</APCost>
</MERGE>
<MERGE>
<firstItemIndex>1027</firstItemIndex>
<secondItemIndex>1027</secondItemIndex>
Binary file not shown.
Binary file not shown.