1
0
ZenlessData/Data/AbyssS2_Boss_Geppetto_Card_S01.json

62 lines
1.4 KiB
JSON
Raw Normal View History

{
"AbilityName": "AbyssS2_Boss_Geppetto_Card_S01",
"AbilitySpecials": {
"AS_DefenceRatio": {
"Value": -0.1
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "GeppetoMarkModifier",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Geppetto"
],
"Target": "Target"
}
],
"Target": "Target"
}
]
},
"Modifiers": {
"GeppetoDefDownModifier": {
"Duration": -1,
"MaxStackingNumber": 2,
"ModifierStacking": "MultipleAllRefresh",
"Properties": {
"Actor_DefenceRatio": "%AS_DefenceRatio"
}
},
"GeppetoMarkModifier": {
"Duration": -1,
"IsUnique": true,
"ModifierStacking": "Unique",
"OnCustomEventReceived": [
{
"$type": "ApplyModifier",
"ModifierName": "GeppetoDefDownModifier",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "Gepetto_PartDestroy"
},
{
"$type": "ByIsInZoneTags",
"Tags": [
"Geppetto"
],
"Target": "Self"
}
],
"Target": "Self"
}
]
}
}
}