斜角墙

This commit is contained in:
2025-07-17 11:11:40 +08:00
parent 16ec93b99d
commit a2b732362b
59 changed files with 304 additions and 33 deletions

View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<!-- 这里的节点名 "WulaFallenEmpire.WulaHullDef" 必须与C#代码中的 "命名空间.类名" 完全一致 -->
<WulaFallenEmpire.WulaHullDef>
<defName>WulaHullConfig</defName>
<label>乌拉船体斜角配置</label>
<!-- 指定这个斜角效果应用在哪个建筑上 (使用建筑的defName) -->
<targetDef>WulaWall</targetDef>
<!-- 指定渲染时使用的着色器类型。CutoutComplex是建筑和墙体很常用的选项 -->
<shaderType>CutoutComplex</shaderType>
<!-- 占位符: 所有贴图路径都暂时指向原版奥德赛DLC的贴图 -->
<texPath_Corner_NW>Things/Building/Linked/GravshipHull/AngledGravshipHull_northwest</texPath_Corner_NW>
<texPath_Corner_NE>Things/Building/Linked/GravshipHull/AngledGravshipHull_northeast</texPath_Corner_NE>
<texPath_Corner_SW>Things/Building/Linked/GravshipHull/AngledGravshipHull_southwest</texPath_Corner_SW>
<texPath_Corner_SE>Things/Building/Linked/GravshipHull/AngledGravshipHull_southeast</texPath_Corner_SE>
<texPath_Diagonal_NW>Things/Building/Linked/GravshipHull/AngledGravshipHull_Partial_northwest</texPath_Diagonal_NW>
<texPath_Diagonal_NE>Things/Building/Linked/GravshipHull/AngledGravshipHull_Partial_northeast</texPath_Diagonal_NE>
<texPath_Diagonal_SW>Things/Building/Linked/GravshipHull/AngledGravshipHull_Partial_southwest</texPath_Diagonal_SW>
<texPath_Diagonal_SE>Things/Building/Linked/GravshipHull/AngledGravshipHull_Partial_southeast</texPath_Diagonal_SE>
</WulaFallenEmpire.WulaHullDef>
</Defs>