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

62 lines
No EOL
2.1 KiB
JSON

{
// Billy特殊攻击强化
"AbilityName" : "Billy_SpecialSkill",
"AbilityStacking": "Unique",
"DefaultModifier" :
{
"OnAdded" :
[
{
"$type": "MoleMole.SetUIArrowAction",
"position": 80
}
],
},
"AbilityMixins" :
[
{
"$type": "MoleMole.ActionsOnPropertyChangeMixin",
"PropertyActions":
[
{
"PropertyType": "CurSP",
// "CustomPropertyType": "EnhanceNum",
"ReferMaxPropertyType": "MaxSP",
// "CustomReferMaxPropertyType": "MaxEnhanceNum",
"IsUsePercentage": false,
"ValueRangeActions":
[
{
"Val": 80,
"LowToValueActions":
[
{
"$type" : "MoleMole.SetAnimCtrlerParamAction",
"ParamType" : 2,
"ParamName" : "Bool_IsEnoughEnergy",
"Target" : "Self",
"BoolVal" : true,
},
],
},
{
"Val": 80,
"ValueToLowActions":
[
{
"$type" : "MoleMole.SetAnimCtrlerParamAction",
"ParamType" : 2,
"ParamName" : "Bool_IsEnoughEnergy",
"Target" : "Self",
"BoolVal" : false,
},
],
},
],
},
],
},
],
}