]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/game/mineral/base_mineral.xml
A lot rewrites, engine base template added, naval architecture added:
[shipsimu.git] / application / ship-simu / templates / de / game / mineral / base_mineral.xml
index 4e2039595b906d94b79a6d687bbfdaba84a92767..e7fa9764958290883f7db81ecea70fe9942b7d7f 100644 (file)
@@ -3,7 +3,7 @@
 A general mineral template. Some mineral requires technology in a specific
 level to get mined by the user. For example crystals needs drilling machines
 and undergroup drilling vehicles. These are all represented as 'technologies' so
-a mineral may have depencies on technologies. :-)
+a mineral may have dependencies on technologies. :-)
 
 @author                Roland Haeder <webmaster@ship-simu.org>
 @version       0.0.0
@@ -30,18 +30,22 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                <id>{?id?}</id>
                <type>{?type?}</type>
                <!-- A summary for this mineral. //-->
-               <mineral-summary>
+               <summary>
                        <![CDATA[{?summary?}]]>
-               </mineral-summary>
+               </summary>
                <!-- A full description for this mineral. //-->
-               <mineral-description>
+               <description>
                        <![CDATA[{?description?}]]>
-               </mineral-description>
+               </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-depency-list>
+       <technology-dependency-list>
                <!-- A single technology required to mine this mineral. //-->
-               <technology-depency id="{?technology_id?}" level="{?technology_level?}" />
-       </technology-depency-list>
+               <technology-dependency>
+                       <id>{?technology_id?}</id>
+                       <name>{?technology_name?}</name>
+                       <level>{?technology_level?}</level>
+               </technology-dependency>
+       </technology-dependency-list>
 </mineral>