feat: 방어 시스템과 드로그 검증 경로 정리
- 애니메이션 이벤트 기반 방어/유지/해제 흐름과 HUD 피드백, 방어 디버그 로그를 추가했다. - 드로그 기본기1 테스트 패턴을 정리하고 공격 판정을 OnEffect 기반으로 옮기며 드로그 범위 효과의 타겟 레이어를 정상화했다. - 플레이어 퀵슬롯 테스트 세팅과 적-플레이어 겹침 방지 로직을 조정해 충돌 시 적이 수평 이동을 멈추고 최소 분리만 수행하게 했다.
This commit is contained in:
@@ -35,10 +35,27 @@ MonoBehaviour:
|
||||
cooldown: 0
|
||||
manaCost: 0
|
||||
maxGemSlotCount: 0
|
||||
castStartEffects:
|
||||
- {fileID: 11400000, guid: 8b2a9b2de17f448a4a3e7d3d603688b7, type: 2}
|
||||
triggeredEffects: []
|
||||
castStartEffects: []
|
||||
triggeredEffects:
|
||||
- triggerIndex: 0
|
||||
effects:
|
||||
- {fileID: 11400000, guid: 8b2a9b2de17f448a4a3e7d3d603688b7, type: 2}
|
||||
isChanneling: 0
|
||||
loopPhase:
|
||||
enabled: 0
|
||||
loopMode: 1
|
||||
maxDuration: 3
|
||||
tickInterval: 0.5
|
||||
tickEffects: []
|
||||
exitEffects: []
|
||||
loopVfxPrefab: {fileID: 0}
|
||||
loopVfxMountPath:
|
||||
loopVfxLengthScale: 1
|
||||
loopVfxWidthScale: 1
|
||||
releasePhase:
|
||||
enabled: 0
|
||||
animationClips: []
|
||||
startEffects: []
|
||||
channelDuration: 3
|
||||
channelTickInterval: 0.5
|
||||
channelTickEffects: []
|
||||
|
||||
Reference in New Issue
Block a user