2024-08-14 04:59:23 +03:00
|
|
|
{
|
|
|
|
"AbilityName": "Curse_ModifyAbyssEnemyAbnormal",
|
|
|
|
"AbilitySpecials": {
|
|
|
|
"AS_AbnormalResistRatio": {
|
|
|
|
"Value": 0
|
|
|
|
},
|
|
|
|
"AS_MaxHpRatio": {
|
|
|
|
"Value": 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"AbilityStacking": "Unique",
|
|
|
|
"DefaultModifier": {
|
|
|
|
"ModifierStacking": "Unique",
|
2025-01-22 03:25:26 +03:00
|
|
|
"OnAdded": [
|
|
|
|
{
|
|
|
|
"$type": "ApplyModifier",
|
|
|
|
"ModifierName": "BossPropertyBuff",
|
|
|
|
"Target": "Self"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"OnSwitchPhaseFinish": [
|
|
|
|
{
|
|
|
|
"$type": "RemoveModifier",
|
|
|
|
"ModifierName": "BossPropertyBuff",
|
|
|
|
"Target": "Self"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"Modifiers": {
|
|
|
|
"BossPropertyBuff": {
|
|
|
|
"Duration": -1,
|
|
|
|
"ModifierStacking": "Unique",
|
|
|
|
"Properties": {
|
|
|
|
"Actor_AbnormalResistDelta_Elec": "%AS_AbnormalResistRatio",
|
|
|
|
"Actor_AbnormalResistDelta_Ether": "%AS_AbnormalResistRatio",
|
|
|
|
"Actor_AbnormalResistDelta_Fire": "%AS_AbnormalResistRatio",
|
|
|
|
"Actor_AbnormalResistDelta_Ice": "%AS_AbnormalResistRatio",
|
|
|
|
"Actor_AbnormalResistDelta_Physics": "%AS_AbnormalResistRatio",
|
|
|
|
"Actor_MaxHPRatio": "%AS_MaxHpRatio"
|
|
|
|
}
|
2024-08-14 04:59:23 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|