ZenlessData/Data/AbyssS2_TalentTree_11.json

56 lines
1.2 KiB
JSON
Raw Permalink Normal View History

{
"AbilityMixins": [
{
"$type": "ActionsOnPropertyChangeMixin",
"PropertyActions": [
{
"IsUsePercentage": true,
"PropertyType": "CurHP",
"ReferMaxPropertyType": "MaxHP",
"ValueRangeActions": [
{
"HighToValueActions": [
{
"$type": "ApplyModifier",
"ModifierName": "DamageUpModifier"
}
],
"Val": "%HpPercentage"
},
{
"LowToValueActions": [
{
"$type": "RemoveModifier",
"ModifierName": "DamageUpModifier"
}
],
"Val": "%HpPercentage"
}
]
}
]
}
],
"AbilityName": "AbyssS2_TalentTree_11",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.1
},
"HpPercentage": {
"Value": 0.3
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
},
"Modifiers": {
"DamageUpModifier": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"Properties": {
"Actor_AddedDamageRatio": "%AS_AddedDamageRatio"
}
}
}
}