ZenlessData/Data/AbyssS2_ElementAbnormalBuild_Card_B02.json

70 lines
1.6 KiB
JSON
Raw Normal View History

{
"AbilityName": "AbyssS2_ElementAbnormalBuild_Card_B02",
"AbilitySpecials": {
"AS_Duration": {
"Value": 15,
"ValueType": "Float"
},
"AS_Fevercoveramount": {
"Value": 100,
"ValueType": "Float"
},
"AS_HPcoverpercentage": {
"Value": 0.025,
"ValueType": "Float"
},
"AS_SPcoveramount": {
"Value": 5,
"ValueType": "Float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBuffAddToOther": [
{
"$type": "ApplyModifier",
"ModifierName": "AbyssS2_ElementAbnormalBuild_Card_A01_TriggerModifier",
"Predicates": [
{
"$type": "ByHandlingBuffGroup",
"BuffGroupList": [
"Disorder"
]
}
],
"Target": "Self"
}
],
"OnStunDestroyOtherActions": [
{
"$type": "ApplyModifier",
"ModifierName": "AbyssS2_ElementAbnormalBuild_Card_A01_TriggerModifier",
"Target": "Self"
}
]
},
"Modifiers": {
"AbyssS2_ElementAbnormalBuild_Card_A01_TriggerModifier": {
"Duration": "%AS_Duration",
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "RecoverHPAction",
"Percentage": "%AS_HPcoverpercentage",
"Target": "Self"
},
{
"$type": "RecoverSPAction",
"Amount": "%AS_SPcoveramount",
"Target": "Self"
},
{
"$type": "RecoverIndividualFeverAction",
"Amount": "%AS_Fevercoveramount",
"Target": "Self"
}
]
}
}
}