ZenlessData/Data/Card_DailyUse_1005002.json

64 lines
1.5 KiB
JSON
Raw Normal View History

{
"AbilityName": "Card_DailyUse_1005002",
"AbilitySpecials": {
"NewAS_AccumulationRatio_Elite": {
"Value": 2.0
},
"NewAS_AccumulationRatio_Normal": {
"Value": 3.0
},
"NewAS_RecoverSp": {
"Value": 20
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBuffAddToOther": [
{
"$type": "RecoverSPAction",
"Amount": "%NewAS_RecoverSp",
"IgnoreRatio": false,
"Percentage": 0,
"Predicates": [
{
"$type": "ByHandlingBuffGroup",
"BuffGroupList": [
"Disorder"
]
}
],
"Target": "TeamAvatars"
}
],
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByMonsterStrengthType",
"CompareType": "Equal",
"StrengthType": "Normal",
"Target": "Target"
}
],
"PropertyKey": "Actor_AddedElementAccumulationRatio",
"PropertyValue": "%NewAS_AccumulationRatio_Normal",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByMonsterStrengthType",
"CompareType": "Equal",
"StrengthType": "Elite",
"Target": "Target"
}
],
"PropertyKey": "Actor_AddedElementAccumulationRatio",
"PropertyValue": "%NewAS_AccumulationRatio_Elite",
"Target": "Self"
}
]
}
}