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

226 lines
7.1 KiB
JSON

[
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Animal_Fox_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_Fox_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.25,
"OGAHELLALBB": "RandomSpeed"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Animal_Fox_GetUp",
"onAbilityStart": [
{
"$type": "SetPoseBool",
"boolID": "WanderState",
"value": true
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Animal_Fox_GetDown",
"onAbilityStart": [
{
"$type": "SetPoseBool",
"boolID": "WanderState"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Animal_Fox_Disappear",
"abilityMixins": [
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"Disappear",
"Disappear2"
],
"modifierName": "DisappearTimer"
}
],
"HNEIEGHMLKH": {
"DisappearTimer": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "StartDither",
"duration": 3.0
},
{
"$type": "SetAnimatorBool",
"boolID": "Disappear",
"value": true
},
{
"$type": "KillSelf",
"duration": 2.5,
"BEKKIHBPHGD": true,
"EOIGEKNINFE": true,
"PGGBJIDIINM": "Disappear"
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Animal_Fox_AwareTigger",
"abilityMixins": [
{
"$type": "DoActionByPoseIDMixin",
"poseIDs": [
101
],
"KELPBOLPMNI": [
{
"$type": "SetAnimatorTrigger",
"predicates": [
{
"$type": "ByTargetPositionToSelfPosition",
"GMFCOCAJBDM": "GreaterOrEqual",
"value": 5.0
}
],
"triggerID": "AwareTrigger"
}
]
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Animal_Fox_02_GoToMHPoint",
"HNEIEGHMLKH": {
"Animal_Fox_02_CheckPlayerArround": {
"modifierName": "",
"elementDurability": 100.0,
"IKKMDDLDLIN": 1.0,
"PBDDACFFPOE": [
{
"$type": "Predicated",
"otherTargets": {
"$type": "SelectTargetsByShape",
"JBKKOJLJHDK": "CircleR5",
"ONPOPLLHJLE": "Enemy",
"CJJABKCAIEB": 1.0
},
"ELDBAFHCOBL": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Avatar"
]
}
],
"NCNDEAPMKCP": [
{
"$type": "SetNeuronEnable",
"EPADBCOELIH": "SURROUND",
"enable": true
}
]
}
]
}
},
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "Animal_Fox_02_CheckPlayerArround"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Animal_Fox_02_Alert",
"onAbilityStart": [
{
"$type": "SetNeuronEnable",
"EPADBCOELIH": "SURROUND",
"enable": true
}
]
}
}
]