[Abnormality] 이상 상태 시스템 구현

- 이상 상태 데이터 (버프/디버프) ScriptableObject 정의
- 런타임임 활성 이상 상태 관리 (ActiveAbnormality)
- 캐릭터터별 AbnormalityManager 컴포넌트로 이상 상태 적용/제거
- 스킬 효과(AbnormalityEffect)로 스킬에 이상 상태 연동
- UI 슬롯 및 목록 표시 구현 (버프/디버프 구분)
- 테스트 코드 및 씬 설정 추가

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-11 01:35:02 +09:00
parent 8add066c3c
commit ec99e302ed
35 changed files with 2586 additions and 38 deletions

View File

@@ -20,6 +20,7 @@ GameObject:
- component: {fileID: 6048740021537676210}
- component: {fileID: 6912018896034183004}
- component: {fileID: 6585367215453362640}
- component: {fileID: 7524694206394173403}
m_Layer: 0
m_Name: Player
m_TagString: Untagged
@@ -134,6 +135,7 @@ MonoBehaviour:
gravity: -9.81
jumpForce: 5
skillController: {fileID: 0}
animator: {fileID: 0}
--- !u!114 &194806265065691022
MonoBehaviour:
m_ObjectHideFlags: 0
@@ -193,8 +195,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier: Colosseum.Game::Colosseum.Player.PlayerNetworkController
ShowTopMostFoldoutHeaderGroup: 1
maxHealth: 100
maxMana: 50
characterStats: {fileID: 0}
--- !u!114 &8606252901290138286
MonoBehaviour:
m_ObjectHideFlags: 0
@@ -248,7 +249,10 @@ Animator:
m_LinearVelocityBlending: 0
m_StabilizeFeet: 0
m_AnimatePhysics: 0
m_WarningMessage:
m_WarningMessage: "\nBinding warning: Some generic clip(s) animate transforms that
are already bound by a Humanoid avatar. These transforms can only be changed
by Humanoid clips.\n\tTransform 'Toes_R'\n\tTransform 'Toes_R'\n\tFrom animation
clip 'A_Idle_Base_Sword'\n\tFrom animation clip 'A_Attack_LightCombo01A_Sword'"
m_HasTransformHierarchy: 1
m_AllowConstantClipSamplingOptimization: 1
m_KeepAnimatorStateOnDisable: 0
@@ -287,6 +291,8 @@ MonoBehaviour:
baseController: {fileID: 9100000, guid: db718381bb2992e469c76c64015e065b, type: 2}
baseSkillClip: {fileID: -7717634560727564301, guid: 079bd00af1b92964d8973dcbf2dcd21f, type: 3}
debugMode: 1
showAreaDebug: 1
debugDrawDuration: 1
--- !u!114 &6585367215453362640
MonoBehaviour:
m_ObjectHideFlags: 0
@@ -308,6 +314,22 @@ MonoBehaviour:
- {fileID: 0}
- {fileID: 0}
skillController: {fileID: 6912018896034183004}
networkController: {fileID: 0}
--- !u!114 &7524694206394173403
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6473031571298860035}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 1301e893694bcc741a7c4c9be05334ad, type: 3}
m_Name:
m_EditorClassIdentifier: Colosseum.Game::Colosseum.StatusEffects.StatusEffectManager
ShowTopMostFoldoutHeaderGroup: 1
characterStats: {fileID: 0}
networkController: {fileID: 0}
--- !u!1001 &7705728874586931617
PrefabInstance:
m_ObjectHideFlags: 0