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

42 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.

{
//浮游炮发动后有10%的概率冷却时间减少100%
"AbilityName":"Affix_CannonActive_ReduceCD_ByOdds",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ModifierStacking":"Unique",
"OnSkillStart":
[
{
"$type" : "MoleMole.RandomOperator",
"Target" : "Target",
"Odds" : "%ByOdds",
"OnSuccess" :
[
{
"$type": "MoleMole.ModifySkillTypeCDAction",
"Target" : "Buddy",
"SkillType" : "Cannon",
"Ratio" : -1
}
],
"Predicates" :
[
{
"$type": "MoleMole.ByFromSkillType",
"Target": "Self",
"SkillType": "Cannon"
}
]
}
]
},
"AbilitySpecials" :
{
//表格参数
"ByOdds" :
{
"Value" : 0.1
}
}
}