More SEATS and also the thang with the thang
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<Vehicles.VehicleBuildDef ParentName="VehicleBaseBuildable">
|
||||
<defName>VVE_Freighter_Blueprint</defName>
|
||||
<label>Freighter</label>
|
||||
<description>Test this dingdong\n\n<color=#bb8f04>Crew:</color> Pilot x1\n<color=#bb8f04>Fuel type:</color> Chemfuel</description>
|
||||
<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>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<Vehicles.VehicleDef ParentName="VehiclePawn_Mechanical">
|
||||
<defName>VVE_Freighter</defName>
|
||||
<label>Freighter</label>
|
||||
<description>Test this dingdong\n\n<color=#bb8f04>Crew:</color> Pilot x1\n<color=#bb8f04>Fuel type:</color> Chemfuel</description>
|
||||
<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>
|
||||
|
||||
<graphicData>
|
||||
<texPath>Things/Vehicles/Tier3.9/Tier3.9_Freighter/Freighter</texPath>
|
||||
@@ -48,19 +48,19 @@
|
||||
<soundSustainersOnEvent>
|
||||
<li>
|
||||
<key>(IgnitionOn, IgnitionOff)</key>
|
||||
<value>VVE_VehicleRotorAirplane</value>
|
||||
<value>VVE_VehicleEngineRocket</value>
|
||||
</li>
|
||||
<li>
|
||||
<key>(AerialVehicleLaunch, AerialVehicleLeftMap)</key>
|
||||
<value>VVE_VehicleRotorAirplane</value>
|
||||
<value>VVE_VehicleEngineRocket</value>
|
||||
</li>
|
||||
<li>
|
||||
<key>(AerialVehicleLanding, Spawned)</key>
|
||||
<value>VVE_VehicleRotorAirplane</value>
|
||||
<value>VVE_VehicleEngineRocket</value>
|
||||
</li>
|
||||
<li>
|
||||
<key>(AerialVehicleCrashLanding, Spawned)</key>
|
||||
<value>VVE_VehicleRotorAirplane</value>
|
||||
<value>VVE_VehicleEngineRocket</value>
|
||||
</li>
|
||||
</soundSustainersOnEvent>
|
||||
|
||||
@@ -79,8 +79,8 @@
|
||||
<li>
|
||||
<key>pilot</key>
|
||||
<label>Pilot</label>
|
||||
<slots>1</slots>
|
||||
<slotsToOperate>1</slotsToOperate>
|
||||
<slots>2</slots>
|
||||
<slotsToOperate>2</slotsToOperate>
|
||||
|
||||
<handlingTypes>
|
||||
<li>Movement</li>
|
||||
@@ -92,6 +92,18 @@
|
||||
</cells>
|
||||
</hitbox>
|
||||
</li>
|
||||
<li>
|
||||
<key>passenger</key>
|
||||
<label>Passenger</label>
|
||||
<slots>2</slots>
|
||||
|
||||
<hitbox>
|
||||
<cells>
|
||||
<li>(0, 3)</li>
|
||||
<li>(1, 3)</li>
|
||||
</cells>
|
||||
</hitbox>
|
||||
</li>
|
||||
</roles>
|
||||
</properties>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user