This commit is contained in:
2026-02-03 17:13:09 +08:00
parent ec37348732
commit 7973cf2af4
2 changed files with 16 additions and 0 deletions

View File

@@ -191,6 +191,19 @@
</li>
</comps>
</AbilityDef>
<ThingDef Name="ARA_EggSpew_Base_Proj" ParentName="BaseGrenadeProjectile" Abstract="True">
<thingClass>Projectile_SpawnsThing</thingClass>
<graphicData>
<texPath>ArachnaeSwarm/Building/ARA_EggSac</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<projectile>
<damageDef>Bullet</damageDef>
<speed>21</speed>
<damageAmountBase>0</damageAmountBase>
<tryAdjacentFreeSpaces>true</tryAdjacentFreeSpaces>
</projectile>
</ThingDef>
<ThingDef ParentName="ARA_EggSpew_Base_Proj">
<defName>ARA_Proj_Tumor</defName>
<label>阿拉克涅菌瘤</label>

View File

@@ -1242,6 +1242,9 @@
<li>ARA_Psy_Source</li>
</tags>
</BodyPartDef>
<BodyPartTagDef>
<defName>ARA_Psy_Source</defName>
</BodyPartTagDef>
<BodyPartDef>
<defName>ARA_Pouch</defName>
<label>蜕荚</label>