暂存喷吐版

This commit is contained in:
2025-09-22 14:26:51 +08:00
parent 23b1b6dd3b
commit 2771ee610a
3 changed files with 1 additions and 5 deletions

Binary file not shown.

View File

@@ -120,12 +120,11 @@
<RangedWeapon_Cooldown>2.5</RangedWeapon_Cooldown>
</statBases>
<verbs>
<li>
<li Class="ArachnaeSwarm.VerbProperties_ShootSprayMulti">
<verbClass>ArachnaeSwarm.Verb_ShootSprayMulti</verbClass>
<hasStandardCommand>true</hasStandardCommand>
<forceNormalTimeSpeed>false</forceNormalTimeSpeed>
<warmupTime>1.0</warmupTime>
<forcedMissRadius>1</forcedMissRadius>
<defaultProjectile>ARA_Proj_StrongSludgeSpray</defaultProjectile>
<isMortar>false</isMortar>
<requireLineOfSight>false</requireLineOfSight>

View File

@@ -16,9 +16,6 @@ namespace ArachnaeSwarm
private int lastDetectedTick = -99999;
private static float lastNotified = -99999f;
private const float NotifyCooldownSeconds = 60f;
private Pawn Sightstealer => (Pawn)parent;
public HediffDef GetTargetInvisibilityDef()