mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
40 lines
917 B
JSON
40 lines
917 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
} |