This commit is contained in:
Tourswen
2025-10-12 16:22:52 +08:00
parent 33da85bb0f
commit 5625982e22
23 changed files with 118 additions and 35 deletions

View File

@@ -909,6 +909,7 @@
<terrainDefs>
<li>ARA_InsectCreep</li>
<li>ARA_InsectCreepFloor</li>
<li>ARA_InsectCreepTile</li>
</terrainDefs>
<!-- <casterTerrainFailMessage>在阿拉克涅菌毯上才能使用此技能</casterTerrainFailMessage>
<disabledReasonKey>不在阿拉克涅菌毯上</disabledReasonKey> -->
@@ -976,6 +977,7 @@
<terrainDefs>
<li>ARA_InsectCreep</li>
<li>ARA_InsectCreepFloor</li>
<li>ARA_InsectCreepTile</li>
</terrainDefs>
<!-- <casterTerrainFailMessage>在阿拉克涅菌毯上才能使用此技能</casterTerrainFailMessage>
<disabledReasonKey>不在阿拉克涅菌毯上</disabledReasonKey> -->
@@ -1037,6 +1039,7 @@
<terrainDefs>
<li>ARA_InsectCreep</li>
<li>ARA_InsectCreepFloor</li>
<li>ARA_InsectCreepTile</li>
</terrainDefs>
<!-- <casterTerrainFailMessage>在阿拉克涅菌毯上才能使用此技能</casterTerrainFailMessage>
<disabledReasonKey>不在阿拉克涅菌毯上</disabledReasonKey> -->
@@ -1443,6 +1446,7 @@
<terrainDefs>
<li>ARA_InsectCreep</li>
<li>ARA_InsectCreepFloor</li>
<li>ARA_InsectCreepTile</li>
</terrainDefs>
<!-- <casterTerrainFailMessage>在阿拉克涅菌毯上才能使用此技能</casterTerrainFailMessage>
<disabledReasonKey>不在阿拉克涅菌毯上</disabledReasonKey> -->

View File

@@ -27,6 +27,7 @@
<terrainDefs>
<li>ARA_InsectCreep</li>
<li>ARA_InsectCreepFloor</li>
<li>ARA_InsectCreepTile</li>
</terrainDefs>
<!-- <casterTerrainFailMessage>在阿拉克涅菌毯上才能使用此技能</casterTerrainFailMessage>
<disabledReasonKey>不在阿拉克涅菌毯上</disabledReasonKey> -->

View File

@@ -329,7 +329,7 @@
<HediffDef>
<defName>ARA_Myrmecocystus_Production_InsectJelly</defName>
<label>产出虫蜜</label>
<description>这只阿拉克涅蜜罐种正在产出虫蜜以滋养虫群。一只蜜罐种每天产出10份阿拉克涅虫蜜。</description>
<description>这只阿拉克涅蜜罐种正在产出虫蜜以滋养虫群。一只蜜罐种每天产出15份阿拉克涅虫蜜。</description>
<descriptionHyperlinks>
<ThingDef>ARA_InsectJelly</ThingDef>
<HediffDef>ARA_Myrmecocystus_Production_Medicine</HediffDef>
@@ -360,7 +360,7 @@
<!-- 要生成的物品的ThingDef。 -->
<thingToSpawn>ARA_InsectJelly</thingToSpawn>
<!-- 每次生成的基础物品数量。 -->
<spawnCount>10</spawnCount>
<spawnCount>15</spawnCount>
<!--
==================================================
生成周期 (Spawning Interval)
@@ -939,7 +939,7 @@
<HediffDef>
<defName>ARA_Skyraider_Base</defName>
<label>飞行巨兽</label>
<description>阿拉克涅空天种是天空的统治者,她们身躯庞大但又敏捷致命,在携带大型武器的同时还拥有其他人难以企及的机动性。</description>
<description>阿拉克涅空天种是天空的统治者,她们身躯庞大但又敏捷致命,在携带大型武器的同时还拥有其他人难以企及的机动性。她们可以强制携带搬运尚未倒地的己方虫族,以增强慢速虫族在战场上的机动性。</description>
<hediffClass>HediffWithComps</hediffClass>
<defaultLabelColor>(0.6, 0.4, 0.8)</defaultLabelColor>
<isBad>false</isBad>

View File

@@ -31,51 +31,51 @@
<label>minor</label>
<minSeverity>0.2</minSeverity>
<statFactors>
<IncomingDamageFactor>1.25</IncomingDamageFactor>
<IncomingDamageFactor>1.1</IncomingDamageFactor>
</statFactors>
<statOffsets>
<ArmorRating_Sharp>-0.15</ArmorRating_Sharp>
<ArmorRating_Blunt>-0.1</ArmorRating_Blunt>
<ArmorRating_Sharp>-0.2</ArmorRating_Sharp>
<ArmorRating_Blunt>-0.2</ArmorRating_Blunt>
</statOffsets>
</li>
<li>
<label>moderate</label>
<minSeverity>0.35</minSeverity>
<statFactors>
<IncomingDamageFactor>1.75</IncomingDamageFactor>
<IncomingDamageFactor>1.25</IncomingDamageFactor>
</statFactors>
<statOffsets>
<ArmorRating_Sharp>-0.35</ArmorRating_Sharp>
<ArmorRating_Blunt>-0.3</ArmorRating_Blunt>
<ArmorRating_Sharp>-0.5</ArmorRating_Sharp>
<ArmorRating_Blunt>-0.5</ArmorRating_Blunt>
</statOffsets>
</li>
<li>
<label>serious</label>
<minSeverity>0.5</minSeverity>
<statFactors>
<IncomingDamageFactor>2.35</IncomingDamageFactor>
<IncomingDamageFactor>1.65</IncomingDamageFactor>
</statFactors>
<statOffsets>
<ArmorRating_Sharp>-0.65</ArmorRating_Sharp>
<ArmorRating_Blunt>-0.6</ArmorRating_Blunt>
<ArmorRating_Sharp>-1</ArmorRating_Sharp>
<ArmorRating_Blunt>-1</ArmorRating_Blunt>
</statOffsets>
</li>
<li>
<label>extreme</label>
<minSeverity>0.65</minSeverity>
<statFactors>
<IncomingDamageFactor>2.85</IncomingDamageFactor>
<IncomingDamageFactor>1.85</IncomingDamageFactor>
</statFactors>
<statOffsets>
<ArmorRating_Sharp>-0.8</ArmorRating_Sharp>
<ArmorRating_Blunt>-0.75</ArmorRating_Blunt>
<ArmorRating_Sharp>-1.3</ArmorRating_Sharp>
<ArmorRating_Blunt>-1.3</ArmorRating_Blunt>
</statOffsets>
</li>
<li>
<label>completely</label>
<minSeverity>0.85</minSeverity>
<statFactors>
<IncomingDamageFactor>3.25</IncomingDamageFactor>
<IncomingDamageFactor>2</IncomingDamageFactor>
</statFactors>
<statOffsets>
<ArmorRating_Sharp>-2</ArmorRating_Sharp>

View File

@@ -134,7 +134,7 @@
<HediffDef>
<defName>ARA_HiveStrength</defName>
<label>虫群活力</label>
<description>这只阿拉克涅虫族的修复细胞与众不同,它能以非常快的速度自动治愈伤势,甚至是再生出一些已经损失的器官。</description>
<description>这只阿拉克涅虫族的修复细胞与众不同,它能以非常快的速度自动治愈伤势,甚至是再生出一些已经损失的器官。此外,这种强大的细胞也能给予其抵御酸蚀和阿拉克涅虫酸的伤害。</description>
<hediffClass>HediffWithComps</hediffClass>
<defaultLabelColor>(0.6, 0.4, 0.8)</defaultLabelColor>
<isBad>false</isBad>
@@ -162,7 +162,7 @@
<HediffDef>
<defName>ARA_HiveStrength_Low</defName>
<label>虫群健壮</label>
<description>阿拉克涅虫族的伤势修复能力相当强大,它们能从各种致命打击中快速恢复。</description>
<description>阿拉克涅虫族的伤势修复能力相当强大,它们能从各种致命打击中快速恢复。此外,这种强大的细胞也能给予其抵御酸蚀和阿拉克涅虫酸的伤害。</description>
<hediffClass>HediffWithComps</hediffClass>
<defaultLabelColor>(0.6, 0.4, 0.8)</defaultLabelColor>
<isBad>false</isBad>

View File

@@ -18,6 +18,7 @@
<!-- 您可以在这里添加更多地形, 比如: -->
<li>ARA_InsectCreep</li>
<li>ARA_InsectCreepFloor</li>
<li>ARA_InsectCreepTile</li>
</terrainDefs>
<!-- 站在目标地形上时,每次检查的严重性变化量 -->
@@ -72,6 +73,7 @@
<!-- 您可以在这里添加更多地形, 比如: -->
<li>ARA_InsectCreep</li>
<li>ARA_InsectCreepFloor</li>
<li>ARA_InsectCreepTile</li>
</terrainDefs>
<!-- 站在目标地形上时,每次检查的严重性变化量 -->
@@ -126,6 +128,7 @@
<!-- 您可以在这里添加更多地形, 比如: -->
<li>ARA_InsectCreep</li>
<li>ARA_InsectCreepFloor</li>
<li>ARA_InsectCreepTile</li>
</terrainDefs>
<!-- 站在目标地形上时,每次检查的严重性变化量 -->

View File

@@ -504,6 +504,7 @@
<!-- 您可以在这里添加更多地形, 比如: -->
<li>ARA_InsectCreep</li>
<li>ARA_InsectCreepFloor</li>
<li>ARA_InsectCreepTile</li>
</terrainDefs>
<!-- 站在目标地形上时,每次检查的严重性变化量 -->

View File

@@ -457,6 +457,8 @@
<thoughtSettings>
<!-- 不会产生的想法 -->
<cannotReceiveThoughts>
<li>ColonistLost</li>
<li>KnowColonistDied</li>
<li>PsychicDrone</li>
<li>ARA_CreepyCrawly</li>
<li>Naked</li>

View File

@@ -361,20 +361,11 @@
</graphicData>
<projectile>
<damageDef>ARA_Fist_Needle</damageDef>
<damageAmountBase>5</damageAmountBase>
<armorPenetrationBase>0.75</armorPenetrationBase>
<damageAmountBase>2</damageAmountBase>
<armorPenetrationBase>0.25</armorPenetrationBase>
<speed>40</speed>
</projectile>
</ThingDef>
<ThingDef ParentName="Bullet_ARA_RW_Basic_Fist_Needle_Gun">
<defName>Bullet_ARA_RW_Basic_Fist_Needle_Gun_SG</defName>
<label>毒针</label>
<modExtensions>
<li Class="ArachnaeSwarm.ShotgunExtension">
<pelletCount>5</pelletCount>
</li>
</modExtensions>
</ThingDef>
<ThingDef ParentName="BaseHumanMakeableGun">
<defName>ARA_RW_Toxic_Needle_MG</defName>
<label>武装器官"风暴刺针枪"</label>
@@ -461,6 +452,16 @@
</li>
</modExtensions>
</ThingDef>
<ThingDef ParentName="Bullet_ARA_RW_Basic_Fist_Needle_Gun" Name="Bullet_ARA_RW_Toxic_Needle_MG">
<defName>Bullet_ARA_RW_Toxic_Needle_MG</defName>
<label>毒针</label>
<projectile>
<damageDef>ARA_Fist_Needle</damageDef>
<damageAmountBase>4</damageAmountBase>
<armorPenetrationBase>0.5</armorPenetrationBase>
<speed>40</speed>
</projectile>
</ThingDef>
<ThingDef ParentName="BaseHumanMakeableGun">
<defName>ARA_RW_Toxic_Needle_SG</defName>
<label>武装器官"绽放刺枪"</label>
@@ -547,6 +548,18 @@
</li>
</modExtensions>
</ThingDef>
<ThingDef ParentName="Bullet_ARA_RW_Toxic_Needle_MG">
<defName>Bullet_ARA_RW_Basic_Fist_Needle_Gun_SG</defName>
<label>毒针</label>
<modExtensions>
<li Class="ArachnaeSwarm.ShotgunExtension">
<pelletCount>5</pelletCount>
</li>
</modExtensions>
<projectile>
<armorPenetrationBase>0.7</armorPenetrationBase>
</projectile>
</ThingDef>
<ThingDef ParentName="BaseBullet">
<defName>ARA_Bullet_SniperCannon</defName>
<label>阿拉克涅棘刺</label>

View File

@@ -3,7 +3,7 @@
<TerrainDef ParentName="NaturalTerrainBase">
<defName>ARA_InsectCreep</defName>
<label>阿拉克涅菌毯</label>
<description>阿拉克涅虫族所铺设的由真菌、甲壳素分泌物混合得到的地面,会自动在各种拉克涅虫族建筑附近蔓延。这种奇特的结构质地紧密且暗藏大量营养输送组织,可以支撑重型建筑、种植作物、加速其上的阿拉克涅虫族移动速度,但是除了虫族以外没人想踩在这坨软乎乎的活体结构上。</description>
<description>阿拉克涅虫族所铺设的由真菌、甲壳素分泌物混合得到的地面,会自动在各种拉克涅虫族建筑附近蔓延。这种奇特的结构质地紧密且暗藏大量营养输送组织,可以支撑重型建筑、种植作物、加速其上的阿拉克涅虫族移动速度,但是除了虫族以外没人想踩在这坨软乎乎的活体结构上。</description>
<designationCategory>ARA_Buildings</designationCategory>
<texturePath>ArachnaeSwarm/Terrain/Surfaces/ARA_InsectCreep</texturePath>
<pollutionOverlayTexturePath>Terrain/Surfaces/AncientMegastructure</pollutionOverlayTexturePath>
@@ -99,6 +99,48 @@
<li>PlaceWorker_BuildingsValidOverSubstructure</li>
</placeWorkers>
</TerrainDef>
<TerrainDef ParentName="FloorBase">
<defName>ARA_InsectCreepTile</defName>
<label>阿拉克涅菌毯砖</label>
<renderPrecedence>243</renderPrecedence>
<description>阿拉克涅虫族混合钢铁和甲壳素在菌毯地形上所砌的地板,比单纯的菌毯规整很多,易于清理,不会往外冒粘液,除了丧失肥沃度外,继承了虫族菌毯其他的特性。</description>
<texturePath>ArachnaeSwarm/Terrain/Surfaces/ARA_InsectCreepTile</texturePath>
<pollutionOverlayTexturePath>Terrain/Surfaces/AncientMegastructure</pollutionOverlayTexturePath>
<pollutionShaderType MayRequire="Ludeon.RimWorld.Biotech">TerrainFadeRoughSoftLight</pollutionShaderType>
<pollutionTintColor>(0.95, 0.95, 0.93, 1)</pollutionTintColor>
<pollutionColor>(240,240,240)</pollutionColor>
<color>(209, 207, 184)</color>
<isPaintable>true</isPaintable>
<edgeType>Hard</edgeType>
<designationCategory>ARA_Buildings</designationCategory>
<statBases>
<WorkToBuild>1600</WorkToBuild>
<Cleanliness>0.6</Cleanliness>
<CleaningTimeFactor>0.6</CleaningTimeFactor>
<Beauty>2</Beauty>
</statBases>
<costList>
<Steel>3</Steel>
<ARA_Carapace>5</ARA_Carapace>
</costList>
<pathCost>10</pathCost>
<constructEffect>ConstructMetal</constructEffect>
<constructionSkillPrerequisite>6</constructionSkillPrerequisite>
<researchPrerequisites>
<li>ARA_Base_Technology</li>
</researchPrerequisites>
<uiOrder>2050</uiOrder>
<affordances Inherit="False">
<li>ARA_Creep</li>
<li>Walkable</li>
<li>Light</li>
<li>Medium</li>
<li>Heavy</li>
</affordances>
<tags>
<li>ARA_Creep</li>
</tags>
</TerrainDef>
<ThingDef ParentName="Wall">
<defName>ARA_InsectWall</defName>

View File

@@ -2,7 +2,25 @@
<ModMetaData>
<name>Arachnae Swarm</name>
<author>Tourswen</author>
<description>Arachnae Swarm Race.</description>
<description>QQ群 776288478有问题进来优先反馈优先解答
游玩须知:
1.这个mod属大型mod拥有独立于原版的发展体系需要一定的时间熟悉mod
2.包含二次元美术风格元素,没有计划做非二次元版。
3.大部分东西单拎出来可能没这么正义但是叠加在一起就会变成正义mod
4.在虫群的殖民地,死亡和降生都是高频率事件
背景故事:
早在人类文明初露曙光之前,阿拉克涅虫群——那古老而致命的格式塔意识——便已将蜂巢意志的触须伸向星海。它们如宇宙的行军蚁,所过之处,万物同化,星辰黯淡,一个又一个世界沦为蜂巢网络中冰冷的节点。
然而,无尽的扩张终遇强敌。来自闪耀世界的联军殊死一搏,竟奇迹般地斩断了虫群的意志纽带。刹那间,亿万虫族军团沦为星海间的无头苍蝇,残部四散溃逃,蛰伏于被遗忘的边缘世界……
但这远非终结。这不过是虫群无数触须中的一条。如今,在这片被文明遗弃的角落,沉眠的恐怖正悄然苏醒。阿拉克涅虫群,即将重拾它对边缘世界的支配,并再度加入虫群的大军开启那场吞噬万物的远征。
种族特色:
蜂群思维:阿拉克涅虫群的殖民地是格式塔意识殖民地,她们以女皇种为核心,女皇种下辖各阿拉克涅督虫,督虫下辖各阿拉克涅辅虫,分工明确,各司其职。
卵生异兽:阿拉克涅虫群诞生于女皇种所诞下的卵,而非低效的胎生。她们能在几天至几十天内从脆弱的卵变成强大的战士,并立刻投入工作和战斗。
血肉军团:阿拉克涅虫群并不使用传统意义上的枪炮——她们的武器是诞生于阿拉克涅孵化茧的武装器官,变态发育的单器官生命,这些喷吐着酸液、毒针和寄生虫的危险武装依然能让敌人望而却步。
定向进化:阿拉克涅虫群拥有诸多亚种,她们可以根据蜂巢意志的需求,转变为其亚种中的一种,以牺牲一个方面的力量来获取另一个方面的力量。
营建大师:阿拉克涅虫群拥有强大的地形适应性,她们可以依据当地的环境扩散菌毯,建造虫巢,无论是酷寒冰盖还是炎热火山,她们都能扎根其中。
永恒行军:阿拉克涅虫群所有的意识最终汇流于阿拉克涅的女皇种,因此阿拉克涅所有非女皇种虫族只有最基础的生理需求——虫群无惧死亡,只有不断的进军,直到将命定的陨落带给敌方。</description>
<supportedVersions>
<li>1.6</li>
</supportedVersions>

View File

@@ -1 +1 @@
3563955520
3584635117

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

@@ -4,9 +4,8 @@
"appid" "294100"
"contentfolder" "E:\\SteamLibrary\\steamapps\\common\\RimWorld\\Mods\\ArachnaeSwarm"
"previewfile" "E:\\SteamLibrary\\steamapps\\common\\RimWorld\\Mods\\ArachnaeSwarm\\About\\Preview.png"
"visibility" "3"
"visibility" "0"
"title" "Arachnae Swarm"
"description" "Arachnae Swarm"
"changenote" "1.6"
"publishedfileid" "3563955520"
"publishedfileid" "3584635117"
}

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 MiB