feat: 경직 면역 기반 시전 보호 및 지원 스킬 안정성 보강

- 경직 면역 이상상태와 시전 시작 효과를 추가해 철벽, 방어 태세, 치유, 광역 치유, 보호막에 데이터 기반 시전 보호를 연결
- AbnormalityManager와 HitReactionController가 경직 면역 상태를 존중하도록 보강해 일반 피격 반응으로 인한 즉시 취소를 줄임
- SkillData에 castStartEffects를 추가하고 SkillController가 시전 시작 효과를 실행하도록 확장
- 드로그전 재검증에서 철벽, 치유, 광역 치유가 실제 전투 중 취소 없이 완료되는 것을 확인하고 보호막의 후속 피격 체감을 추가 점검 대상으로 정리
- HUD/문서 반영 과정에서 필요한 TMP_MaruBuri, TMP_SuseongBatang 아틀라스 갱신을 함께 포함
This commit is contained in:
2026-03-25 02:47:27 +09:00
parent 8d21922e2f
commit 35a5b272cb
16 changed files with 1424 additions and 20 deletions

View File

@@ -26,5 +26,7 @@ MonoBehaviour:
blockOtherSkillsWhileCasting: 1
cooldown: 16
manaCost: 30
castStartEffects:
- {fileID: 11400000, guid: e7d0d605c1c2449ebc41f1a713670d6b, type: 2}
effects:
- {fileID: 11400000, guid: d33ec3ec97ad8084e81bb5a60f1e0eca, type: 2}

View File

@@ -26,5 +26,7 @@ MonoBehaviour:
blockOtherSkillsWhileCasting: 1
cooldown: 10
manaCost: 12
castStartEffects:
- {fileID: 11400000, guid: e7d0d605c1c2449ebc41f1a713670d6b, type: 2}
effects:
- {fileID: 11400000, guid: a7024f38a9ce6c94ba466164604bde3b, type: 2}

View File

@@ -26,5 +26,7 @@ MonoBehaviour:
blockOtherSkillsWhileCasting: 1
cooldown: 18
manaCost: 24
castStartEffects:
- {fileID: 11400000, guid: e7d0d605c1c2449ebc41f1a713670d6b, type: 2}
effects:
- {fileID: 11400000, guid: 65ed1eabc2fb73d43b86230317222608, type: 2}

View File

@@ -26,5 +26,7 @@ MonoBehaviour:
blockOtherSkillsWhileCasting: 1
cooldown: 18
manaCost: 20
castStartEffects:
- {fileID: 11400000, guid: e7d0d605c1c2449ebc41f1a713670d6b, type: 2}
effects:
- {fileID: 11400000, guid: bc418a5bb985ee34395994d50918086b, type: 2}

View File

@@ -26,5 +26,7 @@ MonoBehaviour:
blockOtherSkillsWhileCasting: 1
cooldown: 8
manaCost: 18
castStartEffects:
- {fileID: 11400000, guid: e7d0d605c1c2449ebc41f1a713670d6b, type: 2}
effects:
- {fileID: 11400000, guid: fa5f619fe89f93f4293a0d5edcfe9592, type: 2}

View File

@@ -0,0 +1,28 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 639a0e2e83c292b4aaf5bc4b1532f099, type: 3}
m_Name: Data_SkillEffect_Player_시전시경직면역_0_강화
m_EditorClassIdentifier: Colosseum.Game::Colosseum.Skills.Effects.CombatBuffEffect
targetType: 0
targetTeam: 0
areaCenter: 0
areaShape: 0
targetLayers:
serializedVersion: 2
m_Bits: 0
areaRadius: 3
fanOriginDistance: 1
fanRadius: 3
fanHalfAngle: 45
abnormalityData: {fileID: 11400000, guid: f4f55b61c9d04fd2b83b9c80e81fa0a2, type: 2}
threatMultiplier: 1
threatMultiplierDuration: 0

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: e7d0d605c1c2449ebc41f1a713670d6b