ZenlessData/Data/GamePlayEvadeChampion_Cyclops_NormalShot_Interval_1.json

36 lines
826 B
JSON
Raw Permalink Normal View History

{
"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
}
}
}