mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
39 lines
852 B
JSON
39 lines
852 B
JSON
{
|
|
"AbilityName": "Card_Armor_2000404",
|
|
"AbilitySpecials": {
|
|
"DefPercentage": {
|
|
"Value": 3
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "ShieldModifier"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"ShieldModifier": {
|
|
"ModifierMixins": [
|
|
{
|
|
"$type": "HpShieldMixin",
|
|
"Duration": -1,
|
|
"IfTakeRestDamageWhenEmpty": true,
|
|
"Priority": -1,
|
|
"RecoverAmount": 0,
|
|
"RecoverPercentage": 0,
|
|
"Tag": "Card_Armor",
|
|
"TotalValueConfig": {
|
|
"Amount": 0,
|
|
"Percentage": "%DefPercentage",
|
|
"PropertyType": "Defence"
|
|
}
|
|
}
|
|
],
|
|
"ModifierStacking": "MultipleRefresh"
|
|
}
|
|
}
|
|
} |