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

42 lines
890 B
JSON

{
"AbilityName": "Guardian_BeingHit_ShakeLight",
"DefaultModifier": {
"OnBeingHit": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 1,
"ParamName": "Int_ShakeType",
"ParamType": 3,
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"ShakeLight"
]
}
],
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 0,
"ParamName": "Int_ShakeType",
"ParamType": 3,
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"ShakeLight"
]
}
]
}
],
"Target": "Self"
}
]
}
}