]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/game/research/base_research.xml
Huge rewrite of all base templates, added base_ship.xml (unfinished)
[shipsimu.git] / application / ship-simu / templates / de / game / research / base_research.xml
index 43e11546211191227e2025901958f31ae82966c4..b564f27c8e0106ba0771da1fd4515a981773a2a2 100644 (file)
@@ -26,7 +26,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
 //-->
 <research-proposal>
        <!-- General data of this research like id, summar or description. //-->
-       <research-data id="{?id?}" type="{?type?}">
+       <research-data>
+               <id>{?id?}</id>
+               <type>{?type?}</type>
                <!-- 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,7 +56,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                <!-- 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. //-->
-               <research-level level="{?level?}">
+               <research-level>
+                       <level>{?level?}</level>
                        <!-- When the research of this level has been started ... //-->
                        <research-started timestamp="{?started?}" />
                        <!-- ... and when it has ended so when the research results are