Merge branch 'main' of https://github.com/Cocopomel/Paniel_the_Automata
This commit is contained in:
commit
a31d4c6406
@ -76,77 +76,4 @@
|
||||
<li>Fabrication</li>
|
||||
</researchPrerequisites>
|
||||
</ThingDef>
|
||||
|
||||
<!--<ThingDef ParentName="BuildingBase">
|
||||
<defName>PN_Vendingmachine</defName>
|
||||
<label>automaton vending machine</label>
|
||||
<thingClass>Building_WorkTable</thingClass>
|
||||
<thingCategories>
|
||||
<li>BuildingsProduction</li>
|
||||
</thingCategories>
|
||||
<description>...</description>
|
||||
<graphicData>
|
||||
<texPath>Things/Building/Vending/PNV</texPath>
|
||||
<graphicClass>Graphic_Multi</graphicClass>
|
||||
<shadowData>
|
||||
<volume>(1.6, 0.6, 0.1)</volume>
|
||||
<offset>(0, 0, 0.35)</offset>
|
||||
</shadowData>
|
||||
<drawSize>(2.5,2.5)</drawSize>
|
||||
<shaderType>CutoutComplex</shaderType>
|
||||
</graphicData>
|
||||
<altitudeLayer>Building</altitudeLayer>
|
||||
<drawPlaceWorkersWhileSelected>true</drawPlaceWorkersWhileSelected>
|
||||
<rotatable>true</rotatable>
|
||||
<tickerType>Normal</tickerType>
|
||||
<minifiedDef>MinifiedThing</minifiedDef>
|
||||
<socialPropernessMatters>true</socialPropernessMatters>
|
||||
<fillPercent>0.35</fillPercent>
|
||||
<costStuffCount>100</costStuffCount>
|
||||
<costList>
|
||||
<Steel>60</Steel>
|
||||
<ComponentIndustrial>16</ComponentIndustrial>
|
||||
</costList>
|
||||
<statBases>
|
||||
<WorkToBuild>40000</WorkToBuild>
|
||||
<MaxHitPoints>80</MaxHitPoints>
|
||||
<Flammability>1.0</Flammability>
|
||||
<Mass>8</Mass>
|
||||
</statBases>
|
||||
<pathCost>70</pathCost>
|
||||
<passability>PassThroughOnly</passability>
|
||||
<size>(1,1)</size>
|
||||
<defaultPlacingRot>South</defaultPlacingRot>
|
||||
<interactionCellOffset>(0,0,1)</interactionCellOffset>
|
||||
<hasInteractionCell>true</hasInteractionCell>
|
||||
<researchPrerequisites>
|
||||
</researchPrerequisites>
|
||||
<constructionSkillPrerequisite>8</constructionSkillPrerequisite>
|
||||
<inspectorTabs>
|
||||
<li>ITab_Bills</li>
|
||||
</inspectorTabs>
|
||||
<building>
|
||||
<spawnedConceptLearnOpportunity>BillsTab</spawnedConceptLearnOpportunity>
|
||||
</building>
|
||||
<designationCategory>Production</designationCategory>
|
||||
<placeWorkers>
|
||||
<li>PlaceWorker_PreventInteractionSpotOverlap</li>
|
||||
</placeWorkers>
|
||||
<comps>
|
||||
<li Class="CompProperties_Power">
|
||||
<compClass>CompPowerTrader</compClass>
|
||||
<basePowerConsumption>250</basePowerConsumption>
|
||||
<shortCircuitInRain>true</shortCircuitInRain>
|
||||
</li>
|
||||
<li Class="CompProperties_Flickable"/>
|
||||
<li Class="CompProperties_Breakdownable"/>
|
||||
</comps>
|
||||
<recipes>
|
||||
<li>Make_ComponentIndustrial</li>
|
||||
<li>Make_ComponentSpacer</li>
|
||||
</recipes>
|
||||
<tradeTags>
|
||||
<li>ExoticMisc</li>
|
||||
</tradeTags>
|
||||
</ThingDef>-->
|
||||
</Defs>
|
9
1.2/Patches/Vanilla.xml
Normal file
9
1.2/Patches/Vanilla.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>*/WorkGiverDef[defName="DoBillsFabricationBench"]/fixedBillGiverDefs</xpath>
|
||||
<value>
|
||||
<li>PN_AutomatonBench</li>
|
||||
</value>
|
||||
</Operation>
|
||||
</Patch>
|
Loading…
x
Reference in New Issue
Block a user