[WL-Q4a] Lead 값 핫픽스(F-7): 피해 배율 몹 0.5→0.2 · 보스 0.5→0.35(D-1) · 피격 비네트 알파 0.35→0.75(D-6) (#813)

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
깃 관리자 2026-09-09 08:59:59 +09:00
parent 18be826184
commit d3e1e87943
2 changed files with 3 additions and 3 deletions

View File

@ -15,9 +15,9 @@ MonoBehaviour:
enabled: 1 enabled: 1
verboseLog: 0 verboseLog: 0
takeMobDamage: 1 takeMobDamage: 1
mobDamageMultiplier: 0.5 mobDamageMultiplier: 0.2
takeBossDamage: 1 takeBossDamage: 1
bossDamageMultiplier: 0.5 bossDamageMultiplier: 0.35
eliteCountsAsBoss: 0 eliteCountsAsBoss: 0
potionCountPerRun: 3 potionCountPerRun: 3
potionHealRate: 0.4 potionHealRate: 0.4

View File

@ -47,5 +47,5 @@ MonoBehaviour:
hitVignetteEnabled: 1 hitVignetteEnabled: 1
hitVignetteSeconds: 0.3 hitVignetteSeconds: 0.3
hitVignetteThicknessPx: 140 hitVignetteThicknessPx: 140
hitVignetteColor: {r: 1, g: 0.165, b: 0.165, a: 0.35} hitVignetteColor: {r: 1, g: 0.165, b: 0.165, a: 0.75}
verboseLog: 0 verboseLog: 0