2022-10-03 16:23:34 +03:00

66 lines
1.9 KiB
JSON

[
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Animal_Marten_Disappear",
"abilityMixins": [
{
"$type": "AttachToAnimatorStateIDMixin",
"stateIDs": [
"Disappear"
],
"modifierName": "DisappearTimer"
}
],
"modifiers": {
"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_Marten_ToWander",
"onAbilityStart": [
{
"$type": "SetPoseBool",
"boolID": "Wander",
"value": true
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Animal_Marten_ToIdle",
"onAbilityStart": [
{
"$type": "SetPoseBool",
"boolID": "Wander"
}
]
}
}
]