From: <eg...@us...> - 2007-05-20 21:26:59
|
Revision: 499 http://svn.sourceforge.net/opengate/?rev=499&view=rev Author: egore Date: 2007-05-20 14:26:57 -0700 (Sun, 20 May 2007) Log Message: ----------- use same parameter order Modified Paths: -------------- trunk/data/ECMs/ghost.xml trunk/data/capacitors/s_c_15.xml Modified: trunk/data/ECMs/ghost.xml =================================================================== --- trunk/data/ECMs/ghost.xml 2007-05-20 21:26:30 UTC (rev 498) +++ trunk/data/ECMs/ghost.xml 2007-05-20 21:26:57 UTC (rev 499) @@ -1,25 +1,32 @@ <?xml version="1.0"?> -<!DOCTYPE equipment SYSTEM "opengate.dtd"> +<!DOCTYPE equipment SYSTEM "http://opengate.sourceforge.net/opengate.dtd"> <equipment type="ECM"> <!-- Naming --> + <faction>Tauseti</faction> <name>Ghost</name> - <class>Radar Jammer</class> - <faction>Solrain</faction> - <description>TODO</description> - <!-- Production Data --> - <manufacturer>Amananth</manufacturer> - <production-center>Amananth</production-center> - <!-- Generic Data --> + <class>Radar Jammer</class> <techlevel>8</techlevel> <size>1</size> <mass>30</mass> + <!-- Additional Data --> + <description>TODO</description> + <image>ghost.jpg</image> + <model>ghost.blend</model> + <mesh>ghost.mesh</mesh> + + <!-- Specific data --> <sensorlevel>3</sensorlevel> <power>970000</power> + + <!-- Production Data --> + <manufacturer>Amananth</manufacturer> + <production-center>Amananth</production-center> + <!-- Building Data --> <required-component>Antimony</required-component> <required-component>RAM</required-component> <required-component>CPU</required-component> Modified: trunk/data/capacitors/s_c_15.xml =================================================================== --- trunk/data/capacitors/s_c_15.xml 2007-05-20 21:26:30 UTC (rev 498) +++ trunk/data/capacitors/s_c_15.xml 2007-05-20 21:26:57 UTC (rev 499) @@ -3,28 +3,31 @@ <equipment type="Capacitor"> <!-- Naming --> + <faction>Tauseti</faction> <name>S-C-15</name> + + <!-- Generic Data --> <class>Energy Storage Device</class> - <faction>Solrain</faction> + <techlevel>0</techlevel> + <size>1</size> + <mass>1000</mass> + + <!-- Additional Data --> <description>The S-C-15 is Solrain's stock equipment capacitor, and is basically a modified Mantra. All Solrain pilots are given this as part of their starter package. TRI subsidizes production of this model, and therefore it cannot be legally traded or sold for much value.</description> <image>s_c_15.jpg</image> <model>s_c_15.blend</model> + <mesh>s_c_15.mesh</mesh> + <!-- Specific data --> + <efficiency>80</efficiency> + <capacity>1100000</capacity> + <!-- Production Data --> - <manufacturer>T&P Systems</manufacturer> + <manufacturer>T&P Systems</manufacturer> <production-center>Solrain Core</production-center> <production-center>Solrain Wake</production-center> <production-center>Solrain Cornea</production-center> - - <!-- Generic Data --> - <techlevel>0</techlevel> - <size>1</size> - <mass>1000</mass> - <!-- Specific data --> - <efficiency>80</efficiency> - <capacity>1100000</capacity> - <!-- Building Data --> <required-component>Aluminium</required-component> <required-component>Lithium</required-component> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |