mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
New feature: interactive actions allow various actions (hacking/reading/drinking/...) from user-defined xml acttions. The exact results can be set in a lua function.
For more info, see http://thepit.ja-galaxy-forum.com/index.php?t=msg&th=23144&goto=346447&#msg_346447 git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2333 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -280,4 +280,11 @@
|
||||
<bMoraleMod>1</bMoraleMod>
|
||||
<usDecayRate>0</usDecayRate>
|
||||
</FOOD>
|
||||
<FOOD>
|
||||
<uiIndex>40</uiIndex>
|
||||
<szName>Soda</szName>
|
||||
<bFoodPoints>0</bFoodPoints>
|
||||
<bDrinkPoints>600</bDrinkPoints>
|
||||
<usDecayRate>0</usDecayRate>
|
||||
</FOOD>
|
||||
</FOODSLIST>
|
||||
|
||||
@@ -32241,6 +32241,7 @@
|
||||
<BigGunList>1</BigGunList>
|
||||
<Electronic>1</Electronic>
|
||||
<usOverheatingCooldownFactor>100.0</usOverheatingCooldownFactor>
|
||||
<usHackingModifier>50</usHackingModifier>
|
||||
<STAND_MODIFIERS />
|
||||
<CROUCH_MODIFIERS />
|
||||
<PRONE_MODIFIERS />
|
||||
@@ -52158,4 +52159,30 @@
|
||||
<CROUCH_MODIFIERS />
|
||||
<PRONE_MODIFIERS />
|
||||
</ITEM>
|
||||
<ITEM>
|
||||
<uiIndex>1740</uiIndex>
|
||||
<szItemName>Soda</szItemName>
|
||||
<szLongItemName>Soda</szLongItemName>
|
||||
<szItemDesc>For a mix of industrial sugar and chemicals you don't really want to know, this sure is refreshing.</szItemDesc>
|
||||
<szBRName>Soda</szBRName>
|
||||
<szBRDesc>Not for sale through BR.</szBRDesc>
|
||||
<usItemClass>268435456</usItemClass>
|
||||
<nasAttachmentClass>1</nasAttachmentClass>
|
||||
<nasLayoutClass>1</nasLayoutClass>
|
||||
<ubGraphicType>2</ubGraphicType>
|
||||
<ubGraphicNum>27</ubGraphicNum>
|
||||
<ubWeight>3</ubWeight>
|
||||
<ubPerPocket>1</ubPerPocket>
|
||||
<ItemSize>18</ItemSize>
|
||||
<usPrice>3</usPrice>
|
||||
<ubCoolness>1</ubCoolness>
|
||||
<Metal>1</Metal>
|
||||
<usOverheatingCooldownFactor>100.0</usOverheatingCooldownFactor>
|
||||
<FoodType>40</FoodType>
|
||||
<usPortionSize>100</usPortionSize>
|
||||
<ItemFlag>134217728</ItemFlag>
|
||||
<STAND_MODIFIERS />
|
||||
<CROUCH_MODIFIERS />
|
||||
<PRONE_MODIFIERS />
|
||||
</ITEM>
|
||||
</ITEMLIST>
|
||||
Reference in New Issue
Block a user