mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
30 lines
604 B
JSON
30 lines
604 B
JSON
{
|
|
"AbilityName": "Weapon_Ability_12014",
|
|
"AbilitySpecials": {
|
|
"AS_AddedDamageRatio": {
|
|
"Value": 0.2
|
|
},
|
|
"AS_Duration": {
|
|
"Value": 8
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnBeingHit": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "AddedDamageRatioModifier",
|
|
"Target": "Target"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"AddedDamageRatioModifier": {
|
|
"Duration": "%AS_Duration",
|
|
"ModifierStacking": "Refresh",
|
|
"Properties": {
|
|
"Actor_AddedDamageRatio": "%AS_AddedDamageRatio"
|
|
}
|
|
}
|
|
}
|
|
} |