ZenlessData/Data/Card_Exchange_2001609.json

53 lines
1.1 KiB
JSON
Raw Permalink Normal View History

{
"AbilityName": "Card_Exchange_2001609",
"AbilitySpecials": {
"AS_RecoverSp": {
"Value": 40
},
"Duration": {
"Value": 5
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnSkillStart": [
{
"$type": "ApplyModifier",
"ModifierName": "ExchangeToSPModifier",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "EvadeAid",
"Target": "Self"
},
{
"$type": "ByFromSkillType",
"SkillType": "ParryAid",
"Target": "Self"
}
]
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"ExchangeToSPModifier": {
"Duration": "%Duration",
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "RecoverSPAction",
"Amount": "%AS_RecoverSp",
"IgnoreRatio": false,
"Percentage": 0,
"Target": "Self"
}
]
}
}
}