Commit Graph

5 Commits

Author SHA1 Message Date
깃 관리자 716cda7261 [WL-813w8] 결과창 정지 중 무적 · 게이트 전 보스 바 숨김 (#813) 2026-09-09 23:08:09 +09:00
깃 관리자 48b026ac35 [WL-813i2] 보스 연타 피격 후 무적 · 예고 회피 스텝 (#813) 2026-09-09 21:49:50 +09:00
깃 관리자 02a6336298 [WL-813m3] 사망 원인 진단 로그 · 피해 경로 가드 · 빈 머티리얼 가드 (#813)
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-09 19:04:07 +09:00
깃 관리자 b5b78218f1 [WL-813m2] 자동 물약 (#813)
자동전투 중 메인 PC HP 가 autoPotionHpRatio(SO · 0.35) 이하면 813i PotionUse.TryUse 로 물약을 자동 사용한다.

근거 = Q5 D-21(4분 런당 사망 3회 · 결과 화면 「사망 / 물약 = 3 / 0」 = 물약 미사용) + 813x(자동전투 기본 ON · eCommon.Auto · PCActor.cs:185) + 813i(PotionUse 공개 API) + 813y(PotionButton provider 연결).

- Assets/WL/Combat/Survival/AutoPotion.cs (신규) — 원본 훅 0 · UI 파일 0 · 폴링만
  · 잔량/쿨은 PotionUse.IsReady 로 먼저 걸러 거절 이벤트·GC 0
  · 자동전투 OFF(수동 전투) · 사망/부활 중 · PC 없음이면 무동작
- Survival.cs — SurvivalRunner.Update 에 AutoPotion.Tick 1줄(PotionUse.Tick 뒤)
- WLSurvivalSettings.cs/.asset — 값 5개 전부 SO(autoPotionEnabled/HpRatio/RequireAutoCombat/CheckSeconds/Log)
- C8 롤백 = autoPotionEnabled 1 → 0 (코드 무수정)

게이트 PASS · 프로브 AgentScripts/WL813m2_Probe.cs RESULT PASS(10절)
2026-09-09 13:54:03 +09:00
깃 관리자 c8787794a9 [WL-813i] 무적 해제·물약·사망/부활 (#813)
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-09 02:16:38 +09:00