mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
87 lines
1.9 KiB
JSON
87 lines
1.9 KiB
JSON
{
|
|
"AbilityName": "Weapon_Ability_14119",
|
|
"AbilitySpecials": {
|
|
"AS_AddedDamageRatio": {
|
|
"Value": 0.25
|
|
},
|
|
"AS_CriticalDelta_01": {
|
|
"Value": 0.1
|
|
},
|
|
"AS_CriticalDelta_02": {
|
|
"Value": 0.1
|
|
},
|
|
"AS_Duration_01": {
|
|
"Value": 8
|
|
},
|
|
"AS_Duration_02": {
|
|
"Value": 15
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "AddedDamageRatioModifier",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"OnHitOther": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "CriticalDeltaModifier01",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByAnimTagList",
|
|
"TagList": [
|
|
"AttackNormal",
|
|
"Normal"
|
|
]
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "CriticalDeltaModifier02",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByAnimTagList",
|
|
"TagList": [
|
|
"AttackNormal",
|
|
"Rush"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByDamageElementType",
|
|
"DamageElement": "Ice"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"AddedDamageRatioModifier": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Replace",
|
|
"Properties": {
|
|
"Actor_AddedDamageRatio_Ice": "%AS_AddedDamageRatio"
|
|
}
|
|
},
|
|
"CriticalDeltaModifier01": {
|
|
"Duration": "%AS_Duration_01",
|
|
"ModifierStacking": "Replace",
|
|
"Properties": {
|
|
"Actor_CriticalDelta": "%AS_CriticalDelta_01"
|
|
}
|
|
},
|
|
"CriticalDeltaModifier02": {
|
|
"Duration": "%AS_Duration_02",
|
|
"ModifierStacking": "Replace",
|
|
"Properties": {
|
|
"Actor_CriticalDelta": "%AS_CriticalDelta_02"
|
|
}
|
|
}
|
|
}
|
|
} |