ZenlessData/Data/Card_DailyUse_1000909.json

108 lines
2.5 KiB
JSON
Raw Permalink Normal View History

{
"AbilityName": "Card_DailyUse_1000909",
"AbilitySpecials": {
"AddedDamageRatio_1": {
"Value": 0.04
},
"AddedDamageRatio_2": {
"Value": 0.08
},
"AddedDamageRatio_3": {
"Value": 0.12
},
"DamageTakeRatio_1": {
"Value": -0.04
},
"DamageTakeRatio_2": {
"Value": -0.08
},
"DamageTakeRatio_3": {
"Value": -0.12
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAvatarCount",
"CompareType": "Equal",
"CompareValue": 3
}
],
"PropertyKey": "Actor_DamageTakeRatio",
"PropertyValue": "%DamageTakeRatio_3",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAvatarCount",
"CompareType": "Equal",
"CompareValue": 2
}
],
"PropertyKey": "Actor_DamageTakeRatio",
"PropertyValue": "%DamageTakeRatio_2",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAvatarCount",
"CompareType": "Equal",
"CompareValue": 1
}
],
"PropertyKey": "Actor_DamageTakeRatio",
"PropertyValue": "%DamageTakeRatio_1",
"Target": "Self"
}
],
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAvatarCount",
"CompareType": "Equal",
"CompareValue": 3
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedDamageRatio_3",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAvatarCount",
"CompareType": "Equal",
"CompareValue": 2
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedDamageRatio_2",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAvatarCount",
"CompareType": "Equal",
"CompareValue": 1
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedDamageRatio_1",
"Target": "Self"
}
]
}
}