暂存
This commit is contained in:
Binary file not shown.
@@ -34,10 +34,6 @@
|
|||||||
</statBases>
|
</statBases>
|
||||||
<tickerType>Normal</tickerType>
|
<tickerType>Normal</tickerType>
|
||||||
<comps>
|
<comps>
|
||||||
<li Class="CompProperties_Power">
|
|
||||||
<compClass>CompPowerTrader</compClass>
|
|
||||||
<basePowerConsumption>500</basePowerConsumption>
|
|
||||||
</li>
|
|
||||||
<li Class="CompProperties_Refuelable">
|
<li Class="CompProperties_Refuelable">
|
||||||
<fuelLabel>导弹</fuelLabel>
|
<fuelLabel>导弹</fuelLabel>
|
||||||
<fuelGizmoLabel>导弹</fuelGizmoLabel>
|
<fuelGizmoLabel>导弹</fuelGizmoLabel>
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
<speed>50</speed>
|
<speed>50</speed>
|
||||||
<explosionRadius>5.9</explosionRadius>
|
<explosionRadius>5.9</explosionRadius>
|
||||||
<soundExplode>MortarBomb_Explode</soundExplode>
|
<soundExplode>MortarBomb_Explode</soundExplode>
|
||||||
|
<flyOverhead>true</flyOverhead>
|
||||||
</projectile>
|
</projectile>
|
||||||
<modExtensions>
|
<modExtensions>
|
||||||
<li Class="ArachnaeSwarm.CruiseMissileProperties">
|
<li Class="ArachnaeSwarm.CruiseMissileProperties">
|
||||||
|
|||||||
@@ -51,11 +51,6 @@ namespace ArachnaeSwarm
|
|||||||
|
|
||||||
private bool CanFireGlobal(out string reason)
|
private bool CanFireGlobal(out string reason)
|
||||||
{
|
{
|
||||||
if (!this.powerComp.PowerOn)
|
|
||||||
{
|
|
||||||
reason = "NoPower".Translate().CapitalizeFirst();
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
var refuelableComp = this.TryGetComp<CompRefuelable>();
|
var refuelableComp = this.TryGetComp<CompRefuelable>();
|
||||||
if (refuelableComp != null && !refuelableComp.HasFuel)
|
if (refuelableComp != null && !refuelableComp.HasFuel)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user