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

60 lines
No EOL
1.3 KiB
JSON

{
"AbilityName" : "TestPlayer_Ability_Tianheng_05",
"AbilityStacking": "Unique",
//重击斩杀
"DefaultModifier" :
{
"OnAttackLanded" :
[
{
"$type" : "MoleMole.ApplyModifier",
"ModifierName" : "ExecuteModifier",
"Target" : "Target"
}
]
},
"Modifiers":
{
"ExecuteModifier":
{
"ModifierStacking": "MultipleRefresh",
"Duration": 0.1,
"OnAdded":
[
{
"$type": "MoleMole.ModifyProperty",
"PropertyType": "CurHP", //CurSP CurTP CurHP
"PropertyModifyFunction": "Add", //Mul Replace
"Percentage": -0.5,
"Amount": 0
}
]
}
}
// "DefaultModifier" :
// {
// "OnAttackLanded" :
// [
// {
// "$type" : "MoleMole.SetAnimCtrlerParamAction",
// "ParamType" : 1,
// "ParamName" : "Trigger_Test",
// "Target" : "Self",
// "BoolVal" : true,
// "Predicates" :
// [
// {
// "$type": "MoleMole.ByAnimatorEventIDs",
// "AnimatorEventIDs":
// [
// "Tsubaki_Attack_Normal_01_AttackProperty_01_Test"
// ]
// }
// ]
// }
// ]
// }
}