1
0
ZenlessData/Data/AbyssS2_Boss_Geppetto_Card_A01.json
2025-03-11 21:16:39 -03:00

58 lines
1.3 KiB
JSON

{
"AbilityName": "AbyssS2_Boss_Geppetto_Card_A01",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.01
},
"AS_AddedDamageRatio_Real": {
"Value": 0
},
"AS_SPGetRatio": {
"Value": 0.005
},
"AS_SPGetRatio_Real": {
"Value": 0
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "item(1)*0.01*specials(AS_AddedDamageRatio)",
"ParamName": "AS_AddedDamageRatio_Real",
"ValueType": "Float"
},
{
"$type": "SetAbilitySpecialByExpression",
"Expression": "item(1)*0.01*specials(AS_SPGetRatio)",
"ParamName": "AS_SPGetRatio_Real",
"ValueType": "Float"
},
{
"$type": "ApplyModifier",
"ModifierName": "BuffModifier",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Geppetto"
],
"Target": "Target"
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"BuffModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"Properties": {
"Actor_AddedDamageRatio": "%AS_AddedDamageRatio_Real",
"Actor_SPGetRatio": "%AS_SPGetRatio_Real"
}
}
}
}