ZenlessData/Data/Bangboo_Bangvolver_QTE_Random.json

45 lines
1.0 KiB
JSON
Raw Permalink Normal View History

{
"AbilityName": "Bangboo_Bangvolver_QTE_Random",
"AbilityStacking": "Unique",
"OnAbilityStart": [
{
"$type": "RandomOperator",
"Odds": 0.333,
"OnFailure": [
{
"$type": "RandomOperator",
"Odds": 0.5,
"OnFailure": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 2,
"ParamName": "Int_QTEType",
"ParamType": 3,
"Target": "Self"
}
],
"OnSuccess": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 1,
"ParamName": "Int_QTEType",
"ParamType": 3,
"Target": "Self"
}
],
"Target": "Self"
}
],
"OnSuccess": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 0,
"ParamName": "Int_QTEType",
"ParamType": 3,
"Target": "Self"
}
],
"Target": "Self"
}
]
}