mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
42 lines
842 B
JSON
42 lines
842 B
JSON
{
|
|
"AbilityName": "Card_Gun_1000306",
|
|
"AbilitySpecials": {
|
|
"HPRecoverRatio": {
|
|
"Value": 0.01
|
|
},
|
|
"TimeOfDuration": {
|
|
"Value": 1
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"ModifierStacking": "Unique",
|
|
"OnAttackLanded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "CriticalHpUp",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByHitResult",
|
|
"HitResult": "Critical",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"CriticalHpUp": {
|
|
"Duration": "%TimeOfDuration",
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "RecoverHPAction",
|
|
"Percentage": "%HPRecoverRatio",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |