ZenlessData/Data/ViciousStriker_AttackManager_Bookemon.json
2024-12-17 20:43:14 -03:00

47 lines
1.3 KiB
JSON

{
"AbilityName": "ViciousStriker_AttackManager_Bookemon",
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "DamageByAttackPropertyAction",
"AnimEventID": "Monster_ViciousStriker_ATK02_Attackproperty_1_Bookemon_Landed",
"Attacker": "Caster",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Monster_ViciousStriker_ATK02_Attackproperty_1_Bookemon"
]
},
{
"$type": "ByIsSelfAttackTarget",
"IsSelfAttackTarget": true,
"Target": "Target"
}
],
"Target": "Target"
},
{
"$type": "DamageByAttackPropertyAction",
"AnimEventID": "Monster_ViciousStriker_ATK02_Attackproperty_2_Bookemon_Landed",
"Attacker": "Caster",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Monster_ViciousStriker_ATK02_Attackproperty_2_Bookemon"
]
},
{
"$type": "ByIsSelfAttackTarget",
"IsSelfAttackTarget": true,
"Target": "Target"
}
],
"Target": "Target"
}
]
}
}