26 lines
1.6 KiB
XML
26 lines
1.6 KiB
XML
<?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> |