ZenlessData/Data/Metor_DecreaseHPAndStrun.json

30 lines
604 B
JSON
Raw Normal View History

{
"AbilityName": "Metor_DecreaseHPAndStrun",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "ChangeBreakStunTakeRatio",
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "ChangeDamageTake",
"Target": "Self"
}
]
},
"Modifiers": {
"ChangeBreakStunTakeRatio": {
"Properties": {
"Actor_BreakStunTakeRatio": 9
}
},
"ChangeDamageTake": {
"Properties": {
"Actor_DamageTakeRatio": 1
}
}
}
}