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

142 lines
No EOL
3.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.

{
//战斗中每6s强化下3次伤害使其伤害提高100%
"AbilityName":"Suit_Ability_50233100",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ModifierStacking" : "Unique",
"Duration" : -1,
"OnAdded":
[
{
"$type":"MoleMole.ApplyModifier",
"ModifierName":"AddDamage",
"Target":"Self",
}
],
},
"Modifiers":
{
"AddDamage":
{
"ModifierStacking": "MultipleRefresh",
"Duration" : "%CDTime",
"OnAdded":
[
{
"$type": "MoleMole.SetAbilitySpecialAction",
"ParamName": "MaxEnhanceNum",
"ParamType": "float",
"ModifyFunction": "Replace",
"Param": 3,
},
],
"OnHitOther":
[
{
"$type": "MoleMole.ModifyAttackDataAction",
"Target" : "Self",
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedDamageRatio",
"Predicates":
[
{
"$type" : "MoleMole.ByAbilitySpecial",
"Target" : "Self",
"ParamName": "MaxEnhanceNum",
"ParamType": "float",
"CompareType": "GreaterEqual",
"Param" : 1,
},
]
},
],
"OnPatternAttackLanded":
[
{
"$type": "MoleMole.SetAbilitySpecialAction",
"ParamName": "MaxEnhanceNum",
"ParamType": "float",
"ModifyFunction": "Add",
"Param": -1,
},
],
"OnRemoved":
[
{
"$type":"MoleMole.ApplyModifier",
"ModifierName":"AddDamage",
"Target":"Self",
}
]
},
"AddBuff":
{
"ModifierStacking": "Unique",
"Duration" : "%CDTime",
"OnAdded":
[
{
"$type":"MoleMole.ApplyModifier",
"ModifierName":"AddDamage",
"Target":"Self",
}
]
},
},
"AbilitySpecials" :
{
"AddedDamageRatio":
{
"Value": 10
},
"MaxEnhanceNum":
{
"Value": 3
},
"CDTime":
{
"Value": 6
}
}
}