mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
43 lines
923 B
JSON
43 lines
923 B
JSON
{
|
|
"AbilityName": "Weapon_Ability_14102",
|
|
"AbilitySpecials": {
|
|
"AS_AddedDamageRatio_01": {
|
|
"Value": 0.25
|
|
},
|
|
"AS_AddedDamageRatio_02": {
|
|
"Value": 0.35
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "AddedDamageRatioModifier",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"OnHitOther": [
|
|
{
|
|
"$type": "ModifyAttackDataAction",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByIsBackstab"
|
|
}
|
|
],
|
|
"PropertyKey": "Actor_AddedDamageRatio",
|
|
"PropertyValue": "%AS_AddedDamageRatio_02",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"AddedDamageRatioModifier": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Replace",
|
|
"Properties": {
|
|
"Actor_AddedDamageRatio_Physics": "%AS_AddedDamageRatio_01"
|
|
}
|
|
}
|
|
}
|
|
} |