Compare commits

..

15 Commits

Author SHA1 Message Date
b4648672f6 feat: ActorCore 모션 배치 import 자동화 추가
- MotionBatch_20260424에 Motion* 후보 FBX 10개를 import하고 Humanoid 리그를 정리
- Blender 기반 ActorCore 101본 정규화 스크립트와 Unity manifest 적용 메뉴 추가
- orc-stomp 단일 애셋의 extra root 리그를 정규화하고 사용 문서와 manifest를 보강
- Unity 컴파일, ApplyManifest 실제 실행, 콘솔 경고/오류 없음으로 검증
2026-04-24 14:50:21 +09:00
ed92a1bc37 feat: 드로그 기본기1·3 콤보 클립 구성을 재정리
- 기본기1 후속 브릿지 클립을 정리하고 1_2_0 중심으로 참조를 단순화

- 기본기3 2타 이후 3_3/3_4 스텝 애니메이션과 스킬 자산을 추가해 패턴 구성을 확장

- 보스 컨트롤러와 기본기3 패턴 자산을 새 클립 흐름에 맞게 갱신
2026-04-21 18:05:21 +09:00
6d038f07ff fix: 드로그 기본기3 Idle 복귀 루트모션 차단
- 기본기3 종료 후 Idle 복귀 블렌드 구간에서 수평 루트모션이 적용되지 않도록 차단

- SkillController가 Idle 복귀 블렌드 상태를 직접 노출하고 EnemyBase가 해당 구간만 별도로 처리하도록 정리

- 원인 추적용 Idle 복귀 좌표 로그는 제거하고 기능만 유지
2026-04-21 16:54:30 +09:00
dadaa56511 feat: 기본기3 브릿지 클립 및 애니메이션 편집 유틸 추가
- 기본기3 1타 브릿지 클립과 패턴/스킬 자산을 정리해 1타-2타 연결 흐름을 보강

- 애니메이션 브릿지 클립 생성 에디터 창을 추가해 앞뒤 프레임을 잘라 새 클립을 만들 수 있게 지원

- 선택한 애니메이션 클립의 마지막 프레임에 누락 키를 일괄 추가하는 에디터 메뉴를 추가
2026-04-17 11:22:02 +09:00
8c08e63c81 fix: 드로그 기본기3 시작 루트모션과 추적 보정 정리
- 기본기3 시작 프레임의 수평 루트모션 스냅을 차단하고 정면 투영/접촉 정지 거리 보정을 정리
- 스킬 완료 판정과 시작 타깃 정렬 로직을 보강하고 드로그/플레이어 정면 및 시작점 디버그 gizmo를 추가
- 드로그 기본기3 관련 애니메이션·패턴·스킬 자산을 재정리하고 Blender 보조 스크립트를 추가
2026-04-17 09:56:40 +09:00
5ba543ed8c feat: 드로그 콤보 및 발구르기 애니메이션 자산 재정리
- 외부 FBX 소스를 추가하고 드로그 콤보/발구르기 클립 자산을 재배치했다.

- Drog 씬 registeredClips와 스킬 애니메이션 참조를 새 자산 구성에 맞춰 동기화했다.

- 콤보-기본기2 3타용 데미지 이펙트 자산과 DownloadCache 메타를 함께 추가했다.
2026-04-15 09:54:54 +09:00
42fe880830 feat: 드로그 애니메이션 자산 정리
- 드로그 대기/조깅/콤보용 신규 애니메이션 자산을 추가하고 기본기 2-2, 3-1 스킬 클립 참조를 갱신
- 강타, 기본기2 1타, 콤보 발구르기 1타 클립의 루트/루프 블렌드 설정을 조정해 접속성을 보정
- 기본기 1-3-1 FBX와 기본기 2-2-1, 3-1-0 클립을 프로젝트 자산으로 반영
2026-04-13 22:12:57 +09:00
9fd231626b fix: 드로그 패턴 애니메이션 재생 끊김 수정
- BT 재평가 중에도 패턴 실행 상태를 보존하도록 보스 패턴 액션과 런타임 상태를 조정했다.
- 스킬 컨트롤러에서 동일 프레임 종료 판정을 막아 패턴 내 다음 스킬이 즉시 잘리는 문제를 수정했다.
- 드로그 BT, 패턴/스킬 데이터, 애니메이션 클립과 컨트롤러를 현재 검증된 재생 구성으로 정리했다.
- 자연 발동 기준으로 콤보-기본기2 재생 시간을 재검증해 클립 길이와 실제 재생 간격이 맞는 것을 확인했다.
2026-04-12 05:44:54 +09:00
12a481b596 fix: 보스 패턴 애니메이션 전환 안정화
- SkillController를 패턴 경계 기준으로 분기해 보스 첫 스킬은 즉시 시작하고 마지막 스킬만 Idle로 부드럽게 복귀하도록 조정
- 보스 패턴 실행 중 현재 스킬이 첫/마지막 스텝인지 BossBehaviorRuntimeState와 패턴 실행 경로에서 공유하도록 확장
- 패턴 내부 연속 클립 전환은 하드 전환으로 유지해 시작 프레임 스킵과 중간 Idle 복귀 문제를 줄이고 종료 전환 시간을 별도 노출
2026-04-11 14:18:29 +09:00
5d58397fe0 fix: 패턴 디버그 BT 토글 동작 정리
- 보스 패턴 디버그 실행기를 추가해 강제 패턴 실행과 BT 일시정지를 분리

- 디버그 패널의 패턴 강제 발동 UI에 BT ON/OFF 토글과 상태 동기화를 반영

- Unity 리프레시 및 dotnet build로 컴파일 오류 없이 동작 확인
2026-04-10 22:09:39 +09:00
72aae85afd feat: 스킬-패턴 자동 동기화 추가
- Data_Pattern_{name}가 Data_Skill_{name}_{seq}를 순번대로 찾아 시퀀스 스텝을 자동 재구성하도록 추가
- SkillData asset 변경 시 BossPatternData를 다시 맞추는 에디터 postprocessor를 추가
- 드로그 리빌드 경로와 콤보-기본기1 패턴 자산을 새 자동 동기화 규칙에 맞게 정리
2026-04-10 11:37:20 +09:00
f6f7eaaef2 feat: 드로그 페이즈별 아이들 모션 전환 추가
- EnemyAnimationController가 보스 런타임 페이즈를 Animator Phase 파라미터로 동기화\n- AC_Boss_Drog에 1/2페이즈 공용 Idle과 3페이즈 전용 Idle 상태 및 전이 추가\n- 정지 중 페이즈 변경과 이동/피격 후 복귀가 현재 페이즈 Idle로 이어지도록 정리
2026-04-10 09:43:26 +09:00
205b20e4e6 feat: 드로그 기본 루프 게이트를 BT로 이관
- big pattern grace period 판정을 런타임 헬퍼에서 제거하고 BT 조건/액션 노드로 명시

- Increment/Reset Basic Loop Count 노드 추가 및 BT_Drog 재빌드 반영

- Signature Failure Effects 수치를 BT 노드가 직접 보관하도록 정리
2026-04-10 09:22:56 +09:00
b019acd0a3 feat: 보스 공통 패턴 간격 추가
- BossBehaviorRuntimeState에 패턴 종료 후 공통 텀과 준비 판정을 추가\n- UsePatternAction이 런타임 패턴 실행 결과와 공통 텀을 함께 사용하도록 정리\n- 드로그 PlayMode 테스트에 패턴 종료 후 공통 간격 검증 케이스를 추가
2026-04-10 07:57:15 +09:00
4ba6d9d9ff fix: 애니메이션 클립 트리머 경계값과 참조 커브 보존
- 트리밍 구간에 기존 키가 없더라도 시작점과 종료점 값을 샘플링해 경계 구간이 비지 않도록 보정

- ObjectReference 커브를 함께 잘라 VFX와 소품 전환 키가 새 클립에서도 유지되도록 수정

- 새 클립 생성 시 루트 모션, 루프, 미러 등 AnimationClipSettings를 원본에서 복사하도록 보강
2026-04-09 23:24:24 +09:00
151 changed files with 1601686 additions and 851601 deletions

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 7df7bbd6d9b80e6e4a7ca8918d2b536b
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 9479e994fffecfc14973a2bb6331f1e2
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,100 @@
{
"schema": "colosseum.actorcoreMotionBatchImport@1",
"createdAtUtc": "2026-04-24T05:33:29.240646+00:00",
"projectRoot": "/home/dal4segno/Colosseum",
"referenceFbx": "Assets/External/Animations/ActorCore/orc-jog.fbx",
"actorCoreAvatar": "Assets/External/Animations/ActorCore/ActorCoreAvatar.asset",
"targetFolder": "Assets/External/Animations/ActorCore/MotionBatch_20260424",
"entries": [
{
"source": "/home/dal4segno/다운로드/Motion/forward-straight-punch-r.fbx",
"asset": "Assets/External/Animations/ActorCore/MotionBatch_20260424/forward-straight-punch-r.fbx",
"sha256": "9e49fe2cfc6e316b45d124ab77c4468e8af2b85c50c10d3438be0d1c07122a86",
"size": 2007568,
"processing": "direct",
"unityImportMode": "copy",
"clipName": "forward-straight-punch-r"
},
{
"source": "/home/dal4segno/다운로드/Motion (1)/Motion/forward-straight-punch-r-mirror.fbx",
"asset": "Assets/External/Animations/ActorCore/MotionBatch_20260424/forward-straight-punch-r-mirror.fbx",
"sha256": "664e82f0f5e541de18d75ae99c29edb277fb08e18e24c34edae8a6b37be95ee9",
"size": 2007568,
"processing": "direct",
"unityImportMode": "copy",
"clipName": "forward-straight-punch-r-mirror"
},
{
"source": "/home/dal4segno/다운로드/Motion (2)/Motion/uppercut-l.fbx",
"asset": "Assets/External/Animations/ActorCore/MotionBatch_20260424/uppercut-l.fbx",
"sha256": "f9e1cf0dc3b9ab0d90799ffd67402a82d17e75a5ec6e5162203580b9f814bf65",
"size": 1838800,
"processing": "direct",
"unityImportMode": "copy",
"clipName": "uppercut-l"
},
{
"source": "/home/dal4segno/다운로드/Motion (3)/Motion/uppercut-l-mirror.fbx",
"asset": "Assets/External/Animations/ActorCore/MotionBatch_20260424/uppercut-l-mirror.fbx",
"sha256": "5072e63abdecbd1c30f57d86909199bf4d9c0c06333c81931015f037df796945",
"size": 1838800,
"processing": "direct",
"unityImportMode": "copy",
"clipName": "uppercut-l-mirror"
},
{
"source": "/home/dal4segno/다운로드/Motion (4)/Motion/orc-stomp.fbx",
"asset": "Assets/External/Animations/ActorCore/MotionBatch_20260424/orc-stomp.fbx",
"sha256": "4ef22bbaf3792ebd4d8236c52427be48ab9808521364da33c1892e83077e717b",
"size": 2511648,
"processing": "normalized",
"unityImportMode": "create",
"clipName": "orc-stomp"
},
{
"source": "/home/dal4segno/다운로드/Motion (5)/Motion/orc-stomp-mirror.fbx",
"asset": "Assets/External/Animations/ActorCore/MotionBatch_20260424/orc-stomp-mirror.fbx",
"sha256": "ab6a578b3f9d0ecabf01a6d648e5b6315f129a86a63fa96bd305ec963bb6d048",
"size": 2511648,
"processing": "normalized",
"unityImportMode": "create",
"clipName": "orc-stomp-mirror"
},
{
"source": "/home/dal4segno/다운로드/Motion (6)/Motion/orc-chop.fbx",
"asset": "Assets/External/Animations/ActorCore/MotionBatch_20260424/orc-chop.fbx",
"sha256": "ba8045d2075e7ac867cdd2b701b06ad3f661c41ca64cd078227b7316f77c1b82",
"size": 2329712,
"processing": "normalized",
"unityImportMode": "create",
"clipName": "orc-chop"
},
{
"source": "/home/dal4segno/다운로드/Motion (7)/Motion/orc-chop-mirror.fbx",
"asset": "Assets/External/Animations/ActorCore/MotionBatch_20260424/orc-chop-mirror.fbx",
"sha256": "9151fad6fddd44c5c7f7cbb3ebf529616532db0376bf1cdb2f279c4afb23f69a",
"size": 2329712,
"processing": "normalized",
"unityImportMode": "create",
"clipName": "orc-chop-mirror"
},
{
"source": "/home/dal4segno/다운로드/Motion (8)/Motion/uppercut-l.fbx",
"asset": "Assets/External/Animations/ActorCore/MotionBatch_20260424/uppercut-l_motion8.fbx",
"sha256": "f9e1cf0dc3b9ab0d90799ffd67402a82d17e75a5ec6e5162203580b9f814bf65",
"size": 1838800,
"processing": "direct",
"unityImportMode": "copy",
"clipName": "uppercut-l_motion8"
},
{
"source": "/home/dal4segno/다운로드/Motion (9)/Motion/orc-stomp.fbx",
"asset": "Assets/External/Animations/ActorCore/MotionBatch_20260424/orc-stomp_motion9.fbx",
"sha256": "1d5cb6051038b9c9ac61198a1cc355a9117788b0eec44390974aa48e4e26a260",
"size": 1979136,
"processing": "normalized",
"unityImportMode": "create",
"clipName": "orc-stomp_motion9"
}
]
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 01ff949f13e1241f78f77ebf2b04f8b1
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,62 @@
[
{
"source": "/home/dal4segno/다운로드/Motion/forward-straight-punch-r.fbx",
"asset": "Assets/External/Animations/ActorCore/MotionBatch_20260424/forward-straight-punch-r.fbx",
"sha256": "9e49fe2cfc6e316b45d124ab77c4468e8af2b85c50c10d3438be0d1c07122a86",
"size": 2007568
},
{
"source": "/home/dal4segno/다운로드/Motion (1)/Motion/forward-straight-punch-r-mirror.fbx",
"asset": "Assets/External/Animations/ActorCore/MotionBatch_20260424/forward-straight-punch-r-mirror.fbx",
"sha256": "664e82f0f5e541de18d75ae99c29edb277fb08e18e24c34edae8a6b37be95ee9",
"size": 2007568
},
{
"source": "/home/dal4segno/다운로드/Motion (2)/Motion/uppercut-l.fbx",
"asset": "Assets/External/Animations/ActorCore/MotionBatch_20260424/uppercut-l.fbx",
"sha256": "f9e1cf0dc3b9ab0d90799ffd67402a82d17e75a5ec6e5162203580b9f814bf65",
"size": 1838800
},
{
"source": "/home/dal4segno/다운로드/Motion (3)/Motion/uppercut-l-mirror.fbx",
"asset": "Assets/External/Animations/ActorCore/MotionBatch_20260424/uppercut-l-mirror.fbx",
"sha256": "5072e63abdecbd1c30f57d86909199bf4d9c0c06333c81931015f037df796945",
"size": 1838800
},
{
"source": "/home/dal4segno/다운로드/Motion (4)/Motion/orc-stomp.fbx",
"asset": "Assets/External/Animations/ActorCore/MotionBatch_20260424/orc-stomp.fbx",
"sha256": "4ef22bbaf3792ebd4d8236c52427be48ab9808521364da33c1892e83077e717b",
"size": 2511648
},
{
"source": "/home/dal4segno/다운로드/Motion (5)/Motion/orc-stomp-mirror.fbx",
"asset": "Assets/External/Animations/ActorCore/MotionBatch_20260424/orc-stomp-mirror.fbx",
"sha256": "ab6a578b3f9d0ecabf01a6d648e5b6315f129a86a63fa96bd305ec963bb6d048",
"size": 2511648
},
{
"source": "/home/dal4segno/다운로드/Motion (6)/Motion/orc-chop.fbx",
"asset": "Assets/External/Animations/ActorCore/MotionBatch_20260424/orc-chop.fbx",
"sha256": "ba8045d2075e7ac867cdd2b701b06ad3f661c41ca64cd078227b7316f77c1b82",
"size": 2329712
},
{
"source": "/home/dal4segno/다운로드/Motion (7)/Motion/orc-chop-mirror.fbx",
"asset": "Assets/External/Animations/ActorCore/MotionBatch_20260424/orc-chop-mirror.fbx",
"sha256": "9151fad6fddd44c5c7f7cbb3ebf529616532db0376bf1cdb2f279c4afb23f69a",
"size": 2329712
},
{
"source": "/home/dal4segno/다운로드/Motion (8)/Motion/uppercut-l.fbx",
"asset": "Assets/External/Animations/ActorCore/MotionBatch_20260424/uppercut-l_motion8.fbx",
"sha256": "f9e1cf0dc3b9ab0d90799ffd67402a82d17e75a5ec6e5162203580b9f814bf65",
"size": 1838800
},
{
"source": "/home/dal4segno/다운로드/Motion (9)/Motion/orc-stomp.fbx",
"asset": "Assets/External/Animations/ActorCore/MotionBatch_20260424/orc-stomp_motion9.fbx",
"sha256": "1d5cb6051038b9c9ac61198a1cc355a9117788b0eec44390974aa48e4e26a260",
"size": 1979136
}
]

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 36de6839bfb6ef867a3668282a656d45
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: cde700a8f68a683a7a2c09a10cff519f
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,751 @@
fileFormatVersion: 2
guid: 55c7e5b44bb610227b6353a58f2c8ebf
ModelImporter:
serializedVersion: 24200
internalIDToNameTable: []
externalObjects: {}
materials:
materialImportMode: 2
materialName: 0
materialSearch: 1
materialLocation: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
resampleCurves: 1
optimizeGameObjects: 0
removeConstantScaleCurves: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
importAnimatedCustomProperties: 0
importConstraints: 0
animationCompression: 3
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
extraUserProperties: []
clipAnimations: []
isReadable: 0
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
useSRGBMaterialColor: 1
sortHierarchyByName: 1
importPhysicalCameras: 1
importVisibility: 1
importBlendShapes: 1
importCameras: 1
importLights: 1
nodeNameCollisionStrategy: 1
fileIdsGeneration: 2
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
keepQuads: 0
weldVertices: 1
bakeAxisConversion: 0
preserveHierarchy: 0
skinWeightsMode: 0
maxBonesPerVertex: 4
minBoneWeight: 0.001
optimizeBones: 1
generateMeshLods: 0
meshLodGenerationFlags: 0
maximumMeshLod: -1
meshOptimizationFlags: -1
indexFormat: 0
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVMarginMethod: 1
secondaryUVMinLightmapResolution: 40
secondaryUVMinObjectScale: 1
secondaryUVPackMargin: 4
useFileScale: 1
strictVertexDataChecks: 0
tangentSpace:
normalSmoothAngle: 60
normalImportMode: 0
tangentImportMode: 3
normalCalculationMode: 4
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
blendShapeNormalImportMode: 1
normalSmoothingSource: 0
referencedClips: []
importAnimation: 1
humanDescription:
serializedVersion: 3
human:
- boneName: Hips
humanName: Hips
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: UpperLeg_L
humanName: LeftUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: UpperLeg_R
humanName: RightUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_L
humanName: LeftLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_R
humanName: RightLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_L
humanName: LeftFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_R
humanName: RightFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Spine_01
humanName: Spine
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Spine_02
humanName: Chest
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Neck
humanName: Neck
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Head
humanName: Head
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Clavicle_L
humanName: LeftShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Clavicle_R
humanName: RightShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_L
humanName: LeftUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_R
humanName: RightUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_L
humanName: LeftLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_R
humanName: RightLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_L
humanName: LeftHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_R
humanName: RightHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_L
humanName: LeftToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_R
humanName: RightToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyes
humanName: LeftEye
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyebrows
humanName: Jaw
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Thumb_01
humanName: Left Thumb Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Thumb_02
humanName: Left Thumb Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Thumb_03
humanName: Left Thumb Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: IndexFinger_01
humanName: Left Index Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: IndexFinger_02
humanName: Left Index Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: IndexFinger_03
humanName: Left Index Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_01
humanName: Left Little Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02
humanName: Left Little Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03
humanName: Left Little Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Thumb_011
humanName: Right Thumb Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Thumb_021
humanName: Right Thumb Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Thumb_031
humanName: Right Thumb Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: IndexFinger_011
humanName: Right Index Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: IndexFinger_021
humanName: Right Index Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: IndexFinger_031
humanName: Right Index Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_011
humanName: Right Little Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_021
humanName: Right Little Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_031
humanName: Right Little Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Spine_03
humanName: UpperChest
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
skeleton:
- name: Standing Taunt Battlecry(Clone)
parentName:
position: {x: 0, y: 0, z: 0}
rotation: {x: 0, y: 0, z: 0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character_BarbarianGiant_01
parentName: Standing Taunt Battlecry(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character_ElementalGolem_01
parentName: Standing Taunt Battlecry(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character_FortGolem_01
parentName: Standing Taunt Battlecry(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character_Troll_01
parentName: Standing Taunt Battlecry(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character_RedDemon_01
parentName: Standing Taunt Battlecry(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character_Big_Ork_01
parentName: Standing Taunt Battlecry(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character_Pig_Butcher_01
parentName: Standing Taunt Battlecry(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character_Slayer_01
parentName: Standing Taunt Battlecry(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character_MechanicalGolem_01
parentName: Standing Taunt Battlecry(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character_MutantGuy_01
parentName: Standing Taunt Battlecry(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character_Dwarf_01
parentName: Standing Taunt Battlecry(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Root
parentName: Standing Taunt Battlecry(Clone)
position: {x: -0.00000018626451, y: 0.002320096, z: -0.041523628}
rotation: {x: -0, y: -0, z: -0.0000000043655746, w: 1}
scale: {x: 0.99999994, y: 1, z: 1}
- name: Hips
parentName: Root
position: {x: -0, y: 0.8762761, z: 0}
rotation: {x: 0.000000005738333, y: 9.761482e-10, z: 0.16770096, w: 0.98583794}
scale: {x: 1.0000001, y: 1, z: 1}
- name: Spine_01
parentName: Hips
position: {x: 0.03397978, y: 0.0969857, z: -0.015528781}
rotation: {x: -0.39460626, y: 0.58675885, z: -0.5664237, w: 0.42327797}
scale: {x: 1.0000035, y: 1.0000036, z: 1.0000011}
- name: Spine_02
parentName: Spine_01
position: {x: -0.18151169, y: 4.5519144e-17, z: -1.1814681e-17}
rotation: {x: 0.9951862, y: -0.09800279, z: 0.000000014901161, w: 0.000000029802322}
scale: {x: 1.0000033, y: 1.0000031, z: 1.0000024}
- name: Spine_03
parentName: Spine_02
position: {x: -0.17903724, y: 2.5588683e-17, z: -5.236993e-15}
rotation: {x: -0.9781115, y: 0.20808126, z: 0.000000046363315, w: 0.000000051945598}
scale: {x: 1.0000014, y: 1.0000014, z: 1.0000019}
- name: Neck
parentName: Spine_03
position: {x: -0.18112935, y: 0.0169739, z: -0.0000000011960342}
rotation: {x: -0.000000030073853, y: 0.000000095028874, z: 0.30901578, w: 0.95105696}
scale: {x: 1.0000004, y: 1.0000002, z: 0.99999887}
- name: Head
parentName: Neck
position: {x: -0.08285272, y: 0.036295444, z: -0.0000000011654561}
rotation: {x: -0.000000016204178, y: -0.000000063277405, z: 0.10955088, w: 0.99398124}
scale: {x: 1.0000004, y: 1.0000008, z: 1.0000004}
- name: Eyebrows
parentName: Head
position: {x: -0.19999892, y: 0.02186953, z: 1.6423345e-10}
rotation: {x: 0.8059357, y: -0.59200317, z: -0.00000006298803, w: 0.000000024526253}
scale: {x: 1.0000033, y: 1.0000031, z: 1.0000042}
- name: Eyes
parentName: Head
position: {x: -0.18457133, y: 0.010586951, z: 7.950428e-11}
rotation: {x: 0.15786922, y: -0.68925846, z: 0.15786922, w: 0.6892585}
scale: {x: 1.0000006, y: 1.0000005, z: 1.0000001}
- name: Clavicle_L
parentName: Spine_03
position: {x: -0.07733449, y: -0.0015139526, z: -0.16716343}
rotation: {x: 0.4217782, y: -0.624393, z: 0.42558777, w: 0.5011105}
scale: {x: 0.9999997, y: 1, z: 0.9999998}
- name: Shoulder_L
parentName: Clavicle_L
position: {x: -0.16134125, y: -4.7947756e-17, z: -5.7731595e-17}
rotation: {x: 0.002854496, y: 0.05185216, z: -0.054891802, w: 0.997141}
scale: {x: 1, y: 0.99999946, z: 0.9999997}
- name: Elbow_L
parentName: Shoulder_L
position: {x: -0.4568335, y: -1.3457903e-16, z: 2.1094237e-16}
rotation: {x: -0.000000057276324, y: 0.059024423, z: -0.00000003128661, w: 0.9982566}
scale: {x: 0.99999994, y: 0.9999997, z: 1.0000002}
- name: Hand_L
parentName: Elbow_L
position: {x: -0.3286817, y: -5.684342e-16, z: 1.4654943e-16}
rotation: {x: 0.054274905, y: 0.39597395, z: 0.124479204, w: 0.9081651}
scale: {x: 0.9999984, y: 0.9999997, z: 1.0000037}
- name: Thumb_01
parentName: Hand_L
position: {x: -0.08908812, y: -2.753353e-16, z: -4.4408918e-17}
rotation: {x: -0.032716393, y: -0.110337414, z: -0.07735347, w: 0.9903392}
scale: {x: 1.0000048, y: 1.0000017, z: 0.99999493}
- name: Thumb_02
parentName: Thumb_01
position: {x: -0.09701814, y: 4.396483e-16, z: 1.8651746e-16}
rotation: {x: -0.0526608, y: -0.017768951, z: 0.027707065, w: 0.99806994}
scale: {x: 0.99999934, y: 1.0000012, z: 1.0000004}
- name: Thumb_03
parentName: Thumb_02
position: {x: -0.092271924, y: 4.2188474e-17, z: -2.220446e-16}
rotation: {x: -0.046633955, y: -0.14921468, z: -0.29463217, w: 0.94273657}
scale: {x: 1.0000044, y: 0.9999984, z: 0.99999696}
- name: IndexFinger_01
parentName: Hand_L
position: {x: -0.120755404, y: 0.042213865, z: -0.0984221}
rotation: {x: -0.05360259, y: -0.37485915, z: -0.12035188, w: 0.91767246}
scale: {x: 1.0000088, y: 1.000001, z: 0.9999916}
- name: IndexFinger_02
parentName: IndexFinger_01
position: {x: -0.0614739, y: -3.1441861e-19, z: 0}
rotation: {x: -0.0015660704, y: -0.002976446, z: 0.036817674, w: 0.9993164}
scale: {x: 1, y: 0.99999887, z: 1.0000005}
- name: IndexFinger_03
parentName: IndexFinger_02
position: {x: -0.057940163, y: 1.8041123e-18, z: -2.5535128e-17}
rotation: {x: -0.009162882, y: -0.012816688, z: 0.037616946, w: 0.99916804}
scale: {x: 1.0000017, y: 0.9999991, z: 1.0000002}
- name: IndexFinger_04
parentName: IndexFinger_03
position: {x: -0.059118144, y: -1.8624858e-16, z: -5.551115e-19}
rotation: {x: -0.005975477, y: -0.027766017, z: -0.21030384, w: 0.9772235}
scale: {x: 0.99999243, y: 1.0000079, z: 1.0000004}
- name: Finger_01
parentName: Hand_L
position: {x: -0.051985342, y: 0.012058426, z: -0.14852415}
rotation: {x: -0.09862835, y: -0.46502224, z: -0.05665377, w: 0.8779619}
scale: {x: 1.0000072, y: 1.0000014, z: 0.99999243}
- name: Finger_02
parentName: Finger_01
position: {x: -0.0641512, y: 1.8214596e-19, z: 2.220446e-18}
rotation: {x: 0.003567463, y: 0.019343397, z: 0.028556647, w: 0.9993986}
scale: {x: 1.0000008, y: 0.99999934, z: 0.99999934}
- name: Finger_03
parentName: Finger_02
position: {x: -0.05330061, y: -1.7347668e-16, z: 4.2188474e-17}
rotation: {x: -0.024194188, y: -0.018460134, z: 0.031653017, w: 0.9990355}
scale: {x: 0.99999744, y: 0.9999996, z: 1.0000036}
- name: Finger_04
parentName: Finger_03
position: {x: -0.047222238, y: -3.8635761e-16, z: -5.662137e-17}
rotation: {x: 0.021918332, y: 0.09546627, z: -0.22269543, w: 0.9699549}
scale: {x: 0.9999971, y: 1.0000051, z: 0.9999983}
- name: Clavicle_R
parentName: Spine_03
position: {x: -0.07733742, y: -0.0015131371, z: 0.16716298}
rotation: {x: 0.62439305, y: 0.4217782, z: 0.5011104, w: -0.42558774}
scale: {x: 0.99999875, y: 1.0000032, z: 1.0000035}
- name: Shoulder_R
parentName: Clavicle_R
position: {x: 0.16134152, y: 0.00000022487666, z: -0.00000006441897}
rotation: {x: 0.0028544657, y: 0.051852185, z: -0.05489184, w: 0.99714094}
scale: {x: 0.99999946, y: 0.9999983, z: 0.9999984}
- name: Elbow_R
parentName: Shoulder_R
position: {x: 0.45683342, y: 8.5265126e-16, z: 0.00000003960579}
rotation: {x: 0.000000030966472, y: 0.059024457, z: -0.00000006533809, w: 0.99825656}
scale: {x: 0.9999996, y: 1.0000019, z: 1.0000029}
- name: Hand_R
parentName: Elbow_R
position: {x: 0.328678, y: -7.958079e-15, z: -0.00000031490552}
rotation: {x: 0.054274853, y: 0.39597386, z: 0.12447934, w: 0.90816504}
scale: {x: 0.9999978, y: 1.0000015, z: 1.0000079}
- name: Thumb_011
parentName: Hand_R
position: {x: 0.08908848, y: -0.0000018401335, z: 0.0000010454004}
rotation: {x: -0.032713063, y: -0.110324726, z: -0.07735346, w: 0.9903407}
scale: {x: 1.0000161, y: 1.0000014, z: 0.9999834}
- name: Thumb_021
parentName: Thumb_011
position: {x: 0.09702438, y: -0.0000012559718, z: 0.000003968674}
rotation: {x: -0.05266223, y: -0.017789794, z: 0.02766259, w: 0.9980707}
scale: {x: 1.0000037, y: 1.0000092, z: 0.99999607}
- name: Thumb_031
parentName: Thumb_021
position: {x: 0.09227324, y: 0.0000074613017, z: -0.000000493297}
rotation: {x: -0.046633795, y: -0.14921463, z: -0.2946321, w: 0.9427365}
scale: {x: 1.0000225, y: 1.0000014, z: 0.9999854}
- name: IndexFinger_011
parentName: Hand_R
position: {x: 0.12075663, y: -0.04220975, z: 0.09842222}
rotation: {x: -0.05360265, y: -0.37485918, z: -0.12035192, w: 0.9176725}
scale: {x: 1.0000279, y: 1.0000039, z: 0.99997544}
- name: IndexFinger_021
parentName: IndexFinger_011
position: {x: 0.061476283, y: -0.0000047270864, z: 0.00000030396376}
rotation: {x: -0.0015651392, y: -0.0029709328, z: 0.036722027, w: 0.99931985}
scale: {x: 1.0000029, y: 1.0000005, z: 1.0000062}
- name: IndexFinger_031
parentName: IndexFinger_021
position: {x: 0.05794711, y: 0.0000061344235, z: 0.00000056286797}
rotation: {x: -0.00916286, y: -0.0128391525, z: 0.037715007, w: 0.99916404}
scale: {x: 1.0000056, y: 1.0000017, z: 1.0000069}
- name: IndexFinger_041
parentName: IndexFinger_031
position: {x: 0.059107542, y: -0.0000048901334, z: -0.00000042587297}
rotation: {x: -0.0059754145, y: -0.027766181, z: -0.21030399, w: 0.9772234}
scale: {x: 0.9999805, y: 1.0000246, z: 1.0000051}
- name: Finger_011
parentName: Hand_R
position: {x: 0.051991317, y: -0.012054317, z: 0.14853004}
rotation: {x: -0.098623544, y: -0.46501857, z: -0.05666304, w: 0.8779638}
scale: {x: 1.0000256, y: 1.0000019, z: 0.9999755}
- name: Finger_021
parentName: Finger_011
position: {x: 0.064152494, y: 0.000001623162, z: -0.000000044617604}
rotation: {x: 0.0035673003, y: 0.019343434, z: 0.02855653, w: 0.9993987}
scale: {x: 1.0000013, y: 1.0000068, z: 1.0000048}
- name: Finger_031
parentName: Finger_021
position: {x: 0.05329311, y: 0.0000014939407, z: 0.00000036493486}
rotation: {x: -0.024189861, y: -0.018476665, z: 0.0317534, w: 0.99903214}
scale: {x: 0.9999959, y: 0.9999984, z: 1.0000075}
- name: Finger_041
parentName: Finger_031
position: {x: 0.047220778, y: -0.000008236042, z: -0.00000043038915}
rotation: {x: 0.021918578, y: 0.09546642, z: -0.22269535, w: 0.96995497}
scale: {x: 0.9999941, y: 1.0000123, z: 0.99999946}
- name: UpperLeg_L
parentName: Hips
position: {x: -0.13062388, y: -8.881784e-18, z: -1.11022296e-17}
rotation: {x: -0.2668567, y: -0.21296217, z: 0.49947357, w: 0.79621655}
scale: {x: 1, y: 0.99999994, z: 1.0000001}
- name: LowerLeg_L
parentName: UpperLeg_L
position: {x: -0.37842098, y: 1.02140514e-16, z: 2.2204459e-17}
rotation: {x: 0.000000014901161, y: 0.000000014901161, z: 0.0000000037252903, w: 1}
scale: {x: 1, y: 1.0000024, z: 1.0000001}
- name: Ankle_L
parentName: LowerLeg_L
position: {x: -0.37842098, y: -0.00000000799083, z: -0.00000017884236}
rotation: {x: 0.74587387, y: 0.5143675, z: -0.19933206, w: 0.3733162}
scale: {x: 1.0000031, y: 1.0000026, z: 1.0000039}
- name: Ball_L
parentName: Ankle_L
position: {x: -0.12877615, y: 3.5527136e-17, z: 3.3500888e-17}
rotation: {x: 0.000000059604645, y: -0.00000010430813, z: -0.23606837, w: 0.9717365}
scale: {x: 1.000003, y: 1.0000012, z: 1.0000043}
- name: Toes_L
parentName: Ball_L
position: {x: -0.0729575, y: 8.228515e-18, z: -1.3369588e-15}
rotation: {x: -0.000000011153303, y: -0.7071068, z: 0.00000005585679, w: 0.70710677}
scale: {x: 0.9999996, y: 0.99999994, z: 0.9999985}
- name: UpperLeg_R
parentName: Hips
position: {x: 0.102061786, y: -0.08152349, z: -1.1102199e-17}
rotation: {x: 0.58627975, y: -0.7346501, z: -0.28922033, w: 0.18143041}
scale: {x: 1.0000018, y: 1.0000002, z: 1.0000037}
- name: LowerLeg_R
parentName: UpperLeg_R
position: {x: 0.37842068, y: 0.00000027396194, z: 0.0000002682214}
rotation: {x: 0.000000044703484, y: -0, z: 0.00000008940697, w: 1}
scale: {x: 0.99999994, y: 1.0000006, z: 1.0000002}
- name: Ankle_R
parentName: LowerLeg_R
position: {x: 0.37842116, y: 0.0000002667152, z: 0.00000034490833}
rotation: {x: 0.7458739, y: 0.5143674, z: -0.19933215, w: 0.37331626}
scale: {x: 1.0000004, y: 1.0000017, z: 1.0000024}
- name: Ball_R
parentName: Ankle_R
position: {x: 0.12877613, y: -0.000000010258867, z: -1.0658141e-16}
rotation: {x: -0.000000059604638, y: -0.000000014901159, z: -0.23606837, w: 0.97173643}
scale: {x: 0.99999756, y: 1.000004, z: 0.9999984}
- name: Toes_R
parentName: Ball_R
position: {x: 0.0729575, y: -4.0909496e-14, z: 3.5527136e-17}
rotation: {x: 0.000000026054469, y: -0.7071068, z: 0.000000033550176, w: 0.7071068}
scale: {x: 0.99999934, y: 1.0000049, z: 1.0000044}
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
globalScale: 1
rootMotionBoneName:
hasTranslationDoF: 0
hasExtraRoot: 1
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: b63434e5ef6b98d45865ec4417e31bd4, type: 2}
autoGenerateAvatarMappingIfUnspecified: 1
animationType: 3
humanoidOversampling: 1
avatarSetup: 2
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
importBlendShapeDeformPercent: 1
remapMaterialsIfMaterialImportModeIsNone: 0
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,751 @@
fileFormatVersion: 2
guid: 9b1d3683f33367ef0a642371e9c3d73d
ModelImporter:
serializedVersion: 24200
internalIDToNameTable: []
externalObjects: {}
materials:
materialImportMode: 2
materialName: 0
materialSearch: 1
materialLocation: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
resampleCurves: 1
optimizeGameObjects: 0
removeConstantScaleCurves: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
importAnimatedCustomProperties: 0
importConstraints: 0
animationCompression: 3
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
extraUserProperties: []
clipAnimations: []
isReadable: 0
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
useSRGBMaterialColor: 1
sortHierarchyByName: 1
importPhysicalCameras: 1
importVisibility: 1
importBlendShapes: 1
importCameras: 1
importLights: 1
nodeNameCollisionStrategy: 1
fileIdsGeneration: 2
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
keepQuads: 0
weldVertices: 1
bakeAxisConversion: 0
preserveHierarchy: 0
skinWeightsMode: 0
maxBonesPerVertex: 4
minBoneWeight: 0.001
optimizeBones: 1
generateMeshLods: 0
meshLodGenerationFlags: 0
maximumMeshLod: -1
meshOptimizationFlags: -1
indexFormat: 0
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVMarginMethod: 1
secondaryUVMinLightmapResolution: 40
secondaryUVMinObjectScale: 1
secondaryUVPackMargin: 4
useFileScale: 1
strictVertexDataChecks: 0
tangentSpace:
normalSmoothAngle: 60
normalImportMode: 0
tangentImportMode: 3
normalCalculationMode: 4
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
blendShapeNormalImportMode: 1
normalSmoothingSource: 0
referencedClips: []
importAnimation: 1
humanDescription:
serializedVersion: 3
human:
- boneName: Hips
humanName: Hips
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: UpperLeg_L
humanName: LeftUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: UpperLeg_R
humanName: RightUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_L
humanName: LeftLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_R
humanName: RightLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_L
humanName: LeftFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_R
humanName: RightFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Spine_01
humanName: Spine
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Spine_02
humanName: Chest
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Neck
humanName: Neck
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Head
humanName: Head
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Clavicle_L
humanName: LeftShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Clavicle_R
humanName: RightShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_L
humanName: LeftUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_R
humanName: RightUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_L
humanName: LeftLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_R
humanName: RightLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_L
humanName: LeftHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_R
humanName: RightHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_L
humanName: LeftToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_R
humanName: RightToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyes
humanName: LeftEye
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyebrows
humanName: Jaw
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Thumb_01
humanName: Left Thumb Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Thumb_02
humanName: Left Thumb Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Thumb_03
humanName: Left Thumb Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: IndexFinger_01
humanName: Left Index Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: IndexFinger_02
humanName: Left Index Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: IndexFinger_03
humanName: Left Index Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_01
humanName: Left Little Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02
humanName: Left Little Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03
humanName: Left Little Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Thumb_011
humanName: Right Thumb Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Thumb_021
humanName: Right Thumb Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Thumb_031
humanName: Right Thumb Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: IndexFinger_011
humanName: Right Index Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: IndexFinger_021
humanName: Right Index Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: IndexFinger_031
humanName: Right Index Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_011
humanName: Right Little Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_021
humanName: Right Little Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_031
humanName: Right Little Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Spine_03
humanName: UpperChest
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
skeleton:
- name: Standing Taunt Battlecry(Clone)
parentName:
position: {x: 0, y: 0, z: 0}
rotation: {x: 0, y: 0, z: 0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character_BarbarianGiant_01
parentName: Standing Taunt Battlecry(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character_ElementalGolem_01
parentName: Standing Taunt Battlecry(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character_FortGolem_01
parentName: Standing Taunt Battlecry(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character_Troll_01
parentName: Standing Taunt Battlecry(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character_RedDemon_01
parentName: Standing Taunt Battlecry(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character_Big_Ork_01
parentName: Standing Taunt Battlecry(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character_Pig_Butcher_01
parentName: Standing Taunt Battlecry(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character_Slayer_01
parentName: Standing Taunt Battlecry(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character_MechanicalGolem_01
parentName: Standing Taunt Battlecry(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character_MutantGuy_01
parentName: Standing Taunt Battlecry(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Character_Dwarf_01
parentName: Standing Taunt Battlecry(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Root
parentName: Standing Taunt Battlecry(Clone)
position: {x: -0.00000018626451, y: 0.002320096, z: -0.041523628}
rotation: {x: -0, y: -0, z: -0.0000000043655746, w: 1}
scale: {x: 0.99999994, y: 1, z: 1}
- name: Hips
parentName: Root
position: {x: -0, y: 0.8762761, z: 0}
rotation: {x: 0.000000005738333, y: 9.761482e-10, z: 0.16770096, w: 0.98583794}
scale: {x: 1.0000001, y: 1, z: 1}
- name: Spine_01
parentName: Hips
position: {x: 0.03397978, y: 0.0969857, z: -0.015528781}
rotation: {x: -0.39460626, y: 0.58675885, z: -0.5664237, w: 0.42327797}
scale: {x: 1.0000035, y: 1.0000036, z: 1.0000011}
- name: Spine_02
parentName: Spine_01
position: {x: -0.18151169, y: 4.5519144e-17, z: -1.1814681e-17}
rotation: {x: 0.9951862, y: -0.09800279, z: 0.000000014901161, w: 0.000000029802322}
scale: {x: 1.0000033, y: 1.0000031, z: 1.0000024}
- name: Spine_03
parentName: Spine_02
position: {x: -0.17903724, y: 2.5588683e-17, z: -5.236993e-15}
rotation: {x: -0.9781115, y: 0.20808126, z: 0.000000046363315, w: 0.000000051945598}
scale: {x: 1.0000014, y: 1.0000014, z: 1.0000019}
- name: Neck
parentName: Spine_03
position: {x: -0.18112935, y: 0.0169739, z: -0.0000000011960342}
rotation: {x: -0.000000030073853, y: 0.000000095028874, z: 0.30901578, w: 0.95105696}
scale: {x: 1.0000004, y: 1.0000002, z: 0.99999887}
- name: Head
parentName: Neck
position: {x: -0.08285272, y: 0.036295444, z: -0.0000000011654561}
rotation: {x: -0.000000016204178, y: -0.000000063277405, z: 0.10955088, w: 0.99398124}
scale: {x: 1.0000004, y: 1.0000008, z: 1.0000004}
- name: Eyebrows
parentName: Head
position: {x: -0.19999892, y: 0.02186953, z: 1.6423345e-10}
rotation: {x: 0.8059357, y: -0.59200317, z: -0.00000006298803, w: 0.000000024526253}
scale: {x: 1.0000033, y: 1.0000031, z: 1.0000042}
- name: Eyes
parentName: Head
position: {x: -0.18457133, y: 0.010586951, z: 7.950428e-11}
rotation: {x: 0.15786922, y: -0.68925846, z: 0.15786922, w: 0.6892585}
scale: {x: 1.0000006, y: 1.0000005, z: 1.0000001}
- name: Clavicle_L
parentName: Spine_03
position: {x: -0.07733449, y: -0.0015139526, z: -0.16716343}
rotation: {x: 0.4217782, y: -0.624393, z: 0.42558777, w: 0.5011105}
scale: {x: 0.9999997, y: 1, z: 0.9999998}
- name: Shoulder_L
parentName: Clavicle_L
position: {x: -0.16134125, y: -4.7947756e-17, z: -5.7731595e-17}
rotation: {x: 0.002854496, y: 0.05185216, z: -0.054891802, w: 0.997141}
scale: {x: 1, y: 0.99999946, z: 0.9999997}
- name: Elbow_L
parentName: Shoulder_L
position: {x: -0.4568335, y: -1.3457903e-16, z: 2.1094237e-16}
rotation: {x: -0.000000057276324, y: 0.059024423, z: -0.00000003128661, w: 0.9982566}
scale: {x: 0.99999994, y: 0.9999997, z: 1.0000002}
- name: Hand_L
parentName: Elbow_L
position: {x: -0.3286817, y: -5.684342e-16, z: 1.4654943e-16}
rotation: {x: 0.054274905, y: 0.39597395, z: 0.124479204, w: 0.9081651}
scale: {x: 0.9999984, y: 0.9999997, z: 1.0000037}
- name: Thumb_01
parentName: Hand_L
position: {x: -0.08908812, y: -2.753353e-16, z: -4.4408918e-17}
rotation: {x: -0.032716393, y: -0.110337414, z: -0.07735347, w: 0.9903392}
scale: {x: 1.0000048, y: 1.0000017, z: 0.99999493}
- name: Thumb_02
parentName: Thumb_01
position: {x: -0.09701814, y: 4.396483e-16, z: 1.8651746e-16}
rotation: {x: -0.0526608, y: -0.017768951, z: 0.027707065, w: 0.99806994}
scale: {x: 0.99999934, y: 1.0000012, z: 1.0000004}
- name: Thumb_03
parentName: Thumb_02
position: {x: -0.092271924, y: 4.2188474e-17, z: -2.220446e-16}
rotation: {x: -0.046633955, y: -0.14921468, z: -0.29463217, w: 0.94273657}
scale: {x: 1.0000044, y: 0.9999984, z: 0.99999696}
- name: IndexFinger_01
parentName: Hand_L
position: {x: -0.120755404, y: 0.042213865, z: -0.0984221}
rotation: {x: -0.05360259, y: -0.37485915, z: -0.12035188, w: 0.91767246}
scale: {x: 1.0000088, y: 1.000001, z: 0.9999916}
- name: IndexFinger_02
parentName: IndexFinger_01
position: {x: -0.0614739, y: -3.1441861e-19, z: 0}
rotation: {x: -0.0015660704, y: -0.002976446, z: 0.036817674, w: 0.9993164}
scale: {x: 1, y: 0.99999887, z: 1.0000005}
- name: IndexFinger_03
parentName: IndexFinger_02
position: {x: -0.057940163, y: 1.8041123e-18, z: -2.5535128e-17}
rotation: {x: -0.009162882, y: -0.012816688, z: 0.037616946, w: 0.99916804}
scale: {x: 1.0000017, y: 0.9999991, z: 1.0000002}
- name: IndexFinger_04
parentName: IndexFinger_03
position: {x: -0.059118144, y: -1.8624858e-16, z: -5.551115e-19}
rotation: {x: -0.005975477, y: -0.027766017, z: -0.21030384, w: 0.9772235}
scale: {x: 0.99999243, y: 1.0000079, z: 1.0000004}
- name: Finger_01
parentName: Hand_L
position: {x: -0.051985342, y: 0.012058426, z: -0.14852415}
rotation: {x: -0.09862835, y: -0.46502224, z: -0.05665377, w: 0.8779619}
scale: {x: 1.0000072, y: 1.0000014, z: 0.99999243}
- name: Finger_02
parentName: Finger_01
position: {x: -0.0641512, y: 1.8214596e-19, z: 2.220446e-18}
rotation: {x: 0.003567463, y: 0.019343397, z: 0.028556647, w: 0.9993986}
scale: {x: 1.0000008, y: 0.99999934, z: 0.99999934}
- name: Finger_03
parentName: Finger_02
position: {x: -0.05330061, y: -1.7347668e-16, z: 4.2188474e-17}
rotation: {x: -0.024194188, y: -0.018460134, z: 0.031653017, w: 0.9990355}
scale: {x: 0.99999744, y: 0.9999996, z: 1.0000036}
- name: Finger_04
parentName: Finger_03
position: {x: -0.047222238, y: -3.8635761e-16, z: -5.662137e-17}
rotation: {x: 0.021918332, y: 0.09546627, z: -0.22269543, w: 0.9699549}
scale: {x: 0.9999971, y: 1.0000051, z: 0.9999983}
- name: Clavicle_R
parentName: Spine_03
position: {x: -0.07733742, y: -0.0015131371, z: 0.16716298}
rotation: {x: 0.62439305, y: 0.4217782, z: 0.5011104, w: -0.42558774}
scale: {x: 0.99999875, y: 1.0000032, z: 1.0000035}
- name: Shoulder_R
parentName: Clavicle_R
position: {x: 0.16134152, y: 0.00000022487666, z: -0.00000006441897}
rotation: {x: 0.0028544657, y: 0.051852185, z: -0.05489184, w: 0.99714094}
scale: {x: 0.99999946, y: 0.9999983, z: 0.9999984}
- name: Elbow_R
parentName: Shoulder_R
position: {x: 0.45683342, y: 8.5265126e-16, z: 0.00000003960579}
rotation: {x: 0.000000030966472, y: 0.059024457, z: -0.00000006533809, w: 0.99825656}
scale: {x: 0.9999996, y: 1.0000019, z: 1.0000029}
- name: Hand_R
parentName: Elbow_R
position: {x: 0.328678, y: -7.958079e-15, z: -0.00000031490552}
rotation: {x: 0.054274853, y: 0.39597386, z: 0.12447934, w: 0.90816504}
scale: {x: 0.9999978, y: 1.0000015, z: 1.0000079}
- name: Thumb_011
parentName: Hand_R
position: {x: 0.08908848, y: -0.0000018401335, z: 0.0000010454004}
rotation: {x: -0.032713063, y: -0.110324726, z: -0.07735346, w: 0.9903407}
scale: {x: 1.0000161, y: 1.0000014, z: 0.9999834}
- name: Thumb_021
parentName: Thumb_011
position: {x: 0.09702438, y: -0.0000012559718, z: 0.000003968674}
rotation: {x: -0.05266223, y: -0.017789794, z: 0.02766259, w: 0.9980707}
scale: {x: 1.0000037, y: 1.0000092, z: 0.99999607}
- name: Thumb_031
parentName: Thumb_021
position: {x: 0.09227324, y: 0.0000074613017, z: -0.000000493297}
rotation: {x: -0.046633795, y: -0.14921463, z: -0.2946321, w: 0.9427365}
scale: {x: 1.0000225, y: 1.0000014, z: 0.9999854}
- name: IndexFinger_011
parentName: Hand_R
position: {x: 0.12075663, y: -0.04220975, z: 0.09842222}
rotation: {x: -0.05360265, y: -0.37485918, z: -0.12035192, w: 0.9176725}
scale: {x: 1.0000279, y: 1.0000039, z: 0.99997544}
- name: IndexFinger_021
parentName: IndexFinger_011
position: {x: 0.061476283, y: -0.0000047270864, z: 0.00000030396376}
rotation: {x: -0.0015651392, y: -0.0029709328, z: 0.036722027, w: 0.99931985}
scale: {x: 1.0000029, y: 1.0000005, z: 1.0000062}
- name: IndexFinger_031
parentName: IndexFinger_021
position: {x: 0.05794711, y: 0.0000061344235, z: 0.00000056286797}
rotation: {x: -0.00916286, y: -0.0128391525, z: 0.037715007, w: 0.99916404}
scale: {x: 1.0000056, y: 1.0000017, z: 1.0000069}
- name: IndexFinger_041
parentName: IndexFinger_031
position: {x: 0.059107542, y: -0.0000048901334, z: -0.00000042587297}
rotation: {x: -0.0059754145, y: -0.027766181, z: -0.21030399, w: 0.9772234}
scale: {x: 0.9999805, y: 1.0000246, z: 1.0000051}
- name: Finger_011
parentName: Hand_R
position: {x: 0.051991317, y: -0.012054317, z: 0.14853004}
rotation: {x: -0.098623544, y: -0.46501857, z: -0.05666304, w: 0.8779638}
scale: {x: 1.0000256, y: 1.0000019, z: 0.9999755}
- name: Finger_021
parentName: Finger_011
position: {x: 0.064152494, y: 0.000001623162, z: -0.000000044617604}
rotation: {x: 0.0035673003, y: 0.019343434, z: 0.02855653, w: 0.9993987}
scale: {x: 1.0000013, y: 1.0000068, z: 1.0000048}
- name: Finger_031
parentName: Finger_021
position: {x: 0.05329311, y: 0.0000014939407, z: 0.00000036493486}
rotation: {x: -0.024189861, y: -0.018476665, z: 0.0317534, w: 0.99903214}
scale: {x: 0.9999959, y: 0.9999984, z: 1.0000075}
- name: Finger_041
parentName: Finger_031
position: {x: 0.047220778, y: -0.000008236042, z: -0.00000043038915}
rotation: {x: 0.021918578, y: 0.09546642, z: -0.22269535, w: 0.96995497}
scale: {x: 0.9999941, y: 1.0000123, z: 0.99999946}
- name: UpperLeg_L
parentName: Hips
position: {x: -0.13062388, y: -8.881784e-18, z: -1.11022296e-17}
rotation: {x: -0.2668567, y: -0.21296217, z: 0.49947357, w: 0.79621655}
scale: {x: 1, y: 0.99999994, z: 1.0000001}
- name: LowerLeg_L
parentName: UpperLeg_L
position: {x: -0.37842098, y: 1.02140514e-16, z: 2.2204459e-17}
rotation: {x: 0.000000014901161, y: 0.000000014901161, z: 0.0000000037252903, w: 1}
scale: {x: 1, y: 1.0000024, z: 1.0000001}
- name: Ankle_L
parentName: LowerLeg_L
position: {x: -0.37842098, y: -0.00000000799083, z: -0.00000017884236}
rotation: {x: 0.74587387, y: 0.5143675, z: -0.19933206, w: 0.3733162}
scale: {x: 1.0000031, y: 1.0000026, z: 1.0000039}
- name: Ball_L
parentName: Ankle_L
position: {x: -0.12877615, y: 3.5527136e-17, z: 3.3500888e-17}
rotation: {x: 0.000000059604645, y: -0.00000010430813, z: -0.23606837, w: 0.9717365}
scale: {x: 1.000003, y: 1.0000012, z: 1.0000043}
- name: Toes_L
parentName: Ball_L
position: {x: -0.0729575, y: 8.228515e-18, z: -1.3369588e-15}
rotation: {x: -0.000000011153303, y: -0.7071068, z: 0.00000005585679, w: 0.70710677}
scale: {x: 0.9999996, y: 0.99999994, z: 0.9999985}
- name: UpperLeg_R
parentName: Hips
position: {x: 0.102061786, y: -0.08152349, z: -1.1102199e-17}
rotation: {x: 0.58627975, y: -0.7346501, z: -0.28922033, w: 0.18143041}
scale: {x: 1.0000018, y: 1.0000002, z: 1.0000037}
- name: LowerLeg_R
parentName: UpperLeg_R
position: {x: 0.37842068, y: 0.00000027396194, z: 0.0000002682214}
rotation: {x: 0.000000044703484, y: -0, z: 0.00000008940697, w: 1}
scale: {x: 0.99999994, y: 1.0000006, z: 1.0000002}
- name: Ankle_R
parentName: LowerLeg_R
position: {x: 0.37842116, y: 0.0000002667152, z: 0.00000034490833}
rotation: {x: 0.7458739, y: 0.5143674, z: -0.19933215, w: 0.37331626}
scale: {x: 1.0000004, y: 1.0000017, z: 1.0000024}
- name: Ball_R
parentName: Ankle_R
position: {x: 0.12877613, y: -0.000000010258867, z: -1.0658141e-16}
rotation: {x: -0.000000059604638, y: -0.000000014901159, z: -0.23606837, w: 0.97173643}
scale: {x: 0.99999756, y: 1.000004, z: 0.9999984}
- name: Toes_R
parentName: Ball_R
position: {x: 0.0729575, y: -4.0909496e-14, z: 3.5527136e-17}
rotation: {x: 0.000000026054469, y: -0.7071068, z: 0.000000033550176, w: 0.7071068}
scale: {x: 0.99999934, y: 1.0000049, z: 1.0000044}
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
globalScale: 1
rootMotionBoneName:
hasTranslationDoF: 0
hasExtraRoot: 1
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: b63434e5ef6b98d45865ec4417e31bd4, type: 2}
autoGenerateAvatarMappingIfUnspecified: 1
animationType: 3
humanoidOversampling: 1
avatarSetup: 2
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
importBlendShapeDeformPercent: 1
remapMaterialsIfMaterialImportModeIsNone: 0
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -14541,104 +14541,104 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 8818883032728065057, guid: 56986b707b0dc09439cb35ff2f87dcc9, type: 3}
propertyPath: registeredClips.Array.size
value: 38
value: 29
objectReference: {fileID: 0}
- target: {fileID: 8818883032728065057, guid: 56986b707b0dc09439cb35ff2f87dcc9, type: 3}
propertyPath: 'registeredClips.Array.data[0]'
value:
objectReference: {fileID: 7400000, guid: 12e823759a003f5e9a47293f009111f8, type: 2}
objectReference: {fileID: 7400000, guid: c9691c41dd675a18dbf4d14aeb319ce0, type: 2}
- target: {fileID: 8818883032728065057, guid: 56986b707b0dc09439cb35ff2f87dcc9, type: 3}
propertyPath: 'registeredClips.Array.data[1]'
value:
objectReference: {fileID: 7400000, guid: 8a5b6b14574ddf9c2990be2b5e6e4a73, type: 2}
objectReference: {fileID: 345540028182452376, guid: 393c4a955fb89979f81115ea7988d57e, type: 3}
- target: {fileID: 8818883032728065057, guid: 56986b707b0dc09439cb35ff2f87dcc9, type: 3}
propertyPath: 'registeredClips.Array.data[2]'
value:
objectReference: {fileID: 7400000, guid: 6a8225638f252a343bf7a63037d9646b, type: 2}
objectReference: {fileID: 7400000, guid: ed7913df0854ae86a9374a34d7ebdc7d, type: 2}
- target: {fileID: 8818883032728065057, guid: 56986b707b0dc09439cb35ff2f87dcc9, type: 3}
propertyPath: 'registeredClips.Array.data[3]'
value:
objectReference: {fileID: 7400000, guid: c901be6f00fe40f85ac3cefc15305b22, type: 2}
objectReference: {fileID: 7400000, guid: 1654c779ca38159dab86a08864968bcc, type: 2}
- target: {fileID: 8818883032728065057, guid: 56986b707b0dc09439cb35ff2f87dcc9, type: 3}
propertyPath: 'registeredClips.Array.data[4]'
value:
objectReference: {fileID: 7400000, guid: 79b23145d7dec4db98ff025556552e72, type: 2}
objectReference: {fileID: 7400000, guid: 51c52bb037757304ca6faaf68c181bcd, type: 2}
- target: {fileID: 8818883032728065057, guid: 56986b707b0dc09439cb35ff2f87dcc9, type: 3}
propertyPath: 'registeredClips.Array.data[5]'
value:
objectReference: {fileID: 7400000, guid: c40824d39d8c11bedbeb448867e881c3, type: 2}
objectReference: {fileID: 7400000, guid: c901be6f00fe40f85ac3cefc15305b22, type: 2}
- target: {fileID: 8818883032728065057, guid: 56986b707b0dc09439cb35ff2f87dcc9, type: 3}
propertyPath: 'registeredClips.Array.data[6]'
value:
objectReference: {fileID: 7400000, guid: 6a025fd35595e802b82bd468471d91e2, type: 2}
objectReference: {fileID: 7400000, guid: 79b23145d7dec4db98ff025556552e72, type: 2}
- target: {fileID: 8818883032728065057, guid: 56986b707b0dc09439cb35ff2f87dcc9, type: 3}
propertyPath: 'registeredClips.Array.data[7]'
value:
objectReference: {fileID: 7400000, guid: 523e4247711d3fe44b47b9c932f176ae, type: 2}
objectReference: {fileID: 7400000, guid: c40824d39d8c11bedbeb448867e881c3, type: 2}
- target: {fileID: 8818883032728065057, guid: 56986b707b0dc09439cb35ff2f87dcc9, type: 3}
propertyPath: 'registeredClips.Array.data[8]'
value:
objectReference: {fileID: 7400000, guid: 84f2b5202ad298d4b91bd0e56dcfa295, type: 2}
objectReference: {fileID: 7400000, guid: 6a025fd35595e802b82bd468471d91e2, type: 2}
- target: {fileID: 8818883032728065057, guid: 56986b707b0dc09439cb35ff2f87dcc9, type: 3}
propertyPath: 'registeredClips.Array.data[9]'
value:
objectReference: {fileID: 7400000, guid: 58847e89d27d1b140b1075bba68445c0, type: 2}
objectReference: {fileID: 7400000, guid: 189617e6b9348dbb287d409c27866040, type: 2}
- target: {fileID: 8818883032728065057, guid: 56986b707b0dc09439cb35ff2f87dcc9, type: 3}
propertyPath: 'registeredClips.Array.data[10]'
value:
objectReference: {fileID: 7400000, guid: 0b70d6464b876144c84f2410c0359a4f, type: 2}
objectReference: {fileID: 7400000, guid: 523e4247711d3fe44b47b9c932f176ae, type: 2}
- target: {fileID: 8818883032728065057, guid: 56986b707b0dc09439cb35ff2f87dcc9, type: 3}
propertyPath: 'registeredClips.Array.data[11]'
value:
objectReference: {fileID: 7400000, guid: e35d6eb3ae2c5a146801c9dd399acd52, type: 2}
objectReference: {fileID: 7400000, guid: 84f2b5202ad298d4b91bd0e56dcfa295, type: 2}
- target: {fileID: 8818883032728065057, guid: 56986b707b0dc09439cb35ff2f87dcc9, type: 3}
propertyPath: 'registeredClips.Array.data[12]'
value:
objectReference: {fileID: 7400000, guid: 4ff85a68bb491e143a001f3af82639ed, type: 2}
objectReference: {fileID: 7400000, guid: 852753add7a69599eaf82f0746cb8e2a, type: 2}
- target: {fileID: 8818883032728065057, guid: 56986b707b0dc09439cb35ff2f87dcc9, type: 3}
propertyPath: 'registeredClips.Array.data[13]'
value:
objectReference: {fileID: 7400000, guid: 1c76b3d381d4b38e5811352df87fa9e9, type: 2}
objectReference: {fileID: 7400000, guid: 7cc42fa8d27f37167b5c3715e8ebef8c, type: 2}
- target: {fileID: 8818883032728065057, guid: 56986b707b0dc09439cb35ff2f87dcc9, type: 3}
propertyPath: 'registeredClips.Array.data[14]'
value:
objectReference: {fileID: 7400000, guid: 99ab919e6f98f0396888bafc0149f31a, type: 2}
objectReference: {fileID: 7400000, guid: 61446056d515e836f9a210484e185660, type: 2}
- target: {fileID: 8818883032728065057, guid: 56986b707b0dc09439cb35ff2f87dcc9, type: 3}
propertyPath: 'registeredClips.Array.data[15]'
value:
objectReference: {fileID: 7400000, guid: a7f2d3a84c10032de8d569dcf1eed9e0, type: 2}
objectReference: {fileID: 7400000, guid: 3c74a2162339f1e06920a807790022a0, type: 2}
- target: {fileID: 8818883032728065057, guid: 56986b707b0dc09439cb35ff2f87dcc9, type: 3}
propertyPath: 'registeredClips.Array.data[16]'
value:
objectReference: {fileID: 7400000, guid: 852753add7a69599eaf82f0746cb8e2a, type: 2}
objectReference: {fileID: 7400000, guid: 436c85ff7f42b275ca867b40738254a6, type: 2}
- target: {fileID: 8818883032728065057, guid: 56986b707b0dc09439cb35ff2f87dcc9, type: 3}
propertyPath: 'registeredClips.Array.data[17]'
value:
objectReference: {fileID: 7400000, guid: 7cc42fa8d27f37167b5c3715e8ebef8c, type: 2}
objectReference: {fileID: 7400000, guid: 567a0c8cbb10eafa08807226645826e2, type: 2}
- target: {fileID: 8818883032728065057, guid: 56986b707b0dc09439cb35ff2f87dcc9, type: 3}
propertyPath: 'registeredClips.Array.data[18]'
value:
objectReference: {fileID: 7400000, guid: 61446056d515e836f9a210484e185660, type: 2}
objectReference: {fileID: 7400000, guid: b948f6e859be42cf9ad570e16fd418f1, type: 2}
- target: {fileID: 8818883032728065057, guid: 56986b707b0dc09439cb35ff2f87dcc9, type: 3}
propertyPath: 'registeredClips.Array.data[19]'
value:
objectReference: {fileID: 7400000, guid: 567a0c8cbb10eafa08807226645826e2, type: 2}
objectReference: {fileID: 7400000, guid: 2ca3044b7e7a3ff4eb8d3d6bf75f5e92, type: 2}
- target: {fileID: 8818883032728065057, guid: 56986b707b0dc09439cb35ff2f87dcc9, type: 3}
propertyPath: 'registeredClips.Array.data[20]'
value:
objectReference: {fileID: 7400000, guid: 94da51b9da4bad4129ba5e33e671db62, type: 2}
objectReference: {fileID: 7400000, guid: 6b11f2b53d826bba3ab9f8086a42de14, type: 2}
- target: {fileID: 8818883032728065057, guid: 56986b707b0dc09439cb35ff2f87dcc9, type: 3}
propertyPath: 'registeredClips.Array.data[21]'
value:
objectReference: {fileID: 7400000, guid: b948f6e859be42cf9ad570e16fd418f1, type: 2}
objectReference: {fileID: 7400000, guid: 156c90879bba0d7649e8b29224daa390, type: 2}
- target: {fileID: 8818883032728065057, guid: 56986b707b0dc09439cb35ff2f87dcc9, type: 3}
propertyPath: 'registeredClips.Array.data[22]'
value:
objectReference: {fileID: 7400000, guid: 8cfd11750543a4484bae82462b7c0351, type: 2}
objectReference: {fileID: 7400000, guid: 6439cde8bc726bd1caad7d6e18a31416, type: 2}
- target: {fileID: 8818883032728065057, guid: 56986b707b0dc09439cb35ff2f87dcc9, type: 3}
propertyPath: 'registeredClips.Array.data[23]'
value:
objectReference: {fileID: 7400000, guid: b8206d6d914a86cd9a169763c82f273e, type: 2}
objectReference: {fileID: 7400000, guid: 606aec780e456217687074cbbf23a2c8, type: 2}
- target: {fileID: 8818883032728065057, guid: 56986b707b0dc09439cb35ff2f87dcc9, type: 3}
propertyPath: 'registeredClips.Array.data[24]'
value:
@@ -14646,19 +14646,19 @@ PrefabInstance:
- target: {fileID: 8818883032728065057, guid: 56986b707b0dc09439cb35ff2f87dcc9, type: 3}
propertyPath: 'registeredClips.Array.data[25]'
value:
objectReference: {fileID: 7400000, guid: 82cf3119cd7b56e3e9d579cac94fc09d, type: 2}
objectReference: {fileID: 7400000, guid: 71c802f9bbefb10be81506bf40e18f19, type: 2}
- target: {fileID: 8818883032728065057, guid: 56986b707b0dc09439cb35ff2f87dcc9, type: 3}
propertyPath: 'registeredClips.Array.data[26]'
value:
objectReference: {fileID: 7400000, guid: 18b092b0aae73b9219db20623b0c3427, type: 2}
objectReference: {fileID: 7400000, guid: 7a296d71e8987d8379c9871af2c55b6c, type: 2}
- target: {fileID: 8818883032728065057, guid: 56986b707b0dc09439cb35ff2f87dcc9, type: 3}
propertyPath: 'registeredClips.Array.data[27]'
value:
objectReference: {fileID: 7400000, guid: 8f572193078ff9e229c1d39038620857, type: 2}
objectReference: {fileID: 7400000, guid: 3f502eaa976c5a413a287b99d1fc0ba8, type: 2}
- target: {fileID: 8818883032728065057, guid: 56986b707b0dc09439cb35ff2f87dcc9, type: 3}
propertyPath: 'registeredClips.Array.data[28]'
value:
objectReference: {fileID: 7400000, guid: 9678ad326a270e9aa9cb5ebf5fa00279, type: 2}
objectReference: {fileID: 7400000, guid: 7f928c2b013a2b36f891ff9a285e2698, type: 2}
- target: {fileID: 8818883032728065057, guid: 56986b707b0dc09439cb35ff2f87dcc9, type: 3}
propertyPath: 'registeredClips.Array.data[29]'
value:

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 4ff85a68bb491e143a001f3af82639ed
guid: ed7913df0854ae86a9374a34d7ebdc7d
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 0b70d6464b876144c84f2410c0359a4f
guid: 1654c779ca38159dab86a08864968bcc
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 436c85ff7f42b275ca867b40738254a6
guid: 51c52bb037757304ca6faaf68c181bcd
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000

View File

@@ -45131,7 +45131,7 @@ AnimationClip:
m_HasAdditiveReferencePose: 0
m_LoopTime: 0
m_LoopBlend: 0
m_LoopBlendOrientation: 0
m_LoopBlendOrientation: 1
m_LoopBlendPositionY: 0
m_LoopBlendPositionXZ: 0
m_KeepOriginalOrientation: 0

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: e35d6eb3ae2c5a146801c9dd399acd52
guid: 9d61fd0c58927165096b86a443f50346
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 0ac204f42d08127d486281f828f28742
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -43628,7 +43628,7 @@ AnimationClip:
m_KeepOriginalPositionY: 1
m_KeepOriginalPositionXZ: 0
m_HeightFromFeet: 0
m_Mirror: 1
m_Mirror: 0
m_EditorCurves: []
m_EulerEditorCurves: []
m_HasGenericRootTransform: 0

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: 94da51b9da4bad4129ba5e33e671db62
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 8cfd11750543a4484bae82462b7c0351
guid: 6b11f2b53d826bba3ab9f8086a42de14
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: b8206d6d914a86cd9a169763c82f273e
guid: 156c90879bba0d7649e8b29224daa390
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 16c44854334d767d3af2fd774b89a809
guid: 6439cde8bc726bd1caad7d6e18a31416
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 82cf3119cd7b56e3e9d579cac94fc09d
guid: 606aec780e456217687074cbbf23a2c8
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 1f04142b14e6fd1e9a98b8ac5f2297cc
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 18b092b0aae73b9219db20623b0c3427
guid: ead3ca0dff8c0a3468e3234269c4a62e
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: d13751966b5403386ab7a397454197e2
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 8f572193078ff9e229c1d39038620857
guid: 3f077b889a0c441a8be8f51575b34f37
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 10d643a69e2dd30dd878185745485fbb
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 9678ad326a270e9aa9cb5ebf5fa00279
guid: 2a4b85a4c310279608b86f63f13c90e6
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 29c99d510a8a62450b96fd80893e45f4
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 47c0f28faeee1c5d3bd45688844dc068
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: b73a55c82a8bff692aa4a9e60395c247
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 3904a390dfdc98cd6bb386fc6c024eea
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 71c802f9bbefb10be81506bf40e18f19
guid: b3cb0b329a21a7fcda3402b8e07e38b9
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000

View File

@@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: 7a296d71e8987d8379c9871af2c55b6c
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,5 +1,30 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1101 &-8931477014669629951
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 3
m_ConditionEvent: Speed
m_EventTreshold: 0.01
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: -4652545120162758660}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0.25
m_TransitionOffset: 0
m_ExitTime: 0.9
m_HasExitTime: 0
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 0
--- !u!1107 &-8724618498758723359
AnimatorStateMachine:
serializedVersion: 6
@@ -22,33 +47,6 @@ AnimatorStateMachine:
m_ExitPosition: {x: 800, y: 120, z: 0}
m_ParentStateMachinePosition: {x: 800, y: 20, z: 0}
m_DefaultState: {fileID: -1761221109508103449}
--- !u!1102 &-7908033645098541312
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Idle
m_Speed: 1
m_CycleOffset: 0
m_Transitions:
- {fileID: 3552691702041008167}
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: ebc8e8e59d375104babccd596aa3bdc0, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1101 &-7355565198356877363
AnimatorStateTransition:
m_ObjectHideFlags: 1
@@ -96,6 +94,34 @@ AnimatorStateTransition:
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!1101 &-5661198802355905067
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 4
m_ConditionEvent: Speed
m_EventTreshold: 0.03
- m_ConditionMode: 4
m_ConditionEvent: Phase
m_EventTreshold: 3
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: 1582555298472611487}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0.1
m_TransitionOffset: 0
m_ExitTime: 0.9
m_HasExitTime: 0
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 0
--- !u!1102 &-5654511470593336247
AnimatorState:
serializedVersion: 6
@@ -107,7 +133,8 @@ AnimatorState:
m_Speed: 1
m_CycleOffset: 0
m_Transitions:
- {fileID: -4610620118332829913}
- {fileID: 7762382708247891322}
- {fileID: 5235194402694696982}
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
@@ -132,12 +159,9 @@ AnimatorStateMachine:
m_PrefabAsset: {fileID: 0}
m_Name: Base Layer
m_ChildStates:
- serializedVersion: 1
m_State: {fileID: -7908033645098541312}
m_Position: {x: 30, y: 180, z: 0}
- serializedVersion: 1
m_State: {fileID: -4652545120162758660}
m_Position: {x: 290, y: 180, z: 0}
m_Position: {x: 480, y: 230, z: 0}
- serializedVersion: 1
m_State: {fileID: -2487449162152911812}
m_Position: {x: -220, y: 350, z: 0}
@@ -150,6 +174,12 @@ AnimatorStateMachine:
- serializedVersion: 1
m_State: {fileID: -5654511470593336247}
m_Position: {x: 30, y: 270, z: 0}
- serializedVersion: 1
m_State: {fileID: 1582555298472611487}
m_Position: {x: 240, y: 120, z: 0}
- serializedVersion: 1
m_State: {fileID: -498625244521711372}
m_Position: {x: 240, y: 320, z: 0}
m_ChildStateMachines: []
m_AnyStateTransitions:
- {fileID: -6146543620670552976}
@@ -161,7 +191,7 @@ AnimatorStateMachine:
m_EntryPosition: {x: 50, y: 120, z: 0}
m_ExitPosition: {x: 800, y: 120, z: 0}
m_ParentStateMachinePosition: {x: 800, y: 20, z: 0}
m_DefaultState: {fileID: -7908033645098541312}
m_DefaultState: {fileID: 1582555298472611487}
--- !u!1102 &-4652545120162758660
AnimatorState:
serializedVersion: 6
@@ -173,7 +203,8 @@ AnimatorState:
m_Speed: 1
m_CycleOffset: 0
m_Transitions:
- {fileID: 8997152603305261974}
- {fileID: -5661198802355905067}
- {fileID: -4269009376538978435}
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
@@ -183,34 +214,40 @@ AnimatorState:
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: -1886843759694807048}
m_Motion: {fileID: 7400000, guid: 51c52bb037757304ca6faaf68c181bcd, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1101 &-4610620118332829913
--- !u!1101 &-4269009376538978435
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions: []
m_Conditions:
- m_ConditionMode: 4
m_ConditionEvent: Speed
m_EventTreshold: 0.03
- m_ConditionMode: 6
m_ConditionEvent: Phase
m_EventTreshold: 3
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: -7908033645098541312}
m_DstState: {fileID: -498625244521711372}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0.25
m_TransitionDuration: 0.1
m_TransitionOffset: 0
m_ExitTime: 0.75
m_HasExitTime: 1
m_ExitTime: 0.9
m_HasExitTime: 0
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
m_CanTransitionToSelf: 0
--- !u!1102 &-2487449162152911812
AnimatorState:
serializedVersion: 6
@@ -237,45 +274,6 @@ AnimatorState:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!206 &-1886843759694807048
BlendTree:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Blend Tree
m_Childs:
- serializedVersion: 2
m_Motion: {fileID: 4441030841997727119, guid: 005ddab128d7eb141b25099c0eb1ed39, type: 3}
m_Threshold: 0
m_Position: {x: 0, y: 0}
m_TimeScale: 1
m_CycleOffset: 0
m_DirectBlendParameter: Speed
m_Mirror: 0
- serializedVersion: 2
m_Motion: {fileID: 2571081563578608591, guid: e6a2aa1552aac6f46b40192ec605d57e, type: 3}
m_Threshold: 0.5
m_Position: {x: 0, y: 0}
m_TimeScale: 1
m_CycleOffset: 0
m_DirectBlendParameter: Speed
m_Mirror: 0
- serializedVersion: 2
m_Motion: {fileID: 1827226128182048838, guid: 60fb511bc6259b745b432aea6a222303, type: 3}
m_Threshold: 1
m_Position: {x: 0, y: 0}
m_TimeScale: 1
m_CycleOffset: 0
m_DirectBlendParameter: Speed
m_Mirror: 0
m_BlendParameter: Speed
m_BlendParameterY: Speed
m_MinThreshold: 0
m_MaxThreshold: 1
m_UseAutomaticThresholds: 1
m_NormalizedBlendValues: 0
m_BlendType: 0
--- !u!1102 &-1761221109508103449
AnimatorState:
serializedVersion: 6
@@ -302,6 +300,31 @@ AnimatorState:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1101 &-1591912023002520841
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 3
m_ConditionEvent: Speed
m_EventTreshold: 0.01
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: -4652545120162758660}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0.25
m_TransitionOffset: 0
m_ExitTime: 0.9
m_HasExitTime: 0
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 0
--- !u!1101 &-1314145896434046212
AnimatorStateTransition:
m_ObjectHideFlags: 1
@@ -327,13 +350,41 @@ AnimatorStateTransition:
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!1102 &-498625244521711372
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Idle_Phase3
m_Speed: 1
m_CycleOffset: 0
m_Transitions:
- {fileID: -1591912023002520841}
- {fileID: 5829157465128090080}
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: 1654c779ca38159dab86a08864968bcc, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!91 &9100000
AnimatorController:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: AC_Drog
m_Name: AC_Boss_Drog
serializedVersion: 5
m_AnimatorParameters:
- m_Name: Speed
@@ -384,6 +435,12 @@ AnimatorController:
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 9100000}
- m_Name: Phase
m_Type: 3
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 9100000}
m_AnimatorLayers:
- serializedVersion: 5
m_Name: Base Layer
@@ -397,31 +454,35 @@ AnimatorController:
m_IKPass: 0
m_SyncedLayerAffectsTiming: 0
m_Controller: {fileID: 9100000}
- serializedVersion: 5
m_Name: Override
m_StateMachine: {fileID: -8724618498758723359}
m_Mask: {fileID: 31900000, guid: d878cc26c0d6449d2ad2c0ed02c73eca, type: 2}
m_Motions:
- serializedVersion: 2
m_State: {fileID: 0}
m_Motion: {fileID: -1601098376034012026, guid: 86ec0c0d77d3fcd47b879e206e9b492c, type: 3}
- serializedVersion: 2
m_State: {fileID: -4652545120162758660}
m_Motion: {fileID: 691025228808474260, guid: f24af721b97fadb4ba0f82937853e9f7, type: 3}
- serializedVersion: 2
m_State: {fileID: -2487449162152911812}
m_Motion: {fileID: 8640942340808133859, guid: 235e9fb2014c3044ba826dd0e71987a4, type: 3}
- serializedVersion: 2
m_State: {fileID: -7908033645098541312}
m_Motion: {fileID: 9143937929783346939, guid: 92dc2765bff93f540a4433ac13713d72, type: 3}
m_Behaviours: []
m_BlendingMode: 0
m_SyncedLayerIndex: 0
m_DefaultWeight: 0
m_IKPass: 0
m_SyncedLayerAffectsTiming: 0
m_Controller: {fileID: 9100000}
--- !u!1101 &3552691702041008167
--- !u!1102 &1582555298472611487
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Idle_Phase1
m_Speed: 1
m_CycleOffset: 0
m_Transitions:
- {fileID: -8931477014669629951}
- {fileID: 2459631991574308566}
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 1
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: 584d21bf1ba1a2dad845629563d8c26c, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1101 &2459631991574308566
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
@@ -429,23 +490,26 @@ AnimatorStateTransition:
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 3
- m_ConditionMode: 4
m_ConditionEvent: Speed
m_EventTreshold: 0.01
m_EventTreshold: 0.03
- m_ConditionMode: 6
m_ConditionEvent: Phase
m_EventTreshold: 3
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: -4652545120162758660}
m_DstState: {fileID: -498625244521711372}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0.25
m_TransitionDuration: 0.15
m_TransitionOffset: 0
m_ExitTime: 0.75
m_ExitTime: 0.9
m_HasExitTime: 0
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
m_CanTransitionToSelf: 0
--- !u!1102 &4717780193306342999
AnimatorState:
serializedVersion: 6
@@ -473,6 +537,59 @@ AnimatorState:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1101 &5235194402694696982
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 6
m_ConditionEvent: Phase
m_EventTreshold: 3
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: -498625244521711372}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0.25
m_TransitionOffset: 0
m_ExitTime: 0.75
m_HasExitTime: 1
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 0
--- !u!1101 &5829157465128090080
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 4
m_ConditionEvent: Speed
m_EventTreshold: 0.03
- m_ConditionMode: 4
m_ConditionEvent: Phase
m_EventTreshold: 3
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: 1582555298472611487}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0.15
m_TransitionOffset: 0
m_ExitTime: 0.9
m_HasExitTime: 0
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 0
--- !u!1101 &7571880184799686224
AnimatorStateTransition:
m_ObjectHideFlags: 1
@@ -495,6 +612,31 @@ AnimatorStateTransition:
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!1101 &7762382708247891322
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 4
m_ConditionEvent: Phase
m_EventTreshold: 3
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: 1582555298472611487}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0.25
m_TransitionOffset: 0
m_ExitTime: 0.75
m_HasExitTime: 1
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 0
--- !u!1102 &8846385207969213533
AnimatorState:
serializedVersion: 6
@@ -522,28 +664,3 @@ AnimatorState:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1101 &8997152603305261974
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 4
m_ConditionEvent: Speed
m_EventTreshold: 0.03
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: -7908033645098541312}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0.1
m_TransitionOffset: 0
m_ExitTime: 0.9977373
m_HasExitTime: 0
m_HasFixedDuration: 0
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1

View File

@@ -22,16 +22,16 @@ MonoBehaviour:
Skill: {fileID: 11400000, guid: ae7fc1b970b770680b95f69111f2b08a, type: 2}
Duration: 0
ChargeData:
requiredDamageRatio: 0
requiredDamageRatio: 0.1
telegraphAbnormality: {fileID: 0}
staggerDuration: 0
staggerDuration: 2
- Type: 0
Skill: {fileID: 11400000, guid: e666c41a932cdd478a62552e12c64801, type: 2}
Duration: 0
ChargeData:
requiredDamageRatio: 0
requiredDamageRatio: 0.1
telegraphAbnormality: {fileID: 0}
staggerDuration: 0
staggerDuration: 2
- Type: 1
Skill: {fileID: 0}
Duration: 0.1

View File

@@ -22,16 +22,23 @@ MonoBehaviour:
Skill: {fileID: 11400000, guid: 19675febf4943e06b87c83e7d8517e3c, type: 2}
Duration: 0
ChargeData:
requiredDamageRatio: 0
requiredDamageRatio: 0.1
telegraphAbnormality: {fileID: 0}
staggerDuration: 0
staggerDuration: 2
- Type: 0
Skill: {fileID: 11400000, guid: ff1a135feff0d1999892a94317128bcf, type: 2}
Duration: 0
ChargeData:
requiredDamageRatio: 0
requiredDamageRatio: 0.1
telegraphAbnormality: {fileID: 0}
staggerDuration: 0
staggerDuration: 2
- Type: 0
Skill: {fileID: 11400000, guid: ef31b6ee182b8ce4cb7a0abf35daa91e, type: 2}
Duration: 0
ChargeData:
requiredDamageRatio: 0.1
telegraphAbnormality: {fileID: 0}
staggerDuration: 2
cooldown: 2.5
minPhase: 1
skipJumpStepOnNoTarget: 0

View File

@@ -22,16 +22,16 @@ MonoBehaviour:
Skill: {fileID: 11400000, guid: d8008b7d595f832798f900b884fb6ac2, type: 2}
Duration: 0
ChargeData:
requiredDamageRatio: 0
requiredDamageRatio: 0.1
telegraphAbnormality: {fileID: 0}
staggerDuration: 0
staggerDuration: 2
- Type: 0
Skill: {fileID: 11400000, guid: a42c075b82a2b40b3b1c4540bea4bd03, type: 2}
Duration: 0
ChargeData:
requiredDamageRatio: 0
requiredDamageRatio: 0.1
telegraphAbnormality: {fileID: 0}
staggerDuration: 0
staggerDuration: 2
cooldown: 3
minPhase: 1
skipJumpStepOnNoTarget: 0

View File

@@ -22,23 +22,30 @@ MonoBehaviour:
Skill: {fileID: 11400000, guid: 78fa18c15c0ea5248bc6966b4b2c4e04, type: 2}
Duration: 0
ChargeData:
requiredDamageRatio: 0
requiredDamageRatio: 0.1
telegraphAbnormality: {fileID: 0}
staggerDuration: 0
staggerDuration: 2
- Type: 0
Skill: {fileID: 11400000, guid: 03c4971dcffb2ea0eb36ac997ee2a1a0, type: 2}
Duration: 0
ChargeData:
requiredDamageRatio: 0
requiredDamageRatio: 0.1
telegraphAbnormality: {fileID: 0}
staggerDuration: 0
staggerDuration: 2
- Type: 0
Skill: {fileID: 11400000, guid: fc435c80b8f1348f889910629f8eec51, type: 2}
Skill: {fileID: 11400000, guid: f198ba936803d8fd7bde5815b7033954, type: 2}
Duration: 0
ChargeData:
requiredDamageRatio: 0
requiredDamageRatio: 0.1
telegraphAbnormality: {fileID: 0}
staggerDuration: 0
staggerDuration: 2
- Type: 0
Skill: {fileID: 11400000, guid: 124136677f0a34a77a157d01f2df62ce, type: 2}
Duration: 0
ChargeData:
requiredDamageRatio: 0.1
telegraphAbnormality: {fileID: 0}
staggerDuration: 2
cooldown: 3.25
minPhase: 1
skipJumpStepOnNoTarget: 0

View File

@@ -22,16 +22,16 @@ MonoBehaviour:
Skill: {fileID: 11400000, guid: a3d01db588247bc93861ea39572489f5, type: 2}
Duration: 0
ChargeData:
requiredDamageRatio: 0
requiredDamageRatio: 0.1
telegraphAbnormality: {fileID: 0}
staggerDuration: 0
staggerDuration: 2
- Type: 0
Skill: {fileID: 11400000, guid: 4d2a845524d535769b4e2583c6321ffe, type: 2}
Duration: 0
ChargeData:
requiredDamageRatio: 0
requiredDamageRatio: 0.1
telegraphAbnormality: {fileID: 0}
staggerDuration: 0
staggerDuration: 2
- Type: 1
Skill: {fileID: 0}
Duration: 0.1

View File

@@ -20,7 +20,6 @@ MonoBehaviour:
baseTypes: 1
animationClips:
- {fileID: 7400000, guid: 3c74a2162339f1e06920a807790022a0, type: 2}
- {fileID: 7400000, guid: 436c85ff7f42b275ca867b40738254a6, type: 2}
animationSpeed: 1
useRootMotion: 1
ignoreRootMotionY: 1

View File

@@ -20,7 +20,6 @@ MonoBehaviour:
baseTypes: 1
animationClips:
- {fileID: 7400000, guid: 567a0c8cbb10eafa08807226645826e2, type: 2}
- {fileID: 7400000, guid: 94da51b9da4bad4129ba5e33e671db62, type: 2}
animationSpeed: 1
useRootMotion: 1
ignoreRootMotionY: 1

View File

@@ -12,15 +12,14 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 94f0a76cebcac2f4fb5daf1b675fd79f, type: 3}
m_Name: "Data_Skill_Drog_\uCF64\uBCF4-\uAE30\uBCF8\uAE301_3"
m_EditorClassIdentifier: Colosseum.Game::Colosseum.Skills.SkillData
skillName: "\uCF64\uBCF4-\uAE30\uBCF8\uAE301 2\uD0C0"
skillName: "\uCF64\uBCF4-\uAE30\uBCF8\uAE301 3"
description: "\uAE30\uBCF8\uAE30 \uCF64\uBCF41\uC758 \uD6C4\uC18D \uD0C0\uACA9\uC785\uB2C8\uB2E4."
icon: {fileID: 0}
skillRole: 1
activationType: 1
baseTypes: 1
animationClips:
- {fileID: 7400000, guid: 567a0c8cbb10eafa08807226645826e2, type: 2}
- {fileID: 7400000, guid: 94da51b9da4bad4129ba5e33e671db62, type: 2}
- {fileID: 7400000, guid: b948f6e859be42cf9ad570e16fd418f1, type: 2}
animationSpeed: 1
useRootMotion: 1
ignoreRootMotionY: 1

Some files were not shown because too many files have changed in this diff Show More