ZenlessData/Data/Card_Exchange_2011601.json

97 lines
2.3 KiB
JSON
Raw Normal View History

{
"AbilityName": "Card_Exchange_2011601",
"AbilitySpecials": {
"AS_CritDMG": {
"Value": 0.3
},
"AddedCount": {
"Value": 1
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyAbilityAction",
"AbilityName": "Card_Exchange_2001600",
"IsAutoTrigger": false,
"Target": "Self"
}
],
"OnSkillStart": [
{
"$type": "ApplyModifier",
"ModifierName": "ExchangeToDamageTakeRatioBuff_Card_2011601",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "EvadeAid",
"Target": "Self"
},
{
"$type": "ByFromSkillType",
"SkillType": "ParryAid",
"Target": "Self"
}
]
}
],
"Target": "TeamAvatars"
}
]
},
"Modifiers": {
"ExchangeToDamageTakeRatioBuff_Card_2011601": {
"Duration": 30,
"IsUnique": true,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "SetTargetAbilitySpecialAction",
"Params": [
{
"AbilityName": "Card_Exchange_2001600",
"AbilitySpecials": [
{
"ModifyFunction": "Add",
"Param": "AddedCount",
"ParamName": "AS_ExchageBuffCount",
"ParamType": "Float"
}
]
}
],
"Target": "Self"
},
{
"$type": "SetTargetAbilitySpecialAction",
"Params": [
{
"AbilityName": "Card_Exchange_2001600",
"AbilitySpecials": [
{
"ModifyFunction": "Replace",
"Param": "AddedCount",
"ParamName": "AddedIconCount",
"ParamType": "Float"
}
]
}
],
"Target": "Self"
},
{
"$type": "TriggerAbilityAction",
"AbilityName": "Card_Exchange_2001600",
"Target": "Self"
}
],
"Properties": {
"Actor_CriticalDamageRatioDelta": "%AS_CritDMG"
}
}
}
}