2022-10-03 15:53:23 +03:00

141 lines
4.2 KiB
JSON

[
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Animal_Squirrel_AIStateInitial",
"abilityMixins": [
{
"$type": "DoActionByPoseIDMixin",
"poseIDs": [
1
],
"KELPBOLPMNI": [
{
"$type": "ReTriggerAISkillInitialCD",
"skillIDs": [
103,
202
]
}
]
},
{
"$type": "DoActionByPoseIDMixin",
"poseIDs": [
2
],
"KELPBOLPMNI": [
{
"$type": "ReTriggerAISkillInitialCD",
"skillIDs": [
101,
102,
201
]
}
]
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Animal_Squirrel_IntoWander",
"onAbilityStart": [
{
"$type": "SetPoseBool",
"boolID": "WanderState",
"value": true
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Animal_Squirrel_IntoIdle",
"onAbilityStart": [
{
"$type": "SetPoseBool",
"boolID": "WanderState"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Animal_Squirrel_Random",
"abilityMixins": [
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"Run",
"Disappear"
],
"modifierName": "Random_MoveSpeedRatio"
}
],
"EDDGGPMFDGK": {
"RandomSpeed": 0.0
},
"HNEIEGHMLKH": {
"Random_MoveSpeedRatio": {
"modifierName": "",
"elementDurability": 100.0,
"properties": {
"Animator_MoveSpeedRatio": "RandomSpeed"
}
}
},
"onAdded": [
{
"$type": "SetRandomOverrideMapValue",
"MOCGLDDNLKO": 0.15000000596046448,
"DMNANPGJBJH": -0.15000000596046448,
"OGAHELLALBB": "RandomSpeed"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Animal_Squirrel_Disappear",
"abilityMixins": [
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"Disappear"
],
"modifierName": "DisappearTimer"
}
],
"HNEIEGHMLKH": {
"DisappearTimer": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "StartDither",
"duration": 2.0
},
{
"$type": "SetAnimatorBool",
"boolID": "Disappear",
"value": true
},
{
"$type": "KillSelf",
"duration": 1.5,
"BEKKIHBPHGD": true,
"EOIGEKNINFE": true,
"PGGBJIDIINM": "Disappear"
}
]
}
}
}
}
]