1
0
ZenlessData/Data/_unsorted/Hitchspiker_TestMove.json
2025-04-22 20:22:46 -03:00

19 lines
387 B
JSON

{
"AbilityName": "Hitchspiker_TestMove",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBeingHit": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Bool_IsMoving",
"ParamType": 2,
"Target": "Self"
},
{
"$type": "LogStringAction",
"LogStr": "测试命中"
}
]
}
}