This commit is contained in:
Tourswen
2025-10-24 00:49:24 +08:00
parent c2e26ed731
commit 15575c6486
23 changed files with 169 additions and 44 deletions

Binary file not shown.

View File

@@ -638,7 +638,7 @@
<defName>ARA_Tumorthrow</defName>
<label>菌瘤投掷</label>
<description>将一枚菌瘤投射到目标地点,将附近的大片地区转变为菌毯地形,以方便虫群进行活动。</description>
<iconPath>ArachnaeSwarm/UI/Abilities/ARA_TumorSpew</iconPath>
<iconPath>ArachnaeSwarm/UI/Abilities/ARA_Tumorthrow</iconPath>
<cooldownTicksRange>5000</cooldownTicksRange>
<aiCanUse>false</aiCanUse>
<displayOrder>300</displayOrder>

View File

@@ -1066,7 +1066,7 @@
<defName>ARA_Smokepop_Creeper</defName>
<label>迷雾种转换——菌毯支援</label>
<description>使迷雾种发生内驱性进化,以牺牲喷射信息素为代价,使其获得额外防御力、移动速度和大范围、高速铺设菌毯的能力。\n\n该进化过程不可逆</description>
<iconPath>ArachnaeSwarm/UI/Abilities/ARA_Smokepop_Production_Bacterium</iconPath>
<iconPath>ArachnaeSwarm/UI/Abilities/ARA_Smokepop_Creeper</iconPath>
<cooldownTicksRange>1800</cooldownTicksRange>
<hostile>false</hostile>
<groupAbility>true</groupAbility>

View File

@@ -11,10 +11,10 @@
<requiredCountAtGameStart>1</requiredCountAtGameStart>
<factionNameMaker>ARA_New_Hive_NamerFaction</factionNameMaker>
<factionIconPath>World/WorldObjects/Expanding/HoraxCult</factionIconPath>
<displayInFactionSelection>false</displayInFactionSelection>
<displayInFactionSelection>true</displayInFactionSelection>
<!-- <settlementGenerationWeight>1</settlementGenerationWeight> -->
<canSiege>false</canSiege>
<canStageAttacks>false</canStageAttacks>
<canSiege>true</canSiege>
<canStageAttacks>true</canStageAttacks>
<backstoryFilters>
<li>
<categories>
@@ -30,12 +30,12 @@
<colorSpectrum>
<li>(0.6, 0.5, 0.9)</li>
</colorSpectrum>
<arrivalModeWhitelist>
<!-- <arrivalModeWhitelist>
<li>EdgeDrop</li>
<li>EdgeDropGroups</li>
<!-- <li>CenterDrop</li> -->
<li>CenterDrop</li>
<li>RandomDrop</li>
</arrivalModeWhitelist>
</arrivalModeWhitelist> -->
<raidCommonalityFromPointsCurve>
<points>
<li>(300, 0)</li>
@@ -89,7 +89,7 @@
</points>
</raidLootValueFromPointsCurve>
<humanlikeFaction>true</humanlikeFaction>
<hidden>true</hidden>
<hidden>false</hidden>
<autoFlee>false</autoFlee>
<canUseAvoidGrid>false</canUseAvoidGrid>
<apparelStuffFilter>
@@ -97,7 +97,7 @@
<li>Cloth</li>
</thingDefs>
</apparelStuffFilter>
<earliestRaidDays>45</earliestRaidDays>
<earliestRaidDays>0</earliestRaidDays>
<permanentEnemy>true</permanentEnemy>
<hostileToFactionlessHumanlikes>true</hostileToFactionlessHumanlikes>
<maxPawnCostPerTotalPointsCurve>

View File

@@ -283,8 +283,8 @@
<comps>
<li Class="ArachnaeSwarm.CompProperties_HediffTerrainSpawn">
<terrainToSpawn>ARA_InsectCreep</terrainToSpawn>
<spawnRadius>8</spawnRadius>
<intervalTicks>60</intervalTicks>
<spawnRadius>7.7</spawnRadius>
<intervalTicks>30</intervalTicks>
<onlyWhenMoving>true</onlyWhenMoving>
</li>
</comps>

View File

@@ -622,7 +622,7 @@
<stages>
<li>
<statOffsets>
<VacuumResistance_Partial>0.99</VacuumResistance_Partial>
<VacuumResistance>0.99</VacuumResistance>
</statOffsets>
</li>
</stages>

View File

@@ -715,7 +715,7 @@
<defName>ARA_Technology_3CRP</defName>
<label>节点CRP-3"菌毯铺设"</label>
<description>允许迷雾种进行定向进化,抛弃喷射信息素的能力,以获得防御力、移动速度的增强和大规模铺设菌毯的能力。\n\n阿拉克涅虫群所有需要蓝图的科技其蓝图只能通过女皇种的基因试验卵获取。</description>
<baseCost>300</baseCost>
<baseCost>1300</baseCost>
<researchViewX>7.50</researchViewX>
<researchViewY>0.90</researchViewY>
<requiredResearchBuilding>ARA_ResearchBench</requiredResearchBuilding>

View File

@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="utf-8"?>
<Defs>
<ThingDef ParentName="GravshipComponentBase">
<defName>ARA_HiveShip_Heart</defName>
<label>猎手虫巢舰-心脏</label>
<description>一艘阿拉克涅虫群猎手虫巢舰的心脏。其功能和人类的逆重引擎类似</description>
<thingClass>ArachnaeSwarm.Building_ArachnaeGravEngine</thingClass>
<drawerType>RealtimeOnly</drawerType>
<tickerType>Normal</tickerType>
<minifiedDef>MinifiedThing</minifiedDef>
<graphicData>
<graphicClass>Graphic_Single</graphicClass>
<texPath>Things/Building/GravEngine/GravEngine</texPath>
<drawSize>(3,3)</drawSize>
<addTopAltitudeBias>true</addTopAltitudeBias>
</graphicData>
<statBases>
<MaxHitPoints>1500</MaxHitPoints>
<Mass>30</Mass>
<GravshipRange>0</GravshipRange>
<SubstructureSupport>800</SubstructureSupport>
<MarketValue>5000</MarketValue>
</statBases>
<!-- 应用 ModExtension -->
<modExtensions>
<li Class="ArachnaeSwarm.ArachnaeGravEngineExtension">
<inspectCommandTexPath>UI/Commands/ArachnaeInspect</inspectCommandTexPath>
<orbTexPath>Things/Building/ArachnaeGravEngine/ArachnaeGravEngine_Orb</orbTexPath>
<cooldownTexPath>Things/Building/ArachnaeGravEngine/ArachnaeGravEngine_Cooldown</cooldownTexPath>
<swarmIconPath>UI/Icons/ArachnaeSwarm</swarmIconPath>
</li>
</modExtensions>
<size>(3,3)</size>
<castEdgeShadows>true</castEdgeShadows>
<fillPercent>0.6</fillPercent>
<passability>PassThroughOnly</passability>
<pathCost>20</pathCost>
<canOverlapZones>false</canOverlapZones>
<building>
<ai_neverTrashThis>true</ai_neverTrashThis>
<deconstructible>false</deconstructible>
<relatedBuildCommands>
<li>GravshipHull</li>
</relatedBuildCommands>
<relatedTerrain>
<li>Substructure</li>
</relatedTerrain>
</building>
<comps>
<li Class="CompProperties_SubstructureFootprint">
<radius>18.9</radius>
</li>
<li Class="CompProperties_Glower">
<glowRadius>8</glowRadius>
<glowColor>(0,218,255,0)</glowColor>
</li>
<li Class="CompProperties_AffectedByFacilities">
<linkableFacilities>
<li>GravFieldExtender</li>
<li>PilotConsole</li>
<li>ChemfuelTank</li>
<li>LargeChemfuelTank</li>
<li>SmallThruster</li>
<li>LargeThruster</li>
<li>FuelOptimizer</li>
<li>SignalJammer</li>
<li>PilotSubpersonaCore</li>
<li>GravshipShieldGenerator</li>
</linkableFacilities>
</li>
<li Class="CompProperties_AmbientSound">
<sound>GravshipEngine_Ambient</sound>
</li>
</comps>
</ThingDef>
</Defs>

View File

@@ -17,13 +17,9 @@
<rotatable>false</rotatable>
<tickerType>Normal</tickerType>
<terrainAffordanceNeeded>Light</terrainAffordanceNeeded>
<minifiedDef>MinifiedThing</minifiedDef>
<generateCommonality>0</generateCommonality>
<tradeability>None</tradeability>
<thingSetMakerTags Inherit="False" />
<thingCategories>
<li>BuildingsMisc</li>
</thingCategories>
<statBases>
<Mass>10</Mass>
<MaxHitPoints>20</MaxHitPoints>
@@ -517,6 +513,10 @@
<MaxHitPoints>1500</MaxHitPoints>
<MarketValue>1500</MarketValue>
</statBases>
<minifiedDef>MinifiedThing</minifiedDef>
<thingCategories>
<li>BuildingsMisc</li>
</thingCategories>
<size>(3,3)</size>
<generateCommonality>1</generateCommonality>
<tradeability>None</tradeability>

View File

@@ -97,6 +97,7 @@
<ARA_QueenAlreadyExists>新诞生女皇种被基因性痉挛杀死了——由于阿拉克涅虫群在蜂巢意识层面上的结构性保护,一个虫巢只能有一只女皇种。</ARA_QueenAlreadyExists>
<ARA_ResurrectionPrevented>没有来自更高级节点的允许,{0} 将从基因层面拒绝任何复活。</ARA_ResurrectionPrevented>
<ARA_Eggsac_Spawning>正在孵化 {0} ,剩余时间: {1}</ARA_Eggsac_Spawning>
<CannotBeUninstalled>孵化期间无法重新安装</CannotBeUninstalled>
<ARAGeneExtractionComplete>{CASTER} 已经从 {TARGET} 的身上窃取基因</ARAGeneExtractionComplete>