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:
31
Assets/_Game/Data/Patterns/Data_Pattern_Drog_연타2강타-도약.asset
Normal file
31
Assets/_Game/Data/Patterns/Data_Pattern_Drog_연타2강타-도약.asset
Normal file
@@ -0,0 +1,31 @@
|
||||
%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: 0ce956e0878565343974c31b8111c0c6, type: 3}
|
||||
m_Name: Data_Pattern_Drog_연타2강타-도약
|
||||
m_EditorClassIdentifier: Colosseum.Game::Colosseum.AI.BossPatternData
|
||||
patternName: 연타2강타-도약
|
||||
category: 1
|
||||
isSignature: 0
|
||||
isMelee: 1
|
||||
targetMode: 0
|
||||
steps:
|
||||
- Type: 0
|
||||
Skill: {fileID: 11400000, guid: 4f40629d4d334434285e8fdec3714536, type: 2}
|
||||
Duration: 0
|
||||
- Type: 0
|
||||
Skill: {fileID: 11400000, guid: 3acbf1c5ec71bef4bb13f8534605d554, type: 2}
|
||||
Duration: 0
|
||||
- Type: 1
|
||||
Skill: {fileID: 0}
|
||||
Duration: 0.5
|
||||
cooldown: 22
|
||||
minPhase: 3
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d4e7f2a6b8c31095e1a3c5d7f9b2d4e8
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -23,5 +23,6 @@ MonoBehaviour:
|
||||
- Type: 0
|
||||
Skill: {fileID: 11400000, guid: 16321efbd1f2498458683bac7605b054, type: 2}
|
||||
Duration: 0
|
||||
targetMode: 2
|
||||
cooldown: 1
|
||||
minPhase: 2
|
||||
|
||||
Reference in New Issue
Block a user