mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
131 lines
3.0 KiB
JSON
131 lines
3.0 KiB
JSON
{
|
|
"AbilityName": "ActivityBattleAbility_Buff_EXSPPlay",
|
|
"AbilitySpecials": {
|
|
"AS_BuffDuration": {
|
|
"Value": 15
|
|
},
|
|
"AS_CriticalDamageDelta": {
|
|
"Value": 0.8
|
|
},
|
|
"AS_CriticalDelta": {
|
|
"Value": 0.6
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "BuffListenModifier",
|
|
"Target": "Level"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"BuffIconModifier": {
|
|
"Buff": {
|
|
"BuffID": 9000014,
|
|
"IsOverrideDuration": true
|
|
},
|
|
"Duration": "%AS_BuffDuration",
|
|
"ModifierStacking": "Refresh"
|
|
},
|
|
"BuffListenModifier": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Unique",
|
|
"OnBuffAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "BuffModifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByHandlingBuffID",
|
|
"BuffIDList": [
|
|
9000001
|
|
]
|
|
}
|
|
],
|
|
"Target": "Caster"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "BuffIconModifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByHandlingBuffID",
|
|
"BuffIDList": [
|
|
9000001
|
|
]
|
|
}
|
|
],
|
|
"Target": "Caster"
|
|
}
|
|
],
|
|
"OnBuffRemoved": [
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"ModifierName": "BuffModifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByHandlingBuffID",
|
|
"BuffIDList": [
|
|
9000001
|
|
]
|
|
}
|
|
],
|
|
"Target": "Caster"
|
|
}
|
|
]
|
|
},
|
|
"BuffModifier": {
|
|
"Duration": "%AS_BuffDuration",
|
|
"ModifierStacking": "Refresh",
|
|
"OnHitOther": [
|
|
{
|
|
"$type": "ModifyAttackDataAction",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByAnimTagList",
|
|
"TagList": [
|
|
"AttackNormal",
|
|
"Normal"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByHasBuffID",
|
|
"BuffIDList": [
|
|
9000001
|
|
],
|
|
"Target": "Level"
|
|
}
|
|
],
|
|
"PropertyKey": "Actor_CriticalDelta",
|
|
"PropertyValue": "%AS_CriticalDelta",
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "ModifyAttackDataAction",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByAnimTagList",
|
|
"TagList": [
|
|
"AttackNormal",
|
|
"Normal"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByHasBuffID",
|
|
"BuffIDList": [
|
|
9000001
|
|
],
|
|
"Target": "Level"
|
|
}
|
|
],
|
|
"PropertyKey": "Actor_CriticalDamageRatioDelta",
|
|
"PropertyValue": "%AS_CriticalDamageDelta",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |