1.6 Update
This commit is contained in:
51
1.6/Defs/VehicleDefs/Tier3.9/Pelican/Pelican_Buildable.xml
Normal file
51
1.6/Defs/VehicleDefs/Tier3.9/Pelican/Pelican_Buildable.xml
Normal file
@@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
|
||||
<Defs>
|
||||
<Vehicles.VehicleBuildDef ParentName="VehicleBaseBuildable">
|
||||
<defName>VVE_Pelican_Blueprint</defName>
|
||||
<label>Pelican</label>
|
||||
<description>An aerial cargo transport vessel. Low military application, but the best conventional cargo and tranport ship ever concieved in the outer rim. Highly advanced, created by an ancient civilization.\n\n<color=#bb8f04>Crew:</color> Pilot x1 Passengers x128 (No way bro it cant be that big, oh) \n<color=#bb8f04>Fuel type:</color> Chemfuel</description>
|
||||
<designationCategory>VF_Vehicles</designationCategory>
|
||||
|
||||
<graphicData>
|
||||
<texPath>Things/Vehicles/Tier3.9/Tier3.9_Pelican/Pelican</texPath>
|
||||
<graphicClass>Graphic_Multi</graphicClass>
|
||||
<drawSize>(25, 25)</drawSize>
|
||||
</graphicData>
|
||||
|
||||
<statBases>
|
||||
<MaxHitPoints>500</MaxHitPoints>
|
||||
<WorkToBuild>16000</WorkToBuild>
|
||||
<Flammability>0.5</Flammability>
|
||||
</statBases>
|
||||
|
||||
<size>(5, 5)</size>
|
||||
|
||||
<researchPrerequisites>
|
||||
<li>ShipReactor</li>
|
||||
</researchPrerequisites>
|
||||
|
||||
<costList>
|
||||
<VVE_EngineBlock>2</VVE_EngineBlock>
|
||||
<VVE_CarAlternator>2</VVE_CarAlternator>
|
||||
<VVE_CarExhaust>4</VVE_CarExhaust>
|
||||
<VVE_CarSuspension>3</VVE_CarSuspension>
|
||||
<VVE_CarWheel>3</VVE_CarWheel>
|
||||
<VVE_CarTransmission>1</VVE_CarTransmission>
|
||||
<VVE_CarWiring>1</VVE_CarWiring>
|
||||
<VVE_CarFuelTank>2</VVE_CarFuelTank>
|
||||
<Steel>2800</Steel>
|
||||
<Plasteel>1300</Plasteel>
|
||||
<Gold>500</Gold>
|
||||
<Neutroamine>200</Neutroamine>
|
||||
<Silver>10500</Silver>
|
||||
<ComponentIndustrial>32</ComponentIndustrial>
|
||||
<ComponentSpacer>9</ComponentSpacer>
|
||||
</costList>
|
||||
|
||||
<soundImpactDefault>BulletImpact_Metal</soundImpactDefault>
|
||||
<thingToSpawn>VVE_Pelican</thingToSpawn>
|
||||
|
||||
<constructionSkillPrerequisite>6</constructionSkillPrerequisite>
|
||||
</Vehicles.VehicleBuildDef>
|
||||
</Defs>
|
||||
Reference in New Issue
Block a user