This commit is contained in:
Tourswen
2025-11-26 23:16:56 +08:00
parent c91c222801
commit dbc823108f
9 changed files with 16 additions and 13 deletions

View File

@@ -70,11 +70,6 @@
<thingDef>Apparel_WULA_Manpack_Loitering_Munition</thingDef> <thingDef>Apparel_WULA_Manpack_Loitering_Munition</thingDef>
<count>2</count> <count>2</count>
</li> </li>
<li Class="ScenPart_StartingThing_Defined">
<def>StartingThing_Defined</def>
<thingDef>WULA_Charging_Station_Synth</thingDef>
<count>2</count>
</li>
<li Class="ScenPart_StartingThing_Defined"> <li Class="ScenPart_StartingThing_Defined">
<def>StartingThing_Defined</def> <def>StartingThing_Defined</def>
<thingDef>WULA_Charge_Cube</thingDef> <thingDef>WULA_Charge_Cube</thingDef>

View File

@@ -92,7 +92,7 @@
<label>维护伤害</label> <label>维护伤害</label>
<description>乌拉帝国合成人因为伤害导致维护度损失的程度。数值越高,受到伤害时损失越多维护度。</description> <description>乌拉帝国合成人因为伤害导致维护度损失的程度。数值越高,受到伤害时损失越多维护度。</description>
<category>WULA_Synth</category> <category>WULA_Synth</category>
<defaultBaseValue>0.0025</defaultBaseValue> <defaultBaseValue>0.005</defaultBaseValue>
<toStringStyle>PercentZero</toStringStyle> <toStringStyle>PercentZero</toStringStyle>
<showOnMechanoids>true</showOnMechanoids> <showOnMechanoids>true</showOnMechanoids>
<showOnDrones>true</showOnDrones> <showOnDrones>true</showOnDrones>

View File

@@ -3,20 +3,18 @@
<ThingDef ParentName="BuildingBase"> <ThingDef ParentName="BuildingBase">
<defName>WULA_OrbitalTradeBeacon</defName> <defName>WULA_OrbitalTradeBeacon</defName>
<label>乌拉轨道输送信标</label> <label>乌拉轨道输送信标</label>
<description>负责协调殖民地与轨道上的乌拉帝国舰队进行材料输送的信标,空投建筑会优先从信标覆盖区域吸纳资源完成空投。</description>
<thingClass>Building_OrbitalTradeBeacon</thingClass> <thingClass>Building_OrbitalTradeBeacon</thingClass>
<thingCategories Inherit="False"> <thingCategories Inherit="False">
<li>BuildingsMisc</li> <li>BuildingsMisc</li>
</thingCategories> </thingCategories>
<graphicData> <graphicData>
<texPath>Things/Building/Misc/DropBeacon</texPath> <texPath>Wula/Building/WULA_OrbitalTradeBeacon</texPath>
<graphicClass>Graphic_Single</graphicClass> <graphicClass>Graphic_Single</graphicClass>
<shadowData> <shadowData>
<volume>(0.3, 0.2, 0.3)</volume> <volume>(0.3, 0.2, 0.3)</volume>
<offset>(0,0,-0.1)</offset> <offset>(0,0,-0.1)</offset>
</shadowData> </shadowData>
<damageData>
<rect>(0.2,0.2,0.6,0.6)</rect>
</damageData>
</graphicData> </graphicData>
<altitudeLayer>Building</altitudeLayer> <altitudeLayer>Building</altitudeLayer>
<minifiedDef>MinifiedThing</minifiedDef> <minifiedDef>MinifiedThing</minifiedDef>
@@ -26,7 +24,6 @@
<Flammability>0.5</Flammability> <Flammability>0.5</Flammability>
<Mass>5</Mass> <Mass>5</Mass>
</statBases> </statBases>
<description>负责协调殖民地与轨道上的乌拉帝国舰队进行材料输送的信标.</description>
<drawerType>MapMeshAndRealTime</drawerType> <drawerType>MapMeshAndRealTime</drawerType>
<drawPlaceWorkersWhileSelected>true</drawPlaceWorkersWhileSelected> <drawPlaceWorkersWhileSelected>true</drawPlaceWorkersWhileSelected>
<fillPercent>0.15</fillPercent> <fillPercent>0.15</fillPercent>

View File

@@ -39,9 +39,9 @@
<constructionSkillPrerequisite>0</constructionSkillPrerequisite> <constructionSkillPrerequisite>0</constructionSkillPrerequisite>
<resourcesFractionWhenDeconstructed>1</resourcesFractionWhenDeconstructed> <resourcesFractionWhenDeconstructed>1</resourcesFractionWhenDeconstructed>
<stuffCategories Inherit="False" /> <stuffCategories Inherit="False" />
<researchPrerequisites Inherit="False"> <!-- <researchPrerequisites Inherit="False">
<li>WULA_Structure_Technology</li> <li>WULA_Structure_Technology</li>
</researchPrerequisites> </researchPrerequisites> -->
<costStuffCount>0</costStuffCount> <costStuffCount>0</costStuffCount>
<costList> <costList>
<WULA_Alloy>4</WULA_Alloy> <WULA_Alloy>4</WULA_Alloy>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

11
mod.vdf Normal file
View File

@@ -0,0 +1,11 @@
"workshopitem"
{
"appid" "294100"
"contentfolder" "E:\\SteamLibrary\\steamapps\\common\\RimWorld\\Mods\\WulaFallenEmpireTest"
"previewfile" "E:\\SteamLibrary\\steamapps\\common\\RimWorld\\Mods\\WulaFallenEmpireTest\\About\\Preview.png"
"visibility" "3"
"title" "Wula Fallen Empire V2"
"changenote" "1.6"
"publishedfileid" "3604325124"
}