ZenlessData/Data/Card_Armor_1000405.json

40 lines
917 B
JSON
Raw Normal View History

{
"AbilityName": "Card_Armor_1000405",
"AbilitySpecials": {
"ShieldAmount": {
"Value": 0
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnBeDamageCalculated": [
{
"$type": "ReplaceDamageByHpAction",
"Amount": 0,
"HpProperty": "MaxHP",
"Percentage": 0,
"Predicates": [
{
"$type": "ByAbilitySpecial",
"CompareType": "Greater",
"Param": 0,
"ParamName": "ShieldAmount",
"ParamType": "Integer",
"Target": "Self"
}
]
}
],
"OnBeingHitPre": [
{
"$type": "SetAbilitySpecialsByHpShiledValueAction",
"ModifyFunction": "Replace",
"ParamName": "ShieldAmount",
"ParamType": "Integer",
"Target": "Self",
"ValueType": "CurValue"
}
]
}
}