ZenlessData/Data/Yanagi_Card_A_03.json
2024-12-17 20:43:14 -03:00

42 lines
940 B
JSON

{
"AbilityName": "Yanagi_Card_A_03",
"AbilitySpecials": {
"AS_DamageResistDown": {
"Value": 0.3
},
"AS_DamageResistDown_Duration": {
"Value": 8
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBuffDamageHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "Lighter_DamageResistDown_ToEnemy",
"Predicates": [
{
"$type": "ByBuffAttackProperty",
"BuffGroupList": [
"Disorder"
]
},
{
"$type": "ByAddBuffSourceType",
"SourceType": "AnimEvent"
}
],
"Target": "Target"
}
]
},
"Modifiers": {
"Lighter_DamageResistDown_ToEnemy": {
"Duration": "%AS_DamageResistDown_Duration",
"ModifierStacking": "Replace",
"Properties": {
"Actor_AllDamageResist": "%AS_DamageResistDown"
}
}
}
}