mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
- New drug: antidote cures poisoning (by Flugente)
o Item#: 1539 git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1443 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -46,6 +46,7 @@ How do you make a drug?
|
|||||||
131072 DRUG_VISION increases sight range 10% on drug effect, decreases it 10% as a side effect
|
131072 DRUG_VISION increases sight range 10% on drug effect, decreases it 10% as a side effect
|
||||||
262144 DRUG_TUNNELVISION increases tunnelvison, side effect only
|
262144 DRUG_TUNNELVISION increases tunnelvison, side effect only
|
||||||
524288 DRUG_LIFEDAMAGE damages life, sideeffect only
|
524288 DRUG_LIFEDAMAGE damages life, sideeffect only
|
||||||
|
1048576 DRUG_CUREPOISON cures poison
|
||||||
|
|
||||||
You can combine "mix" different drug effects.
|
You can combine "mix" different drug effects.
|
||||||
For example, the new drug 'Occulin' has a <DrugType>425984</DrugType>. This gives it the effects of DRUG_BLIND, DRUG_VISION and DRUG_TUNNELVISION. I've set the effects so that
|
For example, the new drug 'Occulin' has a <DrugType>425984</DrugType>. This gives it the effects of DRUG_BLIND, DRUG_VISION and DRUG_TUNNELVISION. I've set the effects so that
|
||||||
@@ -269,4 +270,14 @@ More Infos: http://www.ja-galaxy-forum.com/board/ubbthreads.php?ubb=showflat&Num
|
|||||||
<ubDrugSideEffectRate>1</ubDrugSideEffectRate>
|
<ubDrugSideEffectRate>1</ubDrugSideEffectRate>
|
||||||
<ubMoralBacklash>0</ubMoralBacklash>
|
<ubMoralBacklash>0</ubMoralBacklash>
|
||||||
</DRUG>
|
</DRUG>
|
||||||
|
<DRUG>
|
||||||
|
<ubType>21</ubType>
|
||||||
|
<name>Antidote</name>
|
||||||
|
<ubDrugTravelRate>1</ubDrugTravelRate>
|
||||||
|
<ubDrugWearoffRate>1</ubDrugWearoffRate>
|
||||||
|
<ubDrugEffect>25</ubDrugEffect>
|
||||||
|
<ubDrugSideEffect>0</ubDrugSideEffect>
|
||||||
|
<ubDrugSideEffectRate>0</ubDrugSideEffectRate>
|
||||||
|
<ubMoralBacklash>1</ubMoralBacklash>
|
||||||
|
</DRUG>
|
||||||
</DRUGSLIST>
|
</DRUGSLIST>
|
||||||
|
|||||||
@@ -45724,4 +45724,32 @@
|
|||||||
<CROUCH_MODIFIERS />
|
<CROUCH_MODIFIERS />
|
||||||
<PRONE_MODIFIERS />
|
<PRONE_MODIFIERS />
|
||||||
</ITEM>
|
</ITEM>
|
||||||
|
<ITEM>
|
||||||
|
<uiIndex>1539</uiIndex>
|
||||||
|
<szItemName>Antidote</szItemName>
|
||||||
|
<szLongItemName>Antidote</szLongItemName>
|
||||||
|
<szItemDesc>This antidote can cure poison over time. WARNING: May cause temporary blindness and a severe migraine.</szItemDesc>
|
||||||
|
<szBRName>Antidote</szBRName>
|
||||||
|
<szBRDesc>Not for sale through BR.</szBRDesc>
|
||||||
|
<usItemClass>268435456</usItemClass>
|
||||||
|
<nasLayoutClass>1</nasLayoutClass>
|
||||||
|
<ubGraphicType>1</ubGraphicType>
|
||||||
|
<ubGraphicNum>70</ubGraphicNum>
|
||||||
|
<ubWeight>1</ubWeight>
|
||||||
|
<ubPerPocket>8</ubPerPocket>
|
||||||
|
<ItemSize>16</ItemSize>
|
||||||
|
<usPrice>150</usPrice>
|
||||||
|
<ubCoolness>5</ubCoolness>
|
||||||
|
<Damageable>1</Damageable>
|
||||||
|
<Attachment>1</Attachment>
|
||||||
|
<BigGunList>1</BigGunList>
|
||||||
|
<SciFi>1</SciFi>
|
||||||
|
<Unaerodynamic>1</Unaerodynamic>
|
||||||
|
<Medical>1</Medical>
|
||||||
|
<DrugType>1081324</DrugType>
|
||||||
|
<usOverheatingCooldownFactor>100.0</usOverheatingCooldownFactor>
|
||||||
|
<STAND_MODIFIERS />
|
||||||
|
<CROUCH_MODIFIERS />
|
||||||
|
<PRONE_MODIFIERS />
|
||||||
|
</ITEM>
|
||||||
</ITEMLIST>
|
</ITEMLIST>
|
||||||
@@ -75,4 +75,9 @@
|
|||||||
<sItemIndex>1538</sItemIndex>
|
<sItemIndex>1538</sItemIndex>
|
||||||
<ubOptimalNumber>4</ubOptimalNumber>
|
<ubOptimalNumber>4</ubOptimalNumber>
|
||||||
</INVENTORY>
|
</INVENTORY>
|
||||||
|
<INVENTORY>
|
||||||
|
<uiIndex>15</uiIndex>
|
||||||
|
<sItemIndex>1539</sItemIndex>
|
||||||
|
<ubOptimalNumber>5</ubOptimalNumber>
|
||||||
|
</INVENTORY>
|
||||||
</INVENTORYLIST>
|
</INVENTORYLIST>
|
||||||
Reference in New Issue
Block a user