Added a count attribute to all list XML nodes (unhandled at the moment)
[shipsimu.git] / application / ship-simu / templates / game / mineral / base_mineral.xml
index 108492640b3e00703bd89483e8c469657eabe732..64847ff0acf6a45f8a04346b9d22d698116a2cd6 100644 (file)
@@ -40,7 +40,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
        </mineral-data>
        <!-- To mine some minerals some knowledge in one or two technologies is
             required. Here you can list each technology with its required level. //-->
-       <technology-dependency-list>
+       <technology-dependency-list dependency-count="{?technology_dependency_count?}">
                <!-- A single technology required to mine this mineral. //-->
                <technology-dependency id="{?technology_id?}" level="{?technology_level?}" />
        </technology-dependency-list>