mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
29 lines
613 B
JSON
29 lines
613 B
JSON
|
{
|
||
|
"AbilityName": "Ability_Card_Blade_1",
|
||
|
"AbilitySpecials": {
|
||
|
"HPRecoverPercent": {
|
||
|
"Op": "Add",
|
||
|
"OpValue": 0.012,
|
||
|
"Value": 0.012
|
||
|
}
|
||
|
},
|
||
|
"AbilityStacking": "Unique",
|
||
|
"DefaultModifier": {
|
||
|
"OnAreaEnter": [
|
||
|
{
|
||
|
"$type": "RecoverHPAction",
|
||
|
"Amount": 0,
|
||
|
"Percentage": "%HPRecoverPercent",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByLevelAreaExploreState",
|
||
|
"LevelAreaState": "UnExplored",
|
||
|
"LevelAreaType": "Room",
|
||
|
"Target": "Caster"
|
||
|
}
|
||
|
],
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|