mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
34 lines
709 B
JSON
34 lines
709 B
JSON
{
|
|
"AbilityName": "NinevehVine_HealthModifier",
|
|
"AbilitySpecials": {
|
|
"AS_MaxHPRatio": {
|
|
"Value": 0
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "HealthCorrectionModifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByStageName",
|
|
"CompareType": "Equal",
|
|
"StageName": "Stage_Zero_Boss_Nineveh"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"HealthCorrectionModifier": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Unique",
|
|
"Properties": {
|
|
"Actor_MaxHPRatio": "%AS_MaxHPRatio"
|
|
}
|
|
}
|
|
}
|
|
} |