mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
66 lines
1.5 KiB
JSON
66 lines
1.5 KiB
JSON
{
|
|
"AbilityName": "Card_Froze_2001102",
|
|
"AbilitySpecials": {
|
|
"AS_AddedDamageRatio": {
|
|
"Value": 0.5
|
|
},
|
|
"AS_AddedElementRatio": {
|
|
"Value": 0.5
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnBuffDamageHitOther": [
|
|
{
|
|
"$type": "ModifyAttackDataAction",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByBuffAttackProperty",
|
|
"BuffGroupList": [
|
|
"Frozen",
|
|
"Frostbite"
|
|
]
|
|
}
|
|
],
|
|
"PropertyKey": "Actor_BuffDamageRatio",
|
|
"PropertyValue": "%AS_AddedDamageRatio",
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "IceAccumulationTakeUpModifier_Card_Froze_2001102",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByBuffAttackProperty",
|
|
"BuffGroupList": [
|
|
"Frozen",
|
|
"Frostbite"
|
|
]
|
|
}
|
|
],
|
|
"Target": "Target"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"IceAccumulationTakeUpModifier_Card_Froze_2001102": {
|
|
"Duration": 5,
|
|
"IsUnique": true,
|
|
"ModifierStacking": "Replace",
|
|
"OnBeingHit": [
|
|
{
|
|
"$type": "ModifyAttackDataAction",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByDamageElementType",
|
|
"DamageElement": "Ice"
|
|
}
|
|
],
|
|
"PropertyKey": "Actor_AddedElementAccumulationRatio",
|
|
"PropertyValue": "%AS_AddedElementRatio",
|
|
"Target": "Target"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |