ZenlessData/Data/AbyssS2_ZoneBuild_Card_A02.json
2024-12-17 20:43:14 -03:00

98 lines
2.4 KiB
JSON

{
"AbilityName": "AbyssS2_ZoneBuild_Card_A02",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.1
},
"AS_AddedStunRatio": {
"Value": 0.1
},
"AS_ShieldAmount": {
"Value": 0.1
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackNormal",
"Counter"
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackNormal",
"Counter"
]
}
],
"PropertyKey": "Actor_AddedBreakStunRatio",
"PropertyValue": "%AS_AddedStunRatio",
"Target": "Self"
}
],
"OnSkillStart": [
{
"$type": "ApplyModifier",
"ModifierName": "AbyssS2_ZoneBuild_Card_A02_Shield_Modifier",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "Counter",
"Target": "Self"
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"AbyssS2_ZoneBuild_Card_A02_Shield_Modifier": {
"ModifierMixins": [
{
"$type": "HpShieldMixin",
"AddedActions": [
{
"$type": "FireEffect",
"EffectPattern": "Buff_Common_Defense",
"Target": "Self"
},
{
"$type": "ModifyMaterialPropertyAction",
"Tag": "CommonDefenseMaterial",
"Target": "Self",
"key": "Common_MA_Buff_Defence_RimGlow_01"
}
],
"Duration": -1,
"IfTakeRestDamageWhenEmpty": true,
"Priority": 0,
"RecoverAmount": 0,
"RecoverPercentage": "%RecoverPercentage",
"Tag": "AbyssS2_ZoneBuild_Card_A02",
"TotalValueConfig": {
"Amount": 0,
"Percentage": "%AS_ShieldAmount",
"PropertyType": "MaxHP"
}
}
],
"ModifierStacking": "Replace"
}
}
}