mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"AbilityName": "Card_Physical_2001206",
|
|
"AbilitySpecials": {
|
|
"AS_AddedDamageRatio": {
|
|
"Value": 0.2
|
|
},
|
|
"AS_CriticalDamageRatio": {
|
|
"Value": 0
|
|
},
|
|
"Duration": {
|
|
"Value": 15
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnSkillStart": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "ExchangeToPhysicalUp",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByOr",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByFromSkillType",
|
|
"SkillType": "EvadeAid",
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "ByFromSkillType",
|
|
"SkillType": "ParryAid",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"ExchangeToPhysicalUp": {
|
|
"Duration": "%Duration",
|
|
"ModifierStacking": "Refresh",
|
|
"Properties": {
|
|
"Actor_AddedDamageRatio_Physics": "%AS_AddedDamageRatio"
|
|
}
|
|
}
|
|
}
|
|
} |