mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
41 lines
917 B
JSON
41 lines
917 B
JSON
|
{
|
||
|
"AbilityName": "Dungeon_Buff_Pierce",
|
||
|
"AbilitySpecials": {
|
||
|
"AddedDamageRatio": {
|
||
|
"Value": 0.2
|
||
|
},
|
||
|
"BreakStunRatio": {
|
||
|
"Value": 0
|
||
|
}
|
||
|
},
|
||
|
"AbilityStacking": "Unique",
|
||
|
"DefaultModifier": {
|
||
|
"ModifierStacking": "Unique",
|
||
|
"OnHitOther": [
|
||
|
{
|
||
|
"$type": "ModifyAttackDataAction",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByDamageHitType",
|
||
|
"DamageHitType": "Pierce"
|
||
|
}
|
||
|
],
|
||
|
"PropertyKey": "Actor_AddedDamageRatio",
|
||
|
"PropertyValue": "%AddedDamageRatio",
|
||
|
"Target": "Self"
|
||
|
},
|
||
|
{
|
||
|
"$type": "ModifyAttackDataAction",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByDamageHitType",
|
||
|
"DamageHitType": "Pierce"
|
||
|
}
|
||
|
],
|
||
|
"PropertyKey": "Actor_BreakStunRatio",
|
||
|
"PropertyValue": "%BreakStunRatio",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|