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:
63
Data/CenterControl_Rotate.json
Normal file
63
Data/CenterControl_Rotate.json
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"AbilityName": "CenterControl_Rotate",
|
||||
"AbilitySpecials": {
|
||||
"Duration": {
|
||||
"Value": 41
|
||||
},
|
||||
"RotateType": {
|
||||
"Value": 3
|
||||
}
|
||||
},
|
||||
"AbilityStacking": "Unique",
|
||||
"Modifiers": {
|
||||
"StartRotateModifier": {
|
||||
"Duration": -1,
|
||||
"ModifierStacking": "Unique",
|
||||
"OnAdded": [
|
||||
{
|
||||
"$type": "SetAnimCtrlerParamAction",
|
||||
"IntVal": "%RotateType",
|
||||
"ParamName": "Int_RotateType",
|
||||
"ParamType": 3,
|
||||
"Target": "Self"
|
||||
},
|
||||
{
|
||||
"$type": "SetAnimCtrlerParamAction",
|
||||
"ParamName": "Trigger_StartRotate",
|
||||
"ParamType": 1,
|
||||
"Target": "Self"
|
||||
}
|
||||
]
|
||||
},
|
||||
"StopRotateModifier": {
|
||||
"Duration": "%Duration",
|
||||
"IgnoreTimeScale": false,
|
||||
"ModifierStacking": "Unique",
|
||||
"OnRemoved": [
|
||||
{
|
||||
"$type": "SetAnimCtrlerParamAction",
|
||||
"ParamName": "Trigger_EndRotate",
|
||||
"ParamType": 1,
|
||||
"Target": "Self"
|
||||
},
|
||||
{
|
||||
"$type": "RemoveModifier",
|
||||
"ModifierName": "StartRotateModifier",
|
||||
"Target": "Self"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"OnAbilityStart": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"ModifierName": "StartRotateModifier",
|
||||
"Target": "Self"
|
||||
},
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"ModifierName": "StopRotateModifier",
|
||||
"Target": "Self"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user