Page 3 of 3

Posted: Mon Jan 15, 2007 4:02 pm
by Dr. Nil
Exposing the variables for equipment and hull state of repair would make it a breeze to implement the Repair Droid I looked into the possibilities of making a few weeks back. It only stranded on the fact that these weren't available.

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
	<array>
		<integer>14</integer>
		<integer>1500000</integer>
		<string>Repair Droid</string>
		<string>EQ_REPAIR_DROID</string>
		<string>State of the art droid technology for automated maintenance and repair of your ship's hull and equipment.</string>
		<dict>
			<key>available_to_all</key>
			<true/>
		</dict>
	</array>
</array>
</plist>
https://bb.oolite.space/viewtopic.php?p= ... roid#27688