RimWorld

RimWorld

Vanilla Vehicles Expanded
Feedback: Research Prerequisite Advanced Fabrication for Car Transmission
<ThingDef ParentName="VVE_CarPartBase"> <defName>VVE_CarTransmission</defName> <label>car transmission</label> <description>A dedicated, automatic transmission system delicately machined from hardened and durable materials. Due to its comparatively complex design, these are required in vehicles that require immense torque or excessive rotational speeds.</description> <graphicData> <texPath>Things/Item/Resource/CarPart_Transmission</texPath> <graphicClass>Graphic_Single</graphicClass> </graphicData> <statBases> <MarketValue>170</MarketValue> <Mass>7</Mass> <WorkToMake>4000</WorkToMake> </statBases> <costList> <Plasteel>10</Plasteel> <ComponentIndustrial>2</ComponentIndustrial> </costList> <recipeMaker> <researchPrerequisite>AdvancedFabrication</researchPrerequisite> </recipeMaker> <tradeTags> <li>VVE_CarPartAdvanced</li> </tradeTags> </ThingDef>

This is way too research intensive for the technology level involved. Early automatic transmissions, invented at the very beginning of the 20th Century, did not need microprocessors.

<!-- all the costLists are placeholders for now -->

Please consider changing the Research Prerequisite for this to Machining.