feat: 드로그 Phase 3 연타2강타-도약 조합 패턴 추가
- Phase 3 대표 조합 패턴 에셋 생성 (Data_Pattern_Drog_연타2강타-도약) - 연타2-강타(오른손치기+스윙) → 대기 0.5초 → 조건부 도약(점프+점프착지) - minPhase=3, category=Big, cooldown=22초 - 거리 초과 대상 없으면 도약 스킵 - BT에 조합 패턴 브랜치 추가 (comboBranch → Sequence 구조) - Sequence: 연타2강타 실행 → Branch(거리 초과 대상 존재?) → 도약 실행 - IsTargetBeyondDistanceCondition으로 조건부 도약이 BT에 시각화됨 - Drog 프리팹 comboPattern 슬롯에 에셋 할당 - 도약 패턴에 targetMode: Mobility 추가 - BT 리빌드 스크립트에 combo Sequence 구조 반영 - 전체 노드 간격 확대 (stepY 220→320)으로 가독성 개선
This commit is contained in:
@@ -2194,7 +2194,7 @@ MonoBehaviour:
|
||||
secondaryPattern: {fileID: 11400000, guid: 4a52d59d590b4eaa9ef92b7984eb08c7, type: 2}
|
||||
mobilityPattern: {fileID: 11400000, guid: 88e6cc7cab28baf4c8f8a742247000ec, type: 2}
|
||||
utilityPattern: {fileID: 11400000, guid: 9f7ab8078af64fd9a6ff4c9ce6aa9d3a, type: 2}
|
||||
comboPattern: {fileID: 0}
|
||||
comboPattern: {fileID: 11400000, guid: d4e7f2a6b8c31095e1a3c5d7f9b2d4e8, type: 2}
|
||||
punishPattern: {fileID: 11400000, guid: fe5100f855d14c0faac44b6d4f2c771e, type: 2}
|
||||
signaturePattern: {fileID: 11400000, guid: 5e732b41722c45288bb6234f3e3fa638, type: 2}
|
||||
phase2HealthThreshold: 0.75
|
||||
|
||||
Reference in New Issue
Block a user