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

78 lines
No EOL
2.3 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.

{
//角色释放Ex-Sp有20%概率恢复30%SP
//随机口味的血爵打开之前你永远不知道自己买的是什么味道的。据说还有0.01%的概率开出稀有的隐藏口味:血的味道。
"AbilityName":"Card_Edrink_1000208",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ModifierStacking":"Unique",
"OnSkillStart":
[
{
"$type" : "MoleMole.RandomOperator",
"Target" : "Self",
"Odds" : "%ByOdds",
"OnSuccess" :
[
{
"$type": "MoleMole.ApplyModifier",
"ModifierName" : "SpReturn"
}
],
"Predicates" :
[
{
"$type": "MoleMole.ByFromSkillType",
"Target": "Self",
"SkillType": "ExSp"
}
]
}
]
},
"Modifiers" :
{
"SpReturn" :
{
"Duration" : 0.3,
"ModifierStacking" : "Unique",
"OnAdded":
[
// {
// "$type":"MoleMole.SetAbilitySpecialsByPropertyAction",
// "ParamName":"AddedPlayerAttackRatio",
// "ModifyFunction":"Replace",
// "PropertyType":"MaxSP",
// "Percentage":"%SPRecoveryRatio"
// },
{
"$type": "MoleMole.RecoverSPAction",
"Target" : "Self",
"Percentage": "%SPRecoveryRatio",
"Amount": 0,
"IgnoreRatio": false
},
{
"$type":"MoleMole.RemoveModifier",
"ModifierName":"SpReturn",
"Target":"Self"
}
]
}
},
"AbilitySpecials" :
{
//表格参数
"SPRecoveryRatio" :
{
"Value" : 0.3
},
"ByOdds":
{
"Value":0.5
}
}
}