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

42 lines
838 B
JSON

{
"AbilityName": "Card_Edrink_2000201",
"AbilitySpecials": {
"AddedDamageRatio": {
"Value": 0.2
},
"DamageLimit": {
"Value": 0
},
"Duration": {
"Value": 10
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnSkillStart": [
{
"$type": "ApplyModifier",
"ModifierName": "DamageUp",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "ExSp",
"Target": "Self"
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"DamageUp": {
"Duration": "%Duration",
"MaxStackingNumber": 5,
"ModifierStacking": "MultipleRefresh",
"Properties": {
"Actor_AddedDamageRatio": "%AddedDamageRatio"
}
}
}
}