Passion & UI

This commit is contained in:
SoulliesOfficial
2026-06-12 17:11:39 -04:00
parent 7bc1e1722c
commit 6d7ebc5825
3444 changed files with 865284 additions and 463132 deletions

View File

@@ -161,7 +161,7 @@ namespace Cielonos.MainGame.Characters
public static DodgeSource Default(CharacterBase sourceCharacter, float duration = Mathf.Infinity)
{
DodgeSource defaultDodge = new DodgeSource(sourceCharacter, null,
"DefaultDodge", 0, "NormalDodge", "PerfectDodge", duration, 0.2f);
"DefaultDodge", 0, "NormalDodge", "PerfectDodge", duration, 0.15f);
if (sourceCharacter is Player player)
{
defaultDodge.onPerfectDodge = () =>