Skip to content

Commit

Permalink
Added Quarry patch for Mudstone and Claystone
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLoneTec committed Feb 27, 2025
1 parent f0f5f43 commit 4d12c96
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions Mods/Quarry/1.5/Patches/Patches_Core_SK.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,36 @@
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs</xpath>
<value>
<Quarry.QuarryableStoneDef>
<defName>ZF_Mudstone_Override</defName>
<rockDef>ZF_MudstoneBase</rockDef> <!-- most important -->
<chunkDef>ZF_ChunkMudstone</chunkDef> <!-- will be worked out from the rockDef if left blank -->
<blockDef>ZF_BlocksMudstone</blockDef> <!-- will be worked out from the rockDef if left blank -->
<terrainDefs> <!-- any terrainDefs you want to yield the above when under a quarry -->
<!--li>GU_RedQuartzBase</li-->
<li>ZF_MudstoneBase_Rough</li>
</terrainDefs>
</Quarry.QuarryableStoneDef>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs</xpath>
<value>
<Quarry.QuarryableStoneDef>
<defName>ZF_Claystone_Override</defName>
<rockDef>ZF_ClaystoneBase</rockDef> <!-- most important -->
<chunkDef>ChunkClaystone</chunkDef> <!-- will be worked out from the rockDef if left blank -->
<blockDef>ZF_BlocksClay</blockDef> <!-- will be worked out from the rockDef if left blank -->
<terrainDefs> <!-- any terrainDefs you want to yield the above when under a quarry -->
<!--li>GU_RedQuartzBase</li-->
<li>ZF_ClaystoneBase_Rough</li>
</terrainDefs>
</Quarry.QuarryableStoneDef>
</value>
</Operation>

</Patch>

0 comments on commit 4d12c96

Please sign in to comment.