49 lines
1.7 KiB
XML
49 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<Defs>
|
|
<Vehicles.VehicleBuildDef ParentName="VehicleBaseBuildable">
|
|
<defName>VVE_Freighter_Blueprint</defName>
|
|
<label>Freighter</label>
|
|
<description>Short Range Aerial Freighter. A transport system made to fly cargo across the world, but almost no room for passengers. These industrial behemoths have been in service for millenia.\n\n<color=#bb8f04>Crew:</color> Pilot x2 Passengers (Requires both!) x2\n<color=#bb8f04>Fuel type:</color> Chemfuel</description>
|
|
<designationCategory>VF_Vehicles</designationCategory>
|
|
|
|
<graphicData>
|
|
<texPath>Things/Vehicles/Tier3.9/Tier3.9_Freighter/Freighter</texPath>
|
|
<graphicClass>Graphic_Multi</graphicClass>
|
|
<drawSize>(15, 15)</drawSize>
|
|
</graphicData>
|
|
|
|
<statBases>
|
|
<MaxHitPoints>500</MaxHitPoints>
|
|
<WorkToBuild>16000</WorkToBuild>
|
|
<Flammability>0.5</Flammability>
|
|
</statBases>
|
|
|
|
<size>(15, 15)</size>
|
|
|
|
<researchPrerequisites>
|
|
<li>VVE_CombatVehicles</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>3200</Steel>
|
|
<Gold>225</Gold>
|
|
<Silver>3200</Silver>
|
|
<ComponentIndustrial>16</ComponentIndustrial>
|
|
</costList>
|
|
|
|
<soundImpactDefault>BulletImpact_Metal</soundImpactDefault>
|
|
<thingToSpawn>VVE_Freighter</thingToSpawn>
|
|
|
|
<constructionSkillPrerequisite>6</constructionSkillPrerequisite>
|
|
</Vehicles.VehicleBuildDef>
|
|
</Defs>
|