mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
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"
|
||
|
}
|
||
|
]
|
||
|
}
|