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

22 lines
477 B
JSON

{
"AbilityName": "Device_Prop_Fan_02_Default",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Bool_IsRotating",
"ParamType": 2,
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 1,
"ParamName": "Int_RotateType",
"ParamType": 3,
"Target": "Self"
}
]
}
}