ZenlessData/Data/Curse_DamageTakenUp_ByVulnerable.json
2024-08-13 22:59:23 -03:00

39 lines
820 B
JSON

{
"AbilityName": "Curse_DamageTakenUp_ByVulnerable",
"AbilitySpecials": {
"DamageTakeRatio": {
"Value": 0.5
},
"TimeOfDuration": {
"Value": 6
}
},
"AbilityStacking": "UniqueOverrideMap",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "PlayerDamageTakenUp",
"Predicates": [
{
"$type": "ByHasBuffGroup",
"BuffGroupList": [
"Electric"
],
"Target": "Target"
}
]
}
]
},
"Modifiers": {
"PlayerDamageTakenUp": {
"Duration": "%TimeOfDuration",
"ModifierStacking": "Refresh",
"Properties": {
"Actor_DamageTakeRatio": "%DamageTakeRatio"
}
}
}
}