This commit is contained in:
2025-09-03 13:45:48 +08:00
parent ef3f64cb88
commit 7890ea858c
3 changed files with 30 additions and 40 deletions

View File

@@ -79,11 +79,16 @@
<skillLevels>
<li>
<skill>Plants</skill>
<level>10</level> <!-- 动物生成时种植技能固定为8级 -->
<level>8</level> <!-- 动物生成时种植技能固定为8级 -->
</li>
<li>
<skill>Mining</skill>
<level>8</level> <!-- 动物生成时采矿技能固定为8级 -->
</li>
</skillLevels>
<instantTrainables>
<li>ARA_Sowing</li> <!-- 动物生成时,立即完成播种训练 -->
<li>Dig</li>
</instantTrainables>
<disableAllSkillDecay>true</disableAllSkillDecay> <!-- 阻止这个动物的所有技能衰减 -->
</li>

View File

@@ -612,7 +612,7 @@
<milkIntervalDays>1</milkIntervalDays>
<milkAmount>14</milkAmount>
</li>
<!-- <li Class="ArachnaeSwarm.CompProperties_AutoMechCarrier">
<li Class="ArachnaeSwarm.CompProperties_AutoMechCarrier">
<freeProduction>true</freeProduction>
<disableHediff>WULA_MechCarrierSwitchHediff</disableHediff>
<fixedIngredient>ARA_InsectJelly</fixedIngredient>
@@ -624,11 +624,11 @@
<li>
<pawnKind>ArachnaeBase_Race_Scavenger</pawnKind>
<count>3</count>
<cooldownTicks>6000</cooldownTicks>
<cooldownTicks>60000</cooldownTicks>
</li>
</productionQueue>
<spawnEffecter>CocoonDestroyed</spawnEffecter>
</li> -->
</li>
</comps>
<!-- 基础属性设置 -->

View File

@@ -48,27 +48,12 @@
</li>
<li Class="ArachnaeSwarm.CompProperties_SpawnPawnFromList">
<pawnKinds>
<li>Megascarab</li>
<li>Spelopede</li>
<li>Megaspider</li>
<li>ArachnaeNode_Race_Myrmecocystus</li>
</pawnKinds>
<whitelist>
<li>ARA_ArachnaeQueen</li>
</whitelist>
<pawnKindDelays>
<li>
<pawnKind>Megascarab</pawnKind>
<delay>3000</delay>
</li>
<li>
<pawnKind>Spelopede</pawnKind>
<delay>3000</delay>
</li>
<li>
<pawnKind>Megaspider</pawnKind>
<delay>3000</delay>
</li>
<li>
<pawnKind>ArachnaeNode_Race_Myrmecocystus</pawnKind>
<delay>300</delay>