RimWorld

RimWorld

[LTS]Furnishing
XML for compatibility with AlphaMemes PristineLimestone floors
Here's XML to add to TerrainDefs_Floors.xml to add support for AlphaMemes pristine limestone

<!-- AlphMemes Pattern Even -->
<TerrainDef MayRequire="Sarg.AlphaMemes" ParentName="LTS_EvenBase">
<defName>LTS_PatternEvenPristineLimestone</defName>
<label>pristine limestone large tile</label>
<color>(170,157,125)</color>
<costList>
<AM_BlocksPristineLimestone>4</AM_BlocksPristineLimestone>
</costList>
</TerrainDef>

<!-- AlphMemes Pattern Uneven -->
<TerrainDef MayRequire="Sarg.AlphaMemes" ParentName="LTS_UnevenBase">
<defName>LTS_PatternUnevenPristineLimestone</defName>
<label>pristine limestone elaborate tile</label>
<color>(170,157,125)</color>
<costList>
<AM_BlocksPristineLimestone>4</AM_BlocksPristineLimestone>
</costList>
</TerrainDef>

<!-- AlphMemes Stone Gravel -->
<TerrainDef MayRequire="Sarg.AlphaMemes" ParentName="LTS_GravelBase">
<defName>LTS_GravelPristineLimestone</defName>
<label>pristine limestone gravel</label>
<color>(170,157,125)</color>
<costList>
<AM_BlocksPristineLimestone>4</AM_BlocksPristineLimestone>
</costList>
</TerrainDef>

<!-- AlphMemes Rough Square Diagonal -->
<TerrainDef MayRequire="Sarg.AlphaMemes" ParentName="LTS_RoughSquareDiagonalBase">
<defName>LTS_RoughSquareDiagonalPristineLimestone</defName>
<label>pristine limestone rough square diagonal path</label>
<color>(170,157,125)</color>
<costList>
<AM_BlocksPristineLimestone>3</AM_BlocksPristineLimestone>
</costList>
</TerrainDef>

<!-- AlphMemes Rough Square Straight -->
<TerrainDef MayRequire="Sarg.AlphaMemes" ParentName="LTS_RoughSquareStraightBase">
<defName>LTS_RoughSquareStraightPristineLimestone</defName>
<label>pristine limestone rough square straight path</label>
<color>(170,157,125)</color>
<costList>
<AM_BlocksPristineLimestone>3</AM_BlocksPristineLimestone>
</costList>
</TerrainDef>

<!-- AlphMemes Rough Horizontal tiles -->
<TerrainDef MayRequire="Sarg.AlphaMemes" ParentName="LTS_RoughTileBase_H">
<defName>LTS_RoughTileBaseHPristineLimestone</defName>
<label>pristine limestone rough horizontal path</label>
<color>(170,157,125)</color>
<costList>
<AM_BlocksPristineLimestone>3</AM_BlocksPristineLimestone>
</costList>
</TerrainDef>

<!-- AlphMemes Rough Horizontal tiles -->
<TerrainDef MayRequire="Sarg.AlphaMemes" ParentName="LTS_RoughTileBase_V">
<defName>LTS_RoughTileBaseVPristineLimestone</defName>
<label>pristine limestone rough vertical path</label>
<color>(170,157,125)</color>
<costList>
<AM_BlocksPristineLimestone>3</AM_BlocksPristineLimestone>
</costList>
</TerrainDef>