]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/game/ship/base_ship.xml
A lot rewrites, engine base template added, naval architecture added:
[shipsimu.git] / application / ship-simu / templates / de / game / ship / base_ship.xml
index 1e900f50d3601265aa6eacaeef733cc518b96d14..b5431a010132806726d9c01b9c656f552817bc39 100644 (file)
@@ -108,4 +108,19 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                        <!-- @TODO This section is not complete. //-->
                </fire-system>
        </ship-systems>
+       <!-- Ships depend on several technologies and maybe research proposals. //-->
+       <dependencies>
+               <!-- A list of technology dependencies for this ship. //-->
+               <technology-dependency-list>
+                       <!-- A single technology dependencies for this ship. //-->
+                       <technology-dependency>
+                       </technology-dependency>
+               </technology-dependency-list>
+               <!-- A list of research proposals dependencies for this ship. //-->
+               <research-dependency-list>
+                       <!-- A single research proposals  dependencies for this ship. //-->
+                       <research-dependency>
+                       </research-dependency>
+               </research-dependency-list>
+       </dependencies>
 </ship>