mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2026-03-05 15:55:46 +08:00
99 lines
2.3 KiB
JSON
99 lines
2.3 KiB
JSON
{
|
|
"AbilityMixins": [
|
|
{
|
|
"$type": "AttachZoneTagWithModifierMixin",
|
|
"ConfigList": [
|
|
{
|
|
"ModifierNameList": [
|
|
"Aria_IgnoreDefence_Extra_Modifier"
|
|
],
|
|
"ZoneTag": "EnhanceStateTag"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"AbilityName": "Aria_Talent_02",
|
|
"AbilitySpecials": {
|
|
"AS_IgnoreDefenceRatio": {
|
|
"Value": -0.16
|
|
},
|
|
"AS_IgnoreDefenceRatio_Extra": {
|
|
"Value": -0.16
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "Aria_IgnoreDefence_Base_Modifier",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"OnRemoved": [
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"ModifierName": "Aria_IgnoreDefence_Base_Modifier",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"Aria_IgnoreDefence_Base_Modifier": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Unique",
|
|
"OnBuffDamageHitOther": [
|
|
{
|
|
"$type": "ModifyAttackDataAction",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByAnimTagList",
|
|
"TagList": [
|
|
"Aria_TriggerBuffAttack"
|
|
]
|
|
}
|
|
],
|
|
"PropertyKey": "Actor_DefenceRatio",
|
|
"PropertyValue": "%AS_IgnoreDefenceRatio",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"OnHitOther": [
|
|
{
|
|
"$type": "ModifyAttackDataAction",
|
|
"PropertyKey": "Actor_DefenceRatio",
|
|
"PropertyValue": "%AS_IgnoreDefenceRatio",
|
|
"Target": "Other"
|
|
}
|
|
]
|
|
},
|
|
"Aria_IgnoreDefence_Extra_Modifier": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Unique",
|
|
"OnBuffDamageHitOther": [
|
|
{
|
|
"$type": "ModifyAttackDataAction",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByAnimTagList",
|
|
"TagList": [
|
|
"Aria_TriggerBuffAttack"
|
|
]
|
|
}
|
|
],
|
|
"PropertyKey": "Actor_DefenceRatio",
|
|
"PropertyValue": "%AS_IgnoreDefenceRatio_Extra",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"OnHitOther": [
|
|
{
|
|
"$type": "ModifyAttackDataAction",
|
|
"PropertyKey": "Actor_DefenceRatio",
|
|
"PropertyValue": "%AS_IgnoreDefenceRatio_Extra",
|
|
"Target": "Other"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |