Attributes converted, more technology/research added:
[shipsimu.git] / application / ship-simu / templates / de / game / research / base_research.xml
index ee1ac56bfec2715136f0da5f9f95412d5ecb02c2..c067967104c022960201719b9be17253957f2777 100644 (file)
@@ -28,7 +28,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
        <!-- General data of this research like id, summar or description. //-->
        <research-data>
                <id>{?id?}</id>
+               <name>{?name?}</name>
                <type>{?type?}</type>
+               <max-level>{?max_level?}</max-level>
                <!-- All researches end up with results which can be improvements to
                     to existing technology or how research is conducted. Some research
                     may have multiple results and they all might not be good. //-->
@@ -54,8 +56,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
        <!-- This is somewhat a "research history". //-->
        <research-level-list>
                <!-- A research level X has its own summary and a full description.
-                    It also can have depencies which makes it possible to add different
-                    depencies for higher research levels. //-->
+                    It also can have dependencies which makes it possible to add different
+                    dependencies for higher research levels. //-->
                <research-level>
                        <level>{?level?}</level>
                        <!-- When the research of this level has been started ... //-->