mirror of
https://github.com/Koko-boya/Grasscutter_Resources
synced 2024-01-31 23:23:19 +08:00
273 lines
8.2 KiB
JSON
273 lines
8.2 KiB
JSON
[
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "Animal_Crane_AIStateInitial",
|
|
"abilityMixins": [
|
|
{
|
|
"$type": "DoActionByPoseIDMixin",
|
|
"poseIDs": [
|
|
1
|
|
],
|
|
"KELPBOLPMNI": [
|
|
{
|
|
"$type": "ReTriggerAISkillInitialCD",
|
|
"skillIDs": [
|
|
202
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "DoActionByPoseIDMixin",
|
|
"poseIDs": [
|
|
2
|
|
],
|
|
"KELPBOLPMNI": [
|
|
{
|
|
"$type": "ReTriggerAISkillInitialCD",
|
|
"skillIDs": [
|
|
101,
|
|
102,
|
|
103,
|
|
104,
|
|
201
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "Animal_Crane_Random",
|
|
"abilityMixins": [
|
|
{
|
|
"$type": "AttachToAnimatorStateIDMixin",
|
|
"stateIDs": [
|
|
"FlyDown",
|
|
"TakeOff",
|
|
"FlyUp",
|
|
"Disappear"
|
|
],
|
|
"modifierName": "Random_MoveSpeedRatio"
|
|
}
|
|
],
|
|
"EDDGGPMFDGK": {
|
|
"RandomSpeed": 0.0
|
|
},
|
|
"HNEIEGHMLKH": {
|
|
"Random_MoveSpeedRatio": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"properties": {
|
|
"Animator_MoveSpeedRatio": "RandomSpeed"
|
|
}
|
|
}
|
|
},
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetRandomOverrideMapValue",
|
|
"MOCGLDDNLKO": 0.10000000149011612,
|
|
"DMNANPGJBJH": -0.10000000149011612,
|
|
"OGAHELLALBB": "RandomSpeed"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "Animal_Crane_FlyDown",
|
|
"abilityMixins": [
|
|
{
|
|
"$type": "AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"FlyDown"
|
|
],
|
|
"modifierName": "FlyState_Down"
|
|
},
|
|
{
|
|
"$type": "AttachToAnimatorStateIDMixin",
|
|
"stateIDs": [
|
|
"Land"
|
|
],
|
|
"modifierName": "FlyDown_Land"
|
|
}
|
|
],
|
|
"HNEIEGHMLKH": {
|
|
"FlyState_Down": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetPoseBool",
|
|
"boolID": "FlyState",
|
|
"value": true
|
|
}
|
|
],
|
|
"onRemoved": [
|
|
{
|
|
"$type": "SetPoseBool",
|
|
"boolID": "FlyState"
|
|
}
|
|
]
|
|
},
|
|
"FlyDown_Land": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"properties": {
|
|
"Actor_AddGravityScale": -1.9900000095367432
|
|
}
|
|
}
|
|
},
|
|
"onAbilityStart": [
|
|
{
|
|
"$type": "SetPoseBool",
|
|
"boolID": "FlyState"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "Animal_Crane_FlyUp",
|
|
"onAbilityStart": [
|
|
{
|
|
"$type": "SetPoseBool",
|
|
"boolID": "FlyState",
|
|
"value": true
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "Animal_Crane_ToWander",
|
|
"onAbilityStart": [
|
|
{
|
|
"$type": "SetPoseBool",
|
|
"boolID": "WanderState",
|
|
"value": true
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "Animal_Crane_ToIdle",
|
|
"onAbilityStart": [
|
|
{
|
|
"$type": "SetPoseBool",
|
|
"boolID": "WanderState"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "Animal_Crane_Disappear",
|
|
"abilityMixins": [
|
|
{
|
|
"$type": "AttachToAnimatorStateIDMixin",
|
|
"stateIDs": [
|
|
"Disappear"
|
|
],
|
|
"modifierName": "DisappearTimer"
|
|
}
|
|
],
|
|
"HNEIEGHMLKH": {
|
|
"DisappearTimer": {
|
|
"modifierName": "",
|
|
"elementDurability": 100.0,
|
|
"onAdded": [
|
|
{
|
|
"$type": "StartDither",
|
|
"duration": 4.0
|
|
},
|
|
{
|
|
"$type": "SetAnimatorBool",
|
|
"boolID": "Disappear",
|
|
"value": true
|
|
},
|
|
{
|
|
"$type": "KillSelf",
|
|
"duration": 3.5,
|
|
"BEKKIHBPHGD": true,
|
|
"EOIGEKNINFE": true,
|
|
"PGGBJIDIINM": "Disappear"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "Animal_Crane_FlyEffect",
|
|
"onAbilityStart": [
|
|
{
|
|
"$type": "FireEffect",
|
|
"effectPattern": "Eff_Animal_Common_Feather",
|
|
"born": {
|
|
"$type": "ConfigBornByTarget",
|
|
"offset": {
|
|
"x": -0.75,
|
|
"y": 0.75,
|
|
"z": 0.0
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"$type": "FireEffect",
|
|
"effectPattern": "Eff_Animal_Common_Feather",
|
|
"born": {
|
|
"$type": "ConfigBornByTarget",
|
|
"offset": {
|
|
"x": 0.75,
|
|
"y": 0.75,
|
|
"z": 0.0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "ConfigAbility",
|
|
"abilityName": "Animal_Crane_Scared",
|
|
"abilityMixins": [
|
|
{
|
|
"$type": "SteerAttackMixin",
|
|
"steerStateIDs": [
|
|
"Alert"
|
|
],
|
|
"angularSpeed": 150.0,
|
|
"attackTrigger": "",
|
|
"attackDistance": 1.5
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "SetAnimatorBool",
|
|
"boolID": "DistanceFaraway"
|
|
}
|
|
],
|
|
"onAbilityStart": [
|
|
{
|
|
"$type": "SetAnimatorBool",
|
|
"boolID": "DistanceFaraway",
|
|
"value": true
|
|
}
|
|
]
|
|
}
|
|
}
|
|
] |