mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2026-03-05 15:55:46 +08:00
OSPRODWin1.1.0_R3563587_S3563587_D3563587
This commit is contained in:
36
Data/Switch_Interact.json
Normal file
36
Data/Switch_Interact.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user