Attributes converted, more technology/research added:
[shipsimu.git] / application / ship-simu / templates / de / game / resource / base_resource.xml
index 3f8779568ed8d50873300820f7b7a2be43eb0a43..2b5ba5d1fad36234b8c9e879750d9019cda9dc7b 100644 (file)
@@ -27,6 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
        <!-- General data for this resource like id, type, summary or description. //-->
        <general-data>
                <id>{?id?}</id>
+               <name>{?name?}</name>
                <type>{?type?}</type>
                <!-- A summary for this resource. //-->
                <resource-summary>
@@ -41,6 +42,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
             required. Here you can list each technology with its required level. //-->
        <technology-dependency-list>
                <!-- A single technology dependency to harvest this resource. //-->
-               <technology-dependency id="{?technology_id?}" level="{?technology_level?}" />
+               <technology-dependency>
+                       <id>{?technology_id?}</id>
+                       <name>{?technology_name?}</name>
+                       <level>{?technology_level?}</level>
+               </technology-dependency>
        </technology-dependency-list>
 </resource>