tweak(BT12-Dev-Clone): 분신 공격 딜레이 0.5 → 0.25 (50% 단축·PD 지시 2026-05-18)

FIRE_DELAY_SECONDS = 0.5f → 0.25f
- PD 명세 5번 원본 (0.5초) → PD 본 영역 영역 영역 0.25초 단축
- 분신 영역 Player 영역 영역 영역 더 빠른 영역 동일 스킬 미러링

MCP 검증: refresh_unity + read_console errors 0
This commit is contained in:
깃 관리자 2026-05-18 19:13:30 +09:00
parent b9c17e9ab5
commit d603e59126
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ namespace EerieVillage.Skills.Effectors
/// <summary>PD 결정 — 분신 자동 소멸 시간 (초). Lv 업 시 추후 증가 (balance-designer).</summary> /// <summary>PD 결정 — 분신 자동 소멸 시간 (초). Lv 업 시 추후 증가 (balance-designer).</summary>
public const float LIFETIME_SECONDS = 12f; public const float LIFETIME_SECONDS = 12f;
/// <summary>PD 명세 — 공격 시작 딜레이 (초).</summary> /// <summary>PD 명세 — 공격 시작 딜레이 (초). PD 지시 2026-05-18: 0.5 → 0.25 (50% 단축).</summary>
public const float FIRE_DELAY_SECONDS = 0.5f; public const float FIRE_DELAY_SECONDS = 0.25f;
/// <summary>PD 명세 — 분신 spawn 위치 (facing 반대 방향 1유닛).</summary> /// <summary>PD 명세 — 분신 spawn 위치 (facing 반대 방향 1유닛).</summary>
public const float SPAWN_OFFSET_X = 1f; public const float SPAWN_OFFSET_X = 1f;