1
0
ZenlessData/Data/_unsorted/MazingerGoldenBomb_Attack_10.json

30 lines
687 B
JSON

{
"AbilityName": "MazingerGoldenBomb_Attack_10",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnStunDestroyActionsPre": [
{
"$type": "RandomOperator",
"Odds": 0.5,
"OnFailure": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 1,
"ParamName": "Int_AttackIndex",
"ParamType": 3,
"Target": "Self"
}
],
"OnSuccess": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 10,
"ParamName": "Int_AttackIndex",
"ParamType": 3,
"Target": "Self"
}
]
}
]
}
}