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

42 lines
859 B
JSON

{
"AbilityName": "AbyssS2_Curse_Artifact_1339921",
"AbilitySpecials": {
"AS_MaxHPRatio_Added": {
"Value": -0.5
},
"AS_MaxHPRatio_Reduce": {
"Value": -0.5
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "ReduceHpModifier",
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "ApplyModifier",
"ModifierName": "AddedHpModifier",
"Target": "Self"
}
]
},
"Modifiers": {
"AddedHpModifier": {
"ModifierStacking": "Unique",
"Properties": {
"Actor_MaxHPRatio": "%AS_MaxHPRatio_Added"
}
},
"ReduceHpModifier": {
"ModifierStacking": "Unique",
"Properties": {
"Actor_MaxHPRatio": "%AS_MaxHPRatio_Reduce"
}
}
}
}