From: <ult...@us...> - 2006-12-09 23:35:44
|
Revision: 275 http://svn.sourceforge.net/opengate/?rev=275&view=rev Author: ultrasick Date: 2006-12-09 15:35:39 -0800 (Sat, 09 Dec 2006) Log Message: ----------- just renaming some stuff Added Paths: ----------- trunk/data/capacitors/ trunk/data/capacitors/s_c_15.xml Added: trunk/data/capacitors/s_c_15.xml =================================================================== --- trunk/data/capacitors/s_c_15.xml (rev 0) +++ trunk/data/capacitors/s_c_15.xml 2006-12-09 23:35:39 UTC (rev 275) @@ -0,0 +1,35 @@ +<?xml version="1.0"?> +<!DOCTYPE equipment SYSTEM "http://opengate.sourceforge.net/opengate.dtd"> + +<equipment type="Capacitor"> + <!-- Naming --> + <name>S-C-15</name> + <class>Energy Storage Device</class> + <faction>Solrain</faction> + <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.wings</model> + + <!-- Production Data --> + <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> + <required-component>Magnesium</required-component> + <required-component>Chemicals</required-component> + <required-component>Rubber</required-component> + +</equipment> Property changes on: trunk/data/capacitors/s_c_15.xml ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |