Files
Wanne 98c1b5a7b4 - Externalized heli refuel sites (Map/HeliSites.xml)
- Added more default tags to empty startinggearkits
- Added comments to minerals.xml

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1871 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-11-15 19:37:06 +00:00

26 lines
787 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
This file defines the mine name on strategic screen and resource type name in mine infobox.
Fields index:
uiIndex - it is the number identifier in initmines.lua. (max 255 entries)
e.g. MineType = { Silver = 0, Gold = 1.... }
MineType assignment for each mines is done at function InitializeMines()
within the same LUA script.
sNameType - mine name to be displayed on strategic screen.
sMineral - resource type name to be displayed in mine infobox
-->
<MINERALS>
<TYPE>
<uiIndex>0</uiIndex>
<sNameType>Mine</sNameType>
<sMineral>Silver</sMineral>
</TYPE>
<TYPE>
<uiIndex>1</uiIndex>
<sNameType>Mine</sNameType>
<sMineral>Gold</sMineral>
</TYPE>
</MINERALS>