mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
36 lines
794 B
JSON
36 lines
794 B
JSON
{
|
|
"AbilityMixins": [
|
|
{
|
|
"$type": "AddInteractMixin",
|
|
"InteractKey": "Interact_Switch",
|
|
"InteractTag": "Interact_Switch",
|
|
"IsMonopolize": false,
|
|
"OnInteract": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "CloseModifier",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"OnInteractForbidden": [],
|
|
"OnInteractRemove": []
|
|
}
|
|
],
|
|
"AbilityName": "Switch_Interact",
|
|
"AbilityStacking": "Unique",
|
|
"Modifiers": {
|
|
"CloseModifier": {
|
|
"Duration": 6,
|
|
"ModifierStacking": "Unique",
|
|
"OnRemoved": [
|
|
{
|
|
"$type": "SetAnimCtrlerParamAction",
|
|
"BoolVal": true,
|
|
"ParamName": "Trigger_Close",
|
|
"ParamType": 1,
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |