This commit is contained in:
2025-12-12 22:42:10 +08:00
8 changed files with 903 additions and 10 deletions

View File

@@ -112,6 +112,14 @@
<value2>1</value2>
<storeAs>taxAmount</storeAs>
</li>
<li Class="WulaFallenEmpire.QuestNode_WriteToEventVariablesWithAdd">
<targetVariableName>WULA_Total_Tax_Amount</targetVariableName>
<sourceVariableName>taxAmount</sourceVariableName>
<value>0</value>
<writeMode>Set</writeMode>
<overwrite>true</overwrite>
</li>
<li Class="WulaFallenEmpire.QuestNode_CheckGlobalResource">
<resourceDef>Silver</resourceDef>
<requiredCount>$taxAmount</requiredCount>

View File

@@ -244,6 +244,18 @@
<count>1</count>
</li>
<!-- 附近的物品 -->
<li Class="ScenPart_ScatterThingsNearPlayerStart">
<def>ScatterThingsNearPlayerStart</def>
<thingDef>Steel</thingDef>
<count>500</count>
</li>
<li Class="ScenPart_ScatterThingsNearPlayerStart">
<def>ScatterThingsNearPlayerStart</def>
<thingDef>ComponentIndustrial</thingDef>
<count>30</count>
</li>
<!-- 初始科技 -->
<li Class="ScenPart_StartingResearch">
<def>StartingResearch</def>

View File

@@ -1882,7 +1882,6 @@
<tradeability>None</tradeability>
<highlightColor>(0.56, 0.62, 0.9)</highlightColor>
<uiIconPath>Wula/Building/WULA_Combat_Excavator_Icon</uiIconPath>
<designationCategory>WULA_Buildings</designationCategory>
<rotatable>false</rotatable>
<graphicData>
<texPath>Wula/Building/WULA_Combat_Excavator</texPath>
@@ -2332,7 +2331,6 @@
<tradeability>None</tradeability>
<highlightColor>(0.56, 0.62, 0.9)</highlightColor>
<uiIconPath>Wula/Building/WULA_Combat_Excavator_Icon</uiIconPath>
<designationCategory>WULA_Buildings</designationCategory>
<rotatable>false</rotatable>
<graphicData>
<texPath>Wula/Building/WULA_Combat_Excavator</texPath>
@@ -2432,23 +2430,23 @@
<explosions>
<li>
<damageDef>WULA_Combat_Excavator_Shoke_S_Damage</damageDef>
<radius>5</radius>
<damageDef>WULA_Sow_Excavator_Shoke_Damage</damageDef>
<radius>4</radius>
<armorPenetration>2</armorPenetration>
<damageAmount>10</damageAmount>
<explosionSound>Wula_Disturber_Turret_Weapon_Explosive</explosionSound>
</li>
<li>
<damageDef>WULA_Combat_Excavator_Shoke_S_Damage</damageDef>
<radius>7</radius>
<damageDef>WULA_Sow_Excavator_Shoke_Damage</damageDef>
<radius>6</radius>
<armorPenetration>2</armorPenetration>
<damageAmount>10</damageAmount>
<excludeRadius>0.9</excludeRadius>
<explosionSound>Wula_Disturber_Turret_Weapon_Explosive</explosionSound>
</li>
<li>
<damageDef>WULA_Combat_Excavator_Shoke_Damage</damageDef>
<radius>7</radius>
<damageDef>WULA_Sow_Excavator_Shoke_Damage</damageDef>
<radius>8</radius>
<armorPenetration>2</armorPenetration>
<damageAmount>20</damageAmount>
<excludeRadius>0.9</excludeRadius>

View File

@@ -4,6 +4,6 @@
<li>questName->什一税税收</li>
</WULA_Base_Tex_Quest.questNameRules.rulesStrings>
<WULA_Base_Tex_Quest.questDescriptionRules.rulesStrings>
<li>questDescription->唯死亡和税收不可避免——按时上交什一税是乌拉帝国殖民地的光荣义务。\n\n乌拉帝国每隔一个季度15天收一次什一税,什一税会从殖民地储存在舰队中的资产里面扣除,你可以建造&lt;color=#6BB7B7>&lt;i>乌拉帝国物资输送舱&lt;/i>&lt;/color>来将物资输送到位于轨道上的舰队。\n\n乌拉帝国对积极纳税的殖民地会给予更多关照——但是如果拖延则每延期一天都会惹其不快最后甚至有可能被定性为叛国</li>
<li>questDescription->唯死亡和税收不可避免——按时上交什一税是乌拉帝国殖民地的光荣义务。\n\n乌拉帝国每隔10天收一次什一税,什一税会从殖民地储存在舰队中的资产里面扣除,你可以建造&lt;color=#6BB7B7>&lt;i>乌拉帝国物资输送舱&lt;/i>&lt;/color>来将物资输送到位于轨道上的舰队。\n\n乌拉帝国对积极纳税的殖民地会给予更多关照——但是如果拖延则每延期一天都会惹其不快最后甚至有可能被定性为叛国</li>
</WULA_Base_Tex_Quest.questDescriptionRules.rulesStrings>
</LanguageData>