35 lines
757 B
JSON
35 lines
757 B
JSON
{
|
|
"AbilityName": "Activity_BangbooDream_Common_ToShop_Exit",
|
|
"AbilityStacking": "Unique",
|
|
"Modifiers": {
|
|
"DelayColliderModifier": {
|
|
"Duration": 0.5,
|
|
"ModifierStacking": "Refresh",
|
|
"OnRemoved": [
|
|
{
|
|
"$type": "PopHullColliderEnable",
|
|
"Tag": "BangbooDream_Hull",
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "PopWallColliderEnable",
|
|
"Tag": "BangbooDream_Wall",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"OnAbilityStart": [
|
|
{
|
|
"$type": "HandleAnimatorZoneTagsAction",
|
|
"AnimatorStateTags": [
|
|
"EnterShop"
|
|
],
|
|
"IsAdd": false
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "DelayColliderModifier"
|
|
}
|
|
]
|
|
} |