feat: 플레이어 이상상태 HUD 표시 및 디버그 보강
- AbnormalityData에 UI 표시 여부 플래그를 추가하고 이상상태 목록 UI가 이를 반영하도록 정리 - PlayerHUD가 로컬 플레이어의 이상상태 요약 문자열을 런타임에 자동 생성해 표시하도록 확장 - 디버그 메뉴에 기절, 침묵, 집행자의 낙인 적용과 HUD 요약 로그 기능을 추가 - TMP 한글 폰트를 HUD 요약에 재사용하고 관련 폰트 아틀라스를 갱신 - Unity 리프레시, 빌드, 집행자의 낙인 HUD 출력 로그로 동작 검증
This commit is contained in:
@@ -17,6 +17,7 @@ MonoBehaviour:
|
||||
duration: 1
|
||||
level: 1
|
||||
isDebuff: 0
|
||||
showInUI: 0
|
||||
statModifiers: []
|
||||
periodicInterval: 0
|
||||
periodicValue: 0
|
||||
|
||||
@@ -17,6 +17,7 @@ MonoBehaviour:
|
||||
duration: 3
|
||||
level: 1
|
||||
isDebuff: 1
|
||||
showInUI: 1
|
||||
statModifiers: []
|
||||
periodicInterval: 0
|
||||
periodicValue: 0
|
||||
|
||||
@@ -17,6 +17,7 @@ MonoBehaviour:
|
||||
duration: 2
|
||||
level: 1
|
||||
isDebuff: 1
|
||||
showInUI: 1
|
||||
statModifiers: []
|
||||
periodicInterval: 0
|
||||
periodicValue: 0
|
||||
|
||||
@@ -17,6 +17,7 @@ MonoBehaviour:
|
||||
duration: 4
|
||||
level: 1
|
||||
isDebuff: 0
|
||||
showInUI: 1
|
||||
statModifiers: []
|
||||
periodicInterval: 0
|
||||
periodicValue: 0
|
||||
|
||||
@@ -17,6 +17,7 @@ MonoBehaviour:
|
||||
duration: 0
|
||||
level: 1
|
||||
isDebuff: 1
|
||||
showInUI: 1
|
||||
statModifiers: []
|
||||
periodicInterval: 0
|
||||
periodicValue: 0
|
||||
|
||||
@@ -17,6 +17,7 @@ MonoBehaviour:
|
||||
duration: 1.5
|
||||
level: 1
|
||||
isDebuff: 0
|
||||
showInUI: 1
|
||||
statModifiers: []
|
||||
periodicInterval: 0
|
||||
periodicValue: 0
|
||||
|
||||
@@ -17,6 +17,7 @@ MonoBehaviour:
|
||||
duration: 10
|
||||
level: 1
|
||||
isDebuff: 0
|
||||
showInUI: 0
|
||||
statModifiers: []
|
||||
periodicInterval: 0
|
||||
periodicValue: 0
|
||||
|
||||
@@ -17,6 +17,7 @@ MonoBehaviour:
|
||||
duration: 10
|
||||
level: 1
|
||||
isDebuff: 1
|
||||
showInUI: 0
|
||||
statModifiers: []
|
||||
periodicInterval: 0
|
||||
periodicValue: 0
|
||||
|
||||
Reference in New Issue
Block a user