暂存
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
<capMods>
|
<capMods>
|
||||||
<li>
|
<li>
|
||||||
<capacity>Moving</capacity>
|
<capacity>Moving</capacity>
|
||||||
<offset>-0.4</offset>
|
<offset>-0.5</offset>
|
||||||
</li>
|
</li>
|
||||||
</capMods>
|
</capMods>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@@ -66,7 +66,7 @@
|
|||||||
<buildingDef>ARA_Building_SpiderOne</buildingDef>
|
<buildingDef>ARA_Building_SpiderOne</buildingDef>
|
||||||
<hediffOnEmptyFuel>ARA_PowerArmor_NoFuel</hediffOnEmptyFuel>
|
<hediffOnEmptyFuel>ARA_PowerArmor_NoFuel</hediffOnEmptyFuel>
|
||||||
<fuelConsumptionRate>0.5</fuelConsumptionRate>
|
<fuelConsumptionRate>0.5</fuelConsumptionRate>
|
||||||
<powerArmorWeapon>ARA_RW_Icez_Mortar</powerArmorWeapon>
|
<powerArmorWeapon>ARA_RW_Icez_Mortar_Turretgun</powerArmorWeapon>
|
||||||
</li>
|
</li>
|
||||||
</modExtensions>
|
</modExtensions>
|
||||||
<recipeMaker>
|
<recipeMaker>
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<Defs>
|
<Defs>
|
||||||
<ThingDef ParentName="BaseHumanMakeableGun">
|
<ThingDef ParentName="BaseHumanMakeableGun" Name="ARA_RW_Icez_Mortar">
|
||||||
<defName>ARA_RW_Icez_Mortar</defName>
|
<defName>ARA_RW_Icez_Mortar</defName>
|
||||||
<label>武装器官"霜星炮"</label>
|
<label>武装器官"霜星炮"</label>
|
||||||
<description>阿拉克涅虫群督虫使用大型远程武装器官,可以发射极度冰冷的霜冻气团,被接触到的敌人会产生霜冻爆炸,一旦被冻结不会立即致死,但随之而来的任何外来伤害都会立刻摧毁脆弱的冰雕。</description>
|
<description>阿拉克涅虫群督虫使用大型远程武装器官,可以发射极度冰冷的霜冻气团,被接触到的敌人会产生霜冻爆炸,一旦被冻结不会立即致死,但随之而来的任何外来伤害都会立刻摧毁脆弱的冰雕。</description>
|
||||||
@@ -117,4 +117,11 @@
|
|||||||
</li>-->
|
</li>-->
|
||||||
</comps>
|
</comps>
|
||||||
</ThingDef>
|
</ThingDef>
|
||||||
|
|
||||||
|
<ThingDef ParentName="ARA_RW_Icez_Mortar">
|
||||||
|
<defName>ARA_RW_Icez_Mortar_Turretgun</defName>
|
||||||
|
<destroyOnDrop>true</destroyOnDrop>
|
||||||
|
<recipeMaker Inherit="False">
|
||||||
|
</recipeMaker>
|
||||||
|
</ThingDef>
|
||||||
</Defs>
|
</Defs>
|
||||||
Reference in New Issue
Block a user