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

75 lines
No EOL
1.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
//真理天赋01连携攻击或终结技释放后自身造成的伤害提升20%持续10秒
"AbilityName": "OokumaMari_Talent_01",
"AbilityStacking": "Unique",
"DefaultModifier":
{
"OnAdded":
[
{
"$type": "MoleMole.SetAnimCtrlerParamAction",
"ParamType": 2,
"ParamName": "Bool_Talent_01",
"Target": "Self",
"BoolVal": true
}
],
"OnSkillStart":
[
{
"$type":"MoleMole.ApplyModifier",
"ModifierName":"BaseAttackQTEModifier",
"Target":"Self",
"Predicates" :
[
{
"$type": "MoleMole.ByFromSkillType",
"Target": "Self",
"SkillType": "QTE"
}
]
},
{
"$type":"MoleMole.ApplyModifier",
"ModifierName":"BaseAttackQTEModifier",
"Target":"Self",
"Predicates" :
[
{
"$type": "MoleMole.ByFromSkillType",
"Target": "Self",
"SkillType": "ExQTE"
}
]
}
]
},
"Modifiers":
{
//连携攻击或终结技释放后自身造成的伤害提升20%持续10秒
"BaseAttackQTEModifier":
{
"ModifierStacking": "Refresh",
"Duration": 10,
"IgnoreTimeScale": false,
//伤害提升
"Properties":
{
"Actor_AddedDamageRatio": "%AS_QTEAddedDamage_Talent_01"
}
}
},
"AbilitySpecials":
{
//伤害提升20%
"AS_QTEAddedDamage_Talent_01":
{
"Value": 0.2
}
}
}