This commit is contained in:
SoulliesOfficial
2026-05-26 10:48:49 -04:00
parent b5cb6152ff
commit 76f498ae2b
15 changed files with 170 additions and 156 deletions

View File

@@ -372,7 +372,8 @@ namespace Cielonos.MainGame.Inventory.Collections
float magnitude = hitFeedback == "SingleNormalHit" ? 0.12f : 0.06f;
positionShakeAction.amplitude = vfxData.Get(vfxName).slashScreenPosition.normalized * magnitude;
feedbackSc.PlayFeedback(hitFeedback);
new ElectronicParalysis.Progress(100f).Apply(enemy, player, this);
ModifyTechniqueScore(0.02f);
if (attackUnit.unitName == "InstantAttack")