Files
ZenlessData/Data/_unsorted/Aria_Talent_01.json
2026-02-06 00:04:19 +01:00

113 lines
2.9 KiB
JSON

{
"AbilityName": "Aria_Talent_01",
"AbilitySpecials": {
"AS_AbnormalResistDelta_Ether": {
"Value": -0.15
},
"AS_BuffCriticalDamageRatioDelta": {
"Value": 0.5
},
"AS_BuffCriticalDelta_Base": {
"Value": 0.4
},
"AS_BuffCriticalDelta_Final": {
"Value": 0
},
"AS_ElementAbnormalPowerThreshold": {
"Value": 180
},
"AS_ExtraBuffCriticalDeltaRatio": {
"Value": 0.004
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBuffDamageHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"Aria_TriggerBuffAttack"
]
}
],
"PropertyKey": "Actor_BuffCriticalDelta",
"PropertyValue": "%AS_BuffCriticalDelta_Final",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"Aria_TriggerBuffAttack"
]
}
],
"PropertyKey": "Actor_BuffCriticalDamageRatioDelta",
"PropertyValue": "%AS_BuffCriticalDamageRatioDelta",
"Target": "Self"
}
],
"OnBuffDamageHitOtherPre": [
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
"Expression": "max((property(ElementAbnormalPower)-specials(AS_ElementAbnormalPowerThreshold))*specials(AS_ExtraBuffCriticalDeltaRatio),0)+specials(AS_BuffCriticalDelta_Base)",
"ParamName": "AS_BuffCriticalDelta_Final",
"Target": "Caster",
"ValueType": "Float"
}
],
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackNormal",
"Normal"
]
}
],
"PropertyKey": "Actor_AbnormalResistDelta_Ether",
"PropertyValue": "%AS_AbnormalResistDelta_Ether",
"Target": "Other"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackSpecial",
"NormalSp"
]
}
],
"PropertyKey": "Actor_AbnormalResistDelta_Ether",
"PropertyValue": "%AS_AbnormalResistDelta_Ether",
"Target": "Other"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackSpecial",
"ExSp"
]
}
],
"PropertyKey": "Actor_AbnormalResistDelta_Ether",
"PropertyValue": "%AS_AbnormalResistDelta_Ether",
"Target": "Other"
}
]
}
}