31 lines
669 B
JSON
31 lines
669 B
JSON
{
|
|
"AbilityName": "Device_Prop_TelescopicPedal_Open",
|
|
"AbilityStacking": "Unique",
|
|
"Modifiers": {
|
|
"OpenModifier": {
|
|
"Duration": 3,
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "SetAnimCtrlerParamAction",
|
|
"BoolVal": true,
|
|
"ParamName": "Bool_IsOpen",
|
|
"ParamType": 2,
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"OnAbilityStart": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "OpenModifier",
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "RemoveAbilityAction",
|
|
"AbilityName": "Device_Prop_TelescopicPedal_Close",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
} |