ZenlessData/Data/GamePlayEvadeChampion_Cyclops_NormalShot_Interval_1.json
2024-08-13 22:59:23 -03:00

36 lines
826 B
JSON

{
"AbilityName": "GamePlayEvadeChampion_Cyclops_NormalShot_Interval_1",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "Trigger_Skill01",
"Target": "Self"
}
]
},
"Modifiers": {
"Trigger_Skill01": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnThinkInterval": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 1,
"ParamName": "Int_AttackIndex",
"ParamType": 3,
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_PressAttackA",
"ParamType": 1,
"Target": "Self"
}
],
"ThinkInterval": 5
}
}
}