mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
44 lines
1007 B
JSON
44 lines
1007 B
JSON
|
{
|
||
|
"AbilityName": "Abyss_FixedLayerBuff_01",
|
||
|
"AbilitySpecials": {
|
||
|
"AS_AddedAccumulationRatio": {
|
||
|
"Value": 0.4
|
||
|
},
|
||
|
"AS_AddedDamageRatio": {
|
||
|
"Value": 0.4
|
||
|
}
|
||
|
},
|
||
|
"AbilityStacking": "Unique",
|
||
|
"DefaultModifier": {
|
||
|
"OnBuffDamageHitOther": [
|
||
|
{
|
||
|
"$type": "ModifyAttackDataAction",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByBuffAttackProperty",
|
||
|
"BuffGroupList": [
|
||
|
"Strike"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"PropertyKey": "Actor_BuffDamageRatio",
|
||
|
"PropertyValue": "%AS_AddedDamageRatio",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
],
|
||
|
"OnHitOther": [
|
||
|
{
|
||
|
"$type": "ModifyAttackDataAction",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByDamageElementType",
|
||
|
"DamageElement": "Physics"
|
||
|
}
|
||
|
],
|
||
|
"PropertyKey": "Actor_AddedElementAccumulationRatio",
|
||
|
"PropertyValue": "%AS_AddedAccumulationRatio",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|