mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
54 lines
1.3 KiB
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
} |