1
0
ZenlessData/Data/JsonBytes/NewAbility/LevelAbility/SuccessiveLevel/Metor_DecreaseHPAndStrun.json
2025-04-22 20:22:46 -03:00

30 lines
604 B
JSON

{
"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
}
}
}
}