]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/game/mineral/base_mineral.xml
Statics is no longer a technology, cellphone added, several fixes:
[shipsimu.git] / application / ship-simu / templates / de / game / mineral / base_mineral.xml
index e7fa9764958290883f7db81ecea70fe9942b7d7f..e114e4bfa186e3d867e9034704f1f03f1dbdb44f 100644 (file)
@@ -30,22 +30,18 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                <id>{?id?}</id>
                <type>{?type?}</type>
                <!-- A summary for this mineral. //-->
-               <summary>
+               <mineral-summary>
                        <![CDATA[{?summary?}]]>
-               </summary>
+               </mineral-summary>
                <!-- A full description for this mineral. //-->
-               <description>
+               <mineral-description>
                        <![CDATA[{?description?}]]>
-               </description>
+               </mineral-description>
        </general-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>
                <!-- A single technology required to mine this mineral. //-->
-               <technology-dependency>
-                       <id>{?technology_id?}</id>
-                       <name>{?technology_name?}</name>
-                       <level>{?technology_level?}</level>
-               </technology-dependency>
+               <technology-dependency id="{?technology_id?}" level="{?technology_level?}" />
        </technology-dependency-list>
 </mineral>