ZenlessData/Data/Unagi_Talent_02.json

104 lines
2.5 KiB
JSON
Raw Normal View History

{
"AbilityName": "Unagi_Talent_02",
"AbilitySpecials": {
"AS_AddedDamageRatio_Talent02": {
"Value": 0.2
},
"AS_AddedMagicValue_Talent02": {
"Value": 6
},
"AS_CriticalDelta_Talent02": {
"Value": 0.15
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ModifyProperty",
"Amount": "%AS_AddedMagicValue_Talent02",
"CustomPropertyType": "MagicValueCounts",
"IsUsePercentage": false,
"PropertyModifyFunction": "Add",
"PropertyType": "Custom",
"Target": "Caster"
},
{
"$type": "ApplyModifier",
"ModifierName": "Unagi_CriUpTalent02_Modifier",
"Target": "Caster"
}
],
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackNormal",
"Normal"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"AttackNormal",
"Counter"
]
}
]
},
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"ChargeAttack"
]
}
],
"Target": "Other"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio_Talent02",
"Target": "Self"
}
],
"OnPatternHitOther": [
{
"$type": "ModifyProperty",
"Amount": 1,
"CustomPropertyType": "MagicValueCounts",
"IsUsePercentage": false,
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Unagi_Attack_Normal_06_AttackProperty_07"
],
"Target": "Self"
}
],
"PropertyModifyFunction": "Add",
"PropertyType": "Custom",
"Target": "Caster"
}
]
},
"Modifiers": {
"Unagi_CriUpTalent02_Modifier": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"Properties": {
"Actor_CriticalDelta": "%AS_CriticalDelta_Talent02"
}
}
}
}