mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
40 lines
879 B
JSON
40 lines
879 B
JSON
{
|
|
"AbilityName": "Bangboo_Safety_ReduceDefence",
|
|
"AbilitySpecials": {
|
|
"AS_DefenceRatio": {
|
|
"Value": -0.15
|
|
},
|
|
"AS_ReduceDefenceTime": {
|
|
"Value": 10
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"ModifierStacking": "Unique",
|
|
"OnAttackLanded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "ReduceDefenceModifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByAnimEventIDs",
|
|
"AnimEventIDs": [
|
|
"Bangboo_Safety_Attackproperty_Attack03"
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"Target": "Target"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"ReduceDefenceModifier": {
|
|
"Duration": "%AS_ReduceDefenceTime",
|
|
"ModifierStacking": "Unique",
|
|
"Properties": {
|
|
"Actor_DefenceRatio": "%AS_DefenceRatio"
|
|
}
|
|
}
|
|
}
|
|
} |