mirror of
https://github.com/Koko-boya/Grasscutter_Resources
synced 2024-01-31 23:23:19 +08:00
66 lines
1.9 KiB
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
] |