mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
27 lines
622 B
JSON
27 lines
622 B
JSON
|
{
|
||
|
"AbilityName": "Follower_Attack_Increase_NormalEnemy",
|
||
|
"AbilitySpecials": {
|
||
|
"AddedPlayerAttackRatio": {
|
||
|
"Value": 0
|
||
|
}
|
||
|
},
|
||
|
"AbilityStacking": "Unique",
|
||
|
"DefaultModifier": {
|
||
|
"OnHitOther": [
|
||
|
{
|
||
|
"$type": "ModifyAttackDataAction",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByMonsterStrengthType",
|
||
|
"CompareType": "Equal",
|
||
|
"StrengthType": "Normal",
|
||
|
"Target": "Target"
|
||
|
}
|
||
|
],
|
||
|
"PropertyKey": "Actor_AddedDamageRatio",
|
||
|
"PropertyValue": "%AddedPlayerAttackRatio",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|