New feature: Getting and using intel allows for more spy-related roleplay

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2401 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Flugente
2018-02-18 23:12:21 +00:00
parent 30759b3e7f
commit 9cf666a038
13 changed files with 1608 additions and 384 deletions
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<INVENTORYLIST>
<!-- the inventory of this merchant (black market, 68) is set exclusively in Overhead.lua in AddArmsDealerAdditionalIntelData() -->
<INVENTORY>
<uiIndex>0</uiIndex>
<sItemIndex>0</sItemIndex>
@@ -1632,4 +1632,26 @@ uiFlags must be of
<allInventoryAlwaysAvailable>0</allInventoryAlwaysAvailable>
<nonprofile_loyaltyrequired>0</nonprofile_loyaltyrequired> <!-- no loyalty required -->
</MERCHANT>
<MERCHANT>
<uiIndex>68</uiIndex>
<szName>Black Market dealer San Mona (C6)</szName>
<dBuyModifier>1.0</dBuyModifier>
<dSellModifier>1.0</dSellModifier>
<ubShopKeeperID>200</ubShopKeeperID> <!-- Important: no profile -->
<ubTypeOfArmsDealer>1</ubTypeOfArmsDealer>
<iInitialCash>400</iInitialCash>
<uiFlags>16777216</uiFlags> <!-- accepts only intel, no money -->
<dailyIncrement>400</dailyIncrement>
<dailyMaximum>800</dailyMaximum>
<dailyRetained>400</dailyRetained>
<minCoolness>1</minCoolness>
<maxCoolness>10</maxCoolness>
<addToCoolness>10</addToCoolness>
<coolnessProgressRate>100</coolnessProgressRate>
<daysDelayMin>1</daysDelayMin>
<daysDelayMax>2</daysDelayMax>
<useBRSetting>0</useBRSetting>
<allInventoryAlwaysAvailable>1</allInventoryAlwaysAvailable> <!-- doesn't always have everything -->
<nonprofile_loyaltyrequired>0</nonprofile_loyaltyrequired> <!-- needs to trust you somewhat before he trades with you -->
</MERCHANT>
</MERCHANTSLIST>