mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
62 lines
1.5 KiB
JSON
62 lines
1.5 KiB
JSON
{
|
|
"AbilityName": "Weapon_Ability_14116_1",
|
|
"AbilitySpecials": {
|
|
"Weapon_14116_DamageUp": {
|
|
"Value": 0.03
|
|
},
|
|
"Weapon_14116_DamageUp_Duration": {
|
|
"Value": 15
|
|
},
|
|
"Weapon_14116_StackAmount": {
|
|
"Value": 20
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnHitOther": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "Weapon_14116_EnemyGetDamageUp",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByAnimTagList",
|
|
"TagList": [
|
|
"AttackNormal",
|
|
"Normal"
|
|
]
|
|
}
|
|
],
|
|
"Target": "Target"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"Weapon_14116_EnemyGetDamageUp": {
|
|
"Duration": "%Weapon_14116_DamageUp_Duration",
|
|
"MaxStackingNumber": "%Weapon_14116_StackAmount",
|
|
"ModifierStacking": "MultipleAllRefresh",
|
|
"OnBeingHit": [
|
|
{
|
|
"$type": "ModifyAttackDataAction",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByOr",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByDamageElementType",
|
|
"DamageElement": "Fire"
|
|
},
|
|
{
|
|
"$type": "ByDamageElementType",
|
|
"DamageElement": "Ice"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"PropertyKey": "Actor_CriticalDamageRatioDelta",
|
|
"PropertyValue": "%Weapon_14116_DamageUp"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |