Skip to content

Commit

Permalink
Added research requirement + Light Terrain Affordance
Browse files Browse the repository at this point in the history
This was only added so people could build this cosmetic terrain
  • Loading branch information
TheLoneTec committed Mar 3, 2025
1 parent 41acd5a commit 8500789
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Mods/Core_SK/Patches/Asphalt_Road_Patch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,20 @@
<Beauty>0</Beauty>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/TerrainDef[defName = "BrokenAsphalt"]</xpath>
<value>
<researchPrerequisites>
<li>Concrete_floor_C1</li>
</researchPrerequisites>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/TerrainDef[defName = "BrokenAsphalt"]</xpath>
<value>
<terrainAffordanceNeeded>Light</terrainAffordanceNeeded>
</value>
</li>
</operations>
</Operation>

Expand Down

0 comments on commit 8500789

Please sign in to comment.