This commit is contained in:
2025-09-28 22:44:35 +08:00
parent 590a1014d0
commit b930826208
3 changed files with 40 additions and 5 deletions

Binary file not shown.

View File

@@ -14,9 +14,14 @@
<guardianProps Class="ArachnaeSwarm.CompProperties_GuardianPsyField">
<!-- Basic functionality -->
<radius>5.9</radius>
<hitPoints>150</hitPoints>
<hitPoints>1500</hitPoints>
<rechargeDelay>3200</rechargeDelay>
<rechargeHitPointsIntervalTicks>60</rechargeHitPointsIntervalTicks>
<!-- Psyfocus/Entropy Mechanics -->
<psyfocusCostForFullRecharge>0.5</psyfocusCostForFullRecharge> <!-- 50% of max psyfocus -->
<entropyGainPerDamage>0.1</entropyGainPerDamage> <!-- 1 entropy per 2 damage -->
<hitPointsPctPerInterval>0.01</hitPointsPctPerInterval> <!-- Restore 1% of max HP per interval -->
<!-- Interception types -->
<interceptGroundProjectiles>true</interceptGroundProjectiles>