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

27 lines
No EOL
746 B
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.

{
//角色位于场下时SP回复速度提高100%
//“嘿听着,喝了我,你就是我死党。快,喝了我。”
"AbilityName" : "Card_Edrink_1000204",
"AbilityStacking":"UniqueOverrideMap",
"DefaultModifier" :
{
"OnAdded" :
[
//改变属性SPRecover此属性为场下恢复速度
{
"$type": "MoleMole.ModifyProperty",
"PropertyType": "SPRecover",
"PropertyModifyFunction": "Add",
"Percentage": "%SPRecoverRatio"
}
]
},
"AbilitySpecials" :
{
"SPRecoverRatio":
{
"Value" : 1
}
}
}