ZenlessData/Data/Card_DailyUse_1005002.json
2024-09-23 09:11:37 -03:00

64 lines
1.5 KiB
JSON

{
"AbilityName": "Card_DailyUse_1005002",
"AbilitySpecials": {
"NewAS_AccumulationRatio_Elite": {
"Value": 2
},
"NewAS_AccumulationRatio_Normal": {
"Value": 3
},
"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"
}
]
}
}