1
0
ZenlessData/Data/AbyssS2_GlobalBuff_21.json
2025-03-11 21:10:23 -03:00

59 lines
1.3 KiB
JSON

{
"AbilityName": "AbyssS2_GlobalBuff_21",
"AbilitySpecials": {
"AS_AddedAccumulationRatio": {
"Value": 0.2
},
"AS_Duration": {
"Value": 30
},
"AS_ElementMysteryDelta": {
"Value": 10
},
"AS_SPGetRatio": {
"Value": 0.2
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnSkillStart": [
{
"$type": "ApplyModifier",
"ModifierName": "AbyssS2_GlobalBuff_21_Buff",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "ExSp"
}
],
"Target": "Self"
}
],
"Properties": {
"Actor_SPGetRatio": "%AS_SPGetRatio"
}
},
"Modifiers": {
"AbyssS2_GlobalBuff_21_Buff": {
"Duration": "%AS_Duration",
"ModifierStacking": "Refresh",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByDamageElementType",
"DamageElement": "Fire"
}
],
"PropertyKey": "Actor_AddedElementAccumulationRatio",
"PropertyValue": "%AS_AddedAccumulationRatio",
"Target": "Self"
}
],
"Properties": {
"Actor_ElementMysteryDelta": "%AS_ElementMysteryDelta"
}
}
}
}