mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
27 lines
606 B
JSON
27 lines
606 B
JSON
|
{
|
||
|
"AbilityName": "Ability_Card_AfterimageNew_Upgrade_Damage",
|
||
|
"AbilitySpecials": {
|
||
|
"AS_AddedDamageRatio_AfterImage": {
|
||
|
"Value": 0.8
|
||
|
}
|
||
|
},
|
||
|
"AbilityStacking": "Unique",
|
||
|
"DefaultModifier": {
|
||
|
"OnIndirectHitOther": [
|
||
|
{
|
||
|
"$type": "ModifyAttackDataAction",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByAnimTagList",
|
||
|
"TagList": [
|
||
|
"Afterimage"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"PropertyKey": "Actor_AddedDamageRatio",
|
||
|
"PropertyValue": "%AS_AddedDamageRatio_AfterImage",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|