Skip to content

Instantly share code, notes, and snippets.

Created January 31, 2014 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/8732100 to your computer and use it in GitHub Desktop.
Save anonymous/8732100 to your computer and use it in GitHub Desktop.
This is the whole autoBlueprints.xml.append file for the Mod Testing Environment: Custom Events Patch for FTL. By editing this and loading MTE:CCP after MTE, this ship will be able to be spawned in-game!
<shipBlueprint name="TESTBED_DUMMY_CUSTOM" layout="tb_dummyc" img="fed_bomber_testing">
<class>Target Practice</class>
<systemList>
<pilot power="1" max="3" room="0" start="true"/> <!-- CHOOSE SYSTEMS POWER HERE! -->
<doors power="1" max="3" room="2" start="true"/> <!-- IF YOU WANT SPECIFIC SETTINGS, THEN -->
<weapons power="1" max="8" room="3" start="true"/> <!-- SET power AND max TO BE THE SAME VALUE. -->
<drones power="1" max="8" room="4" start="true"/> <!-- IF YOU WANT TO MAKE ONE SYSTEM INDESTRUCTIBLE-->
<medbay power="1" max="3" room="5" start="true"/> <!-- GIVE IT ROOM ID "11" -->
<cloaking power="1" max="3" room="6" start="true"/>
<oxygen power="1" max="3" room="7" start="true"/>
<engines power="1" max="8" room="8" start="true"/>
<teleporter power="1" max="3" room="9" start="true"/>
<shields power="2" max="8" room="10" start="true"/>
</systemList>
<weaponSlots>4</weaponSlots>
<droneSlots>4</droneSlots>
<weaponList missiles="9999">
<weapon name="LASER_BURST_1"/> <!-- PUT YOUR WEAPONS HERE - ADD NEW LINES FOR MORE WEAPONS -->
</weaponList>
<droneList drones="9999">
<drone name="REPAIR"/> <!-- PUT YOUR DRONES HERE - ADD NEW LINES FOR MORE DRONES -->
</droneList>
<health amount="20"/> <!-- CHOOSE HULL HEALTH HERE! -->
<maxPower amount="40"/>
<crewCount amount="0" max="0" class="human" /> <!-- CHOOSE CREW HERE - NO CREW MEANS SELF REPAIRING -->
<crewCount amount="0" max="0" class="engi" />
<crewCount amount="0" max="0" class="mantis" />
<crewCount amount="0" max="0" class="rock" />
<crewCount amount="0" max="0" class="slug" />
<crewCount amount="0" max="0" class="energy" />
<crewCount amount="0" max="0" class="crystal" />
<boardingAI>sabotage</boardingAI>
</shipBlueprint>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment