ZenlessData/Data/Card_Exchange_2001612.json

131 lines
3.1 KiB
JSON
Raw Permalink Normal View History

{
"AbilityName": "Card_Exchange_2001612",
"AbilitySpecials": {
"AddedStunRatio_Boss": {
"Value": 0.5
},
"AddedStunRatio_Elite": {
"Value": 0.75
},
"AddedStunRatio_Normal": {
"Value": 1
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"EvadeAid"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"AssaultAid"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"ParryAid"
]
}
]
},
{
"$type": "ByMonsterStrengthType",
"CompareType": "Equal",
"StrengthType": "Normal",
"Target": "SelfAttackTarget"
}
],
"PropertyKey": "Actor_AddedBreakStunRatio",
"PropertyValue": "%AddedStunRatio_Normal",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"EvadeAid"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"AssaultAid"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"ParryAid"
]
}
]
},
{
"$type": "ByMonsterStrengthType",
"CompareType": "Equal",
"StrengthType": "Elite",
"Target": "SelfAttackTarget"
}
],
"PropertyKey": "Actor_AddedBreakStunRatio",
"PropertyValue": "%AddedStunRatio_Elite",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"EvadeAid"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"AssaultAid"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"ParryAid"
]
}
]
},
{
"$type": "ByMonsterStrengthType",
"CompareType": "Equal",
"StrengthType": "Boss",
"Target": "SelfAttackTarget"
}
],
"PropertyKey": "Actor_AddedBreakStunRatio",
"PropertyValue": "%AddedStunRatio_Boss",
"Target": "Self"
}
]
}
}