HollowPS_TV_experiments/extras/zzz-0.1-jsons/Ben_SpecialSkill.json

60 lines
No EOL
2 KiB
JSON

{
// Ben特殊攻击脚本
"AbilityName" : "Ben_SpecialSkill",
"AbilityStacking": "Unique",
"DefaultModifier" :
{
"OnAdded" :
[
{
"$type": "MoleMole.SetUIArrowAction",
"position": 60
}
]
},
"AbilityMixins" :
[
{
"$type": "MoleMole.ActionsOnPropertyChangeMixin",
"PropertyActions":
[
{
"PropertyType": "CurSP",
"ReferMaxPropertyType": "MaxSP",
"IsUsePercentage": false,
"ValueRangeActions":
[
{
"Val": 60,
"LowToValueActions":
[
{
"$type" : "MoleMole.SetAnimCtrlerParamAction",
"ParamType" : 3,
"ParamName" : "Int_BranchIndex",
"Target" : "Self",
"IntVal" : 1
}
]
},
{
"Val": 60,
"ValueToLowActions":
[
{
"$type" : "MoleMole.SetAnimCtrlerParamAction",
"ParamType" : 3,
"ParamName" : "Int_BranchIndex",
"Target" : "Self",
"IntVal" : 0
}
]
}
]
}
]
}
]
}