ZenlessData/Data/Card_Froze_2001106.json

56 lines
1.3 KiB
JSON
Raw Normal View History

{
"AbilityName": "Card_Froze_2001106",
"AbilitySpecials": {
"AS_BreakStunTransRatio": {
"Value": 3.5
},
"AS_RecoverBreakStunValue": {
"Value": 0
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBuffDamageHitOther": [
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
"Expression": "property(BreakStun)*specials(AS_BreakStunTransRatio)",
"ParamName": "AS_RecoverBreakStunValue",
"ValueType": "Float"
},
{
"$type": "ApplyModifier",
"ModifierName": "RecoverStunModifier",
"Predicates": [
{
"$type": "ByBuffAttackProperty",
"BuffGroupList": [
"Frozen",
"Frostbite"
]
},
{
"$type": "ByIsStunDestroyed",
"IsStunDestroyed": false,
"Target": "Target"
}
],
"Target": "Target"
}
]
},
"Modifiers": {
"RecoverStunModifier": {
"Duration": 1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "RecoverStunAction",
"Amount": "%AS_RecoverBreakStunValue",
"Percentage": 0,
"Target": "Self"
}
]
}
}
}