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

96 lines
No EOL
2.1 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.

{
//exsp的技能命中后全队暴击率提高15%持续12s,CD15秒
"AbilityName":"Suit_Ability_50236300",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ModifierStacking":"Unique",
"OnHitOtherPre":
[
{
"$type": "MoleMole.ApplyModifier",
"ModifierName": "Addbuff",
"Target":"TeamAvatars",
"Predicates" :
[
{
"$type" : "MoleMole.ByAnimTagList",
"TagList" :
[
"AttackSpecial",
"ExSp"
]
},
]
},
]
},
"Modifiers" :
{
"Addbuff":
{
"ModifierStacking" : "Unique",
"Duration" : "%CDTime",
"OnAdded":
[
{
"$type": "MoleMole.ApplyModifier",
"ModifierName": "AddBuff_01",
}
]
},
"AddBuff_01":
{
"ModifierStacking" : "Unique",
"Duration" : "%TimeOfDuration",
"Properties":
{
"Actor_CriticalDelta":"%CriticalDelta",
}
}
},
"AbilitySpecials" :
{
"TimeOfDuration":
{
"Value": 12
},
"CriticalDelta":
{
"Value": 0.15
},
"CDTime":
{
"Value": 15
},
}
}