RimWorld

RimWorld

Expanded Materials - Metals (old version)
The Old One 10 Jan, 2023 @ 8:13pm
quick addition to VFE architect patch
With Royalty installed VFE architect will add fine metal tile floors. I added this to your VFE architect patch to give it bronze and stainless steel versions of the fine metal tile floor when Royalty is installed

<li Class="PatchOperationFindMod"> <mods> <li>Royalty</li> </mods> <match Class="PatchOperationSequence"> <operations> <li Class="PatchOperationAdd"> <xpath>/Defs</xpath> <value> <TerrainDef ParentName="FineMetalTileBase"> <defName>VMEu_VFEArch_FineBronzeTile</defName> <label>fine bronze tile</label> <renderPrecedence>241</renderPrecedence> <color>(229,174,108)</color> <statBases> <Beauty>8</Beauty> <WorkToBuild>800</WorkToBuild> <Cleanliness>0.1</Cleanliness> </statBases> <costList> <VMEu_Bronze>20</VMEu_Bronze> </costList> </TerrainDef> <TerrainDef ParentName="FineMetalTileBase"> <defName>VMEu_VFEArch_FineStainlessSteelTile</defName> <label>fine stainless steel tile</label> <renderPrecedence>241</renderPrecedence> <color>(195, 204, 217)</color> <statBases> <Beauty>6</Beauty> <WorkToBuild>800</WorkToBuild> <Cleanliness>0.4</Cleanliness> </statBases> <costList> <VMEu_StainlessSteel>20</VMEu_StainlessSteel> </costList> </TerrainDef> </value> </li> </operations> </match> </li>