New feature: food system requires mercs to eat and drink in order to survive

- added food items
- added food items to various mechants, BR and as enemy item choice
- added cantina facility
- canteens can now be refilled in sectors by pressing 'Ctrl' + '.'. Map/SectorNames.xml determines wether this is possible, and wether the water will be poisonous
- added new icons related to the food system

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1471 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Flugente
2012-07-21 16:47:16 +00:00
parent 837cb4dc43
commit 57390e7da3
56 changed files with 2319 additions and 27 deletions
@@ -8,7 +8,7 @@
2 = No, never.
-->
<SECTORFACILITIES>
<SECTORFACILITIES>
<!-- DRASSEN -->
<FACILITY>
<SectorGrid>B13</SectorGrid>
@@ -77,6 +77,11 @@
<FacilityType>18</FacilityType>
<ubHidden>2</ubHidden>
</FACILITY>
<FACILITY>
<SectorGrid>H13</SectorGrid>
<FacilityType>20</FacilityType>
<ubHidden>1</ubHidden>
</FACILITY>
<FACILITY>
<SectorGrid>H14</SectorGrid>
<FacilityType>18</FacilityType>
@@ -307,4 +307,30 @@
</ASSIGNMENT>
</FACILITYTYPE>
<FACILITYTYPE>
<ubIndex>20</ubIndex>
<szFacilityName>Army Barracks Cantina</szFacilityName>
<szFacilityShortName>Cantina</szFacilityShortName>
<ubTotalStaffLimit>10</ubTotalStaffLimit>
<ASSIGNMENT>
<ubAssignmentType>FACILITY_EAT</ubAssignmentType>
<szTooltipText>By taking over the armies barracks, you've also taken over the cantina inside. Your mercs can eat here.</szTooltipText>
<ubStaffLimit>10</ubStaffLimit>
<sCostPerHour>10</sCostPerHour>
<sCantinaFoodModifier>500</sCantinaFoodModifier>
<CONDITIONS>
</CONDITIONS>
<MORALE>
<usChance>500</usChance>
<bBaseEffect>1</bBaseEffect>
<ubRange>0</ubRange>
</MORALE>
<DRUNK>
<ubChance>400</ubChance>
<bBaseEffect>1</bBaseEffect>
<ubRange>0</ubRange>
</DRUNK>
</ASSIGNMENT>
</FACILITYTYPE>
</FACILITYTYPES>
File diff suppressed because it is too large Load Diff