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

55 lines
No EOL
1.2 KiB
JSON

{
"AbilityName" : "TestPlayer_Ability_Tianheng_04",
"AbilityStacking": "Unique",
"DefaultModifier" :
{
"OnAttackLanded" :
[
{
"$type": "MoleMole.ApplyModifier",
"ModifierName": "SummonThunderModifier"
}
]
},
"Modifiers":
{
"SummonThunderModifier":
{
"ModifierStacking": "Unique",
"Duration": 5,
"OnAdded":
[
{
"$type" : "MoleMole.TriggerAbilityAction",
"AbilityName" : "RandomSkill_Summon_Thunder"
}
]
}
}
// "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"
// ]
// }
// ]
// }
// ]
// }
}