mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
41 lines
880 B
JSON
41 lines
880 B
JSON
{
|
|
"AbilityName": "Ability_Card_Blade_2",
|
|
"AbilitySpecials": {
|
|
"AddDamagePercent": {
|
|
"Op": "Add",
|
|
"OpValue": 0.1,
|
|
"Value": 0.1
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnAreaEnter": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "AddDamageModifier_Blade2",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByLevelAreaExploreState",
|
|
"LevelAreaState": "UnExplored",
|
|
"LevelAreaType": "Room",
|
|
"Target": "Caster"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"AddDamageModifier_Blade2": {
|
|
"Duration": 10,
|
|
"ModifierMixins": [
|
|
{
|
|
"$type": "ModifyDamageMixin",
|
|
"Properties": {
|
|
"Actor_AddedDamageRatio": "%AddDamagePercent"
|
|
}
|
|
}
|
|
],
|
|
"ModifierStacking": "Refresh"
|
|
}
|
|
}
|
|
} |