ZenlessData/Data/Nassellaria_Skill02_AlliedDamage.json
2024-08-13 22:59:23 -03:00

54 lines
1.3 KiB
JSON

{
"AbilityName": "Nassellaria_Skill02_AlliedDamage",
"AbilitySpecials": {
"AS_DamageRatio": {
"Value": 5
},
"AS_ExplodeDamageRatio": {
"Value": 15
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Monster_Nassellaria_ATK02_Attackproperty_01"
],
"Target": "Self"
},
{
"$type": "ByRelativeCampType",
"Relationship": "Allied",
"Target": "Other"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_DamageRatio"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Monster_Nassellaria_ATK02_Attackproperty_01_Explode"
],
"Target": "Self"
},
{
"$type": "ByRelativeCampType",
"Relationship": "Allied",
"Target": "Other"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_ExplodeDamageRatio"
}
]
}
}