9ac243942630f0f0d2b02fec816c6767ffc997fe
[shipsimu.git] / application / ship-simu / templates / game / electronic / hifi_system.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!--
3 A commercial, compact Hi-Fi (High Fidelity) sound system.
4
5 For simplification we have only width, length, height and total weight. This is
6 in reality mostly the case because the electronics will be placed into a small
7 box for transportation.
8
9 @author         Roland Haeder <webmaster@ship-simu.org>
10 @version        0.0.0
11 @copyright      Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team
12 @license        GNU GPL 3.0 or any newer version
13 @link           http://www.ship-simu.org
14
15 This program is free software: you can redistribute it and/or modify
16 it under the terms of the GNU General Public License as published by
17 the Free Software Foundation, either version 3 of the License, or
18 (at your option) any later version.
19
20 This program is distributed in the hope that it will be useful,
21 but WITHOUT ANY WARRANTY; without even the implied warranty of
22 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23 GNU General Public License for more details.
24
25 You should have received a copy of the GNU General Public License
26 along with this program. If not, see <http://www.gnu.org/licenses/>
27 //-->
28 <electronic extends="{?base_electronic?}">
29         <!-- General data of the electronics. //-->
30         <general-data>
31                 <name>hifi_system</name>
32                 <type>entertainment</type>
33                 <!-- Simplified dimensions of the electronics because it will be placed
34                      into a small box for transportation. //-->
35                 <dimensions>
36                         <width>70</width>
37                         <height>70</height>
38                         <length>80</length>
39                 </dimensions>
40         </general-data>
41         <!-- An electronical device may depend on one or more technologies, at least
42              'electronics'. //-->
43         <dependencies>
44                 <!-- A list technology dependencies for this electronical device. //-->
45                 <technology-dependency-list>
46                         <!-- A single technollogical dependency. //-->
47                         <technology-dependency>
48                                 <name>intergrated_currents</name>
49                                 <level>6</level>
50                         </technology-dependency>
51                         <technology-dependency>
52                                 <name>sound_equalizer</name>
53                                 <level>3</level>
54                         </technology-dependency>
55                         <technology-dependency>
56                                 <name>radio_receiving</name>
57                                 <level>4</level>
58                         </technology-dependency>
59                 </technology-dependency-list>
60                 <!-- A list research dependencies for this electronical device. //-->
61                 <research-dependency-list>
62                         <!-- A single research dependency. //-->
63                         <research-dependency>
64                                 <name>electronics</name>
65                                 <level>4</level>
66                         </research-dependency>
67                 </research-dependency-list>
68         </dependencies>
69 </electronic>