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

55 lines
No EOL
1.2 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在场上时每击杀一个敌人自身暴击率提升2%最高提升10%;换下场时,该效果消失
"AbilityName": "Tsubaki_Talent_01",
"AbilityStacking": "Unique",
"DefaultModifier":
{
"OnAdded": [
{
"$type": "MoleMole.SetAnimCtrlerParamAction",
"ParamType": 2,
"ParamName": "Bool_Talent_01",
"Target": "Self",
"BoolVal": true
}
],
"OnKillOther": [
{
"$type": "MoleMole.ApplyModifier",
"ModifierName": "TsubakiTalent01Modifier",
"Target": "Self"
}
],
"OnSwitchOutBegin": [
{
"$type": "MoleMole.RemoveModifier",
"ModifierName": "TsubakiTalent01Modifier",
"StackCount": 5,
"Target": "Self"
}
]
},
"Modifiers": {
//暴击率提升2%
"TsubakiTalent01Modifier": {
"ModifierStacking": "MultipleAllRefresh",
"MaxStackingNumber" : 5,
"Duration": -1,
"IgnoreTimeScale": false,
//暴击率提升2%
"Properties":
{
"Actor_CriticalDelta": "%AS_CriticalDelta_Talent_01"
}
}
},
"AbilitySpecials": {
//暴击率提升2%
"AS_CriticalDelta_Talent_01": {
"Value": 0.02
}
}
}