Advertisement
SpaceEngineersAddict

Untitled

Dec 5th, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.27 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3.   <RespawnShips>
  4.     <Ship>
  5.       <Id>
  6.         <TypeId>RespawnShipDefinition</TypeId>
  7.         <SubtypeId>RespawnShip</SubtypeId>
  8.       </Id>
  9.       <DisplayName>Starter Ship</DisplayName>
  10.       <Icon>Textures\GUI\Icons\Fake.dds</Icon>
  11.       <CooldownSeconds>900</CooldownSeconds>
  12.       <Prefab>RespawnShip</Prefab>
  13.     </Ship>
  14.      <Ship Enabled="false">
  15.       <Id>
  16.         <TypeId>RespawnShipDefinition</TypeId>
  17.         <SubtypeId>PlanetaryLander</SubtypeId>
  18.       </Id>
  19.       <DisplayName>DisplayName_PlanetaryLander</DisplayName>
  20.       <Icon>Textures\GUI\Icons\Fake.dds</Icon>
  21.       <CooldownSeconds>900</CooldownSeconds>
  22.       <Prefab>AtmosphericLander</Prefab>
  23.     </Ship>
  24.     <Ship Enabled="false">
  25.       <Id>
  26.         <TypeId>RespawnShipDefinition</TypeId>
  27.         <SubtypeId>Assembler</SubtypeId>
  28.       </Id>
  29.       <DisplayName>DisplayName_RespawnShip_Assembler</DisplayName>
  30.       <Icon>Textures\GUI\Icons\Fake.dds</Icon>
  31.       <CooldownSeconds>540</CooldownSeconds>
  32.       <Prefab>Respawn Ship 2</Prefab>
  33.     </Ship>
  34.     <Ship Enabled="false">
  35.       <Id>
  36.         <TypeId>RespawnShipDefinition</TypeId>
  37.         <SubtypeId>Drill</SubtypeId>
  38.       </Id>
  39.       <DisplayName>DisplayName_RespawnShip_ShipDrill</DisplayName>
  40.       <Icon>Textures\GUI\Icons\Fake.dds</Icon>
  41.       <CooldownSeconds>300</CooldownSeconds>
  42.       <Prefab>Small Drill Ship</Prefab>
  43.     </Ship>
  44.     <Ship Enabled="false">
  45.       <Id>
  46.         <TypeId>RespawnShipDefinition</TypeId>
  47.         <SubtypeId>EscapePod</SubtypeId>
  48.       </Id>
  49.       <DisplayName>DisplayName_RespawnShip_EscapePod</DisplayName>
  50.       <Icon>Textures\GUI\Icons\Fake.dds</Icon>
  51.       <CooldownSeconds>240</CooldownSeconds>
  52.       <Prefab>Small Escape Pod</Prefab>
  53.     </Ship>
  54.     <Ship Enabled="false">
  55.       <Id>
  56.         <TypeId>RespawnShipDefinition</TypeId>
  57.         <SubtypeId>RefineryAssembler</SubtypeId>
  58.       </Id>
  59.       <DisplayName>DisplayName_RespawnShip_RefineryAssembler</DisplayName>
  60.       <Icon>Textures\GUI\Icons\Fake.dds</Icon>
  61.       <CooldownSeconds>660</CooldownSeconds>
  62.       <Prefab>Respawn Ship 3</Prefab>
  63.     </Ship>
  64.   </RespawnShips>                
  65. </Definitions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement