ZenlessData/Data/Card_Physical_2001203.json
2024-08-13 22:59:23 -03:00

48 lines
1.0 KiB
JSON

{
"AbilityName": "Card_Physical_2001203",
"AbilitySpecials": {
"AS_StunRatio": {
"Value": 0.3
},
"Duration": {
"Value": 15
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnSkillStart": [
{
"$type": "ApplyModifier",
"ModifierName": "PhyBreakStunUpModifier",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "ExSp",
"Target": "Self"
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"PhyBreakStunUpModifier": {
"Duration": "%Duration",
"ModifierStacking": "Replace",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByDamageElementType",
"DamageElement": "Physics"
}
],
"PropertyKey": "Actor_AddedBreakStunRatio",
"PropertyValue": "%AS_StunRatio",
"Target": "Self"
}
]
}
}
}