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

80 lines
No EOL
1.7 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.

{
//安东天赋03[连携技]或[终结技]发动后全队暴击率提升10%持续15秒
"AbilityName": "Anton_Talent_03",
"AbilityStacking": "Unique",
"DefaultModifier":
{
"OnAdded":
[
{
"$type": "MoleMole.SetAnimCtrlerParamAction",
"ParamType": 2,
"ParamName": "Bool_Talent_03",
"Target": "Self",
"BoolVal": true
}
],
"OnSkillStart":
[
{
"$type": "MoleMole.ApplyModifier",
"ModifierName": "AntonTalent03Modifier_CriticalDelta",
"Target": "TeamAvatars",
"Predicates" :
[
{
"$type": "MoleMole.ByOr",
"Target": "Self",
"Predicates" :
[
{
"$type": "MoleMole.ByFromSkillType",
"Target": "Self",
"SkillType": "QTE"
},
{
"$type": "MoleMole.ByFromSkillType",
"Target": "Self",
"SkillType": "ExQTE"
}
]
},
]
}
]
},
"Modifiers":
{
"AntonTalent03Modifier_CriticalDelta":
{
"ModifierStacking": "Refresh",
"Duration": "%AS_QTEAddedCrit_Talent_03_Duration",
"IgnoreTimeScale": false,
//暴击率提升
"Properties":
{
"Actor_CriticalDelta": "%AS_QTEAddedCrit_Talent_03_Value"
}
}
},
"AbilitySpecials":
{
//暴击率提升10%
"AS_QTEAddedCrit_Talent_03_Value":
{
"Value": 0.10,
},
//暴击率提升10%
"AS_QTEAddedCrit_Talent_03_Duration":
{
"Value": 15,
}
}
}