]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/game/resource/base_resource.xml
Statics is no longer a technology, cellphone added, several fixes:
[shipsimu.git] / application / ship-simu / templates / de / game / resource / base_resource.xml
index 386a4c4b8ccde7f1ed9028b534d3cadbc3984705..2b5ba5d1fad36234b8c9e879750d9019cda9dc7b 100644 (file)
@@ -25,7 +25,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
 //-->
 <resource>
        <!-- General data for this resource like id, type, summary or description. //-->
-       <general-data id="{?id?}" type="{?type?}">
+       <general-data>
+               <id>{?id?}</id>
+               <name>{?name?}</name>
+               <type>{?type?}</type>
                <!-- A summary for this resource. //-->
                <resource-summary>
                        <![CDATA[{?summary?}]]>
@@ -37,8 +40,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
        </general-data>
        <!-- To harvest some resource some knowledge in one or two technologies is
             required. Here you can list each technology with its required level. //-->
-       <technology-depency-list>
-               <!-- A single technology depency to harvest this resource. //-->
-               <technology-depency id="{?technology_id?}" level="{?technology_level?}" />
-       </technology-depency-list>
+       <technology-dependency-list>
+               <!-- A single technology dependency to harvest this resource. //-->
+               <technology-dependency>
+                       <id>{?technology_id?}</id>
+                       <name>{?technology_name?}</name>
+                       <level>{?technology_level?}</level>
+               </technology-dependency>
+       </technology-dependency-list>
 </resource>