1.5 Update Memleak Fixed DDS Optimizations

This commit is contained in:
2024-08-30 14:59:16 -04:00
parent 0047762ec7
commit a3987bf535
58 changed files with 5873 additions and 0 deletions

View File

@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- change all refrences of phoneix to Genesis-->
<Defs>
<Vehicles.VehicleBuildDef ParentName="VehicleBaseBuildable">
<defName>VVE_Genesis_Blueprint</defName>
<label>Genesis</label>
<description>An aerial transport ship designed to raid, assault, and bomb. Highly advanced, created by an ancient civilization.\n\n&lt;color=#bb8f04&gt;Crew:&lt;/color&gt; Pilot x1 Passengers x18\n&lt;color=#bb8f04&gt;Fuel type:&lt;/color&gt; Chemfuel</description>
<designationCategory>VF_Vehicles</designationCategory>
<graphicData>
<texPath>Things/Vehicles/Tier3.9/Tier3.9_Genesis/Genesis</texPath>
<graphicClass>Graphic_Multi</graphicClass>
<drawSize>(11, 11)</drawSize>
</graphicData>
<statBases>
<MaxHitPoints>500</MaxHitPoints>
<WorkToBuild>16000</WorkToBuild>
<Flammability>0.5</Flammability>
</statBases>
<size>(11, 11)</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>700</Steel>
<Plasteel>1200</Plasteel>
<Gold>500</Gold>
<Silver>10500</Silver>
<Synthread>240</Synthread>
<Neutroamine>100</Neutroamine>
<ComponentIndustrial>24</ComponentIndustrial>
<ComponentSpacer>8</ComponentSpacer>
</costList>
<soundImpactDefault>BulletImpact_Metal</soundImpactDefault>
<thingToSpawn>VVE_Genesis</thingToSpawn>
<constructionSkillPrerequisite>6</constructionSkillPrerequisite>
</Vehicles.VehicleBuildDef>
</Defs>