1
0
ZenlessData/Data/_unsorted/Coop_TarotCard_1027.json
2025-12-30 00:30:43 +01:00

58 lines
1.3 KiB
JSON

{
"AbilityName": "Coop_TarotCard_1027",
"AbilitySpecials": {
"AS_Duration": {
"Value": 10
},
"HpPercentage": {
"Value": 0.1
},
"ShieldAmount": {
"Value": 0
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnDodgeSuccess": [
{
"$type": "ApplyModifier",
"ModifierName": "ShieldModifier",
"Target": "Self"
}
]
},
"Modifiers": {
"ShieldModifier": {
"Duration": "%AS_Duration",
"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": 1,
"RecoverAmount": 0,
"RecoverPercentage": 0,
"TotalValueConfig": {
"Amount": 0,
"Percentage": "%HpPercentage",
"PropertyType": "MaxHP"
}
}
],
"ModifierStacking": "Unique"
}
}
}