ZenlessData/Data/Billy_SpecialSkill.json

50 lines
1.2 KiB
JSON
Raw Normal View History

{
"AbilityMixins": [
{
"$type": "ActionsOnPropertyChangeMixin",
"PropertyActions": [
{
"IsUsePercentage": false,
"PropertyType": "CurSP",
"ReferMaxPropertyType": "MaxSP",
"ValueRangeActions": [
{
"LowToValueActions": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Bool_IsEnoughEnergy",
"ParamType": 2,
"Target": "Self"
}
],
"Val": 60
},
{
"Val": 60,
"ValueToLowActions": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Bool_IsEnoughEnergy",
"ParamType": 2,
"Target": "Self"
}
]
}
]
}
]
}
],
"AbilityName": "Billy_SpecialSkill",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "SetUIArrowAction",
"position": 60
}
]
}
}