This commit is contained in:
2025-10-15 14:58:32 +08:00
parent 9c2b791bd2
commit 500e13da70
3 changed files with 11 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
<capMods>
<li>
<capacity>Moving</capacity>
<offset>-0.4</offset>
<offset>-0.5</offset>
</li>
</capMods>
</li>

View File

@@ -66,7 +66,7 @@
<buildingDef>ARA_Building_SpiderOne</buildingDef>
<hediffOnEmptyFuel>ARA_PowerArmor_NoFuel</hediffOnEmptyFuel>
<fuelConsumptionRate>0.5</fuelConsumptionRate>
<powerArmorWeapon>ARA_RW_Icez_Mortar</powerArmorWeapon>
<powerArmorWeapon>ARA_RW_Icez_Mortar_Turretgun</powerArmorWeapon>
</li>
</modExtensions>
<recipeMaker>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<ThingDef ParentName="BaseHumanMakeableGun">
<ThingDef ParentName="BaseHumanMakeableGun" Name="ARA_RW_Icez_Mortar">
<defName>ARA_RW_Icez_Mortar</defName>
<label>武装器官"霜星炮"</label>
<description>阿拉克涅虫群督虫使用大型远程武装器官,可以发射极度冰冷的霜冻气团,被接触到的敌人会产生霜冻爆炸,一旦被冻结不会立即致死,但随之而来的任何外来伤害都会立刻摧毁脆弱的冰雕。</description>
@@ -117,4 +117,11 @@
</li>-->
</comps>
</ThingDef>
<ThingDef ParentName="ARA_RW_Icez_Mortar">
<defName>ARA_RW_Icez_Mortar_Turretgun</defName>
<destroyOnDrop>true</destroyOnDrop>
<recipeMaker Inherit="False">
</recipeMaker>
</ThingDef>
</Defs>