mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1420 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -45,6 +45,7 @@ How do you make a drug?
|
||||
65536 DRUG_KNOCKOUT heart attack once side effect hits 1 (lose all breath and fall down)
|
||||
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
|
||||
524288 DRUG_LIFEDAMAGE damages life, sideeffect only
|
||||
|
||||
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
|
||||
@@ -258,4 +259,14 @@ More Infos: http://www.ja-galaxy-forum.com/board/ubbthreads.php?ubb=showflat&Num
|
||||
<ubDrugSideEffectRate>1</ubDrugSideEffectRate>
|
||||
<ubMoralBacklash>0</ubMoralBacklash>
|
||||
</DRUG>
|
||||
<DRUG>
|
||||
<ubType>20</ubType>
|
||||
<name>Cyanide</name>
|
||||
<ubDrugTravelRate>1</ubDrugTravelRate>
|
||||
<ubDrugWearoffRate>1</ubDrugWearoffRate>
|
||||
<ubDrugEffect>2</ubDrugEffect>
|
||||
<ubDrugSideEffect>100</ubDrugSideEffect>
|
||||
<ubDrugSideEffectRate>1</ubDrugSideEffectRate>
|
||||
<ubMoralBacklash>0</ubMoralBacklash>
|
||||
</DRUG>
|
||||
</DRUGSLIST>
|
||||
|
||||
Reference in New Issue
Block a user