ZenlessData/Data/Test_Card_LimboS2Test_1009912.json

106 lines
2.5 KiB
JSON
Raw Normal View History

{
"AbilityName": "Test_Card_LimboS2Test_1009912",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 10
},
"AS_AddedFeverRatio": {
"Value": 10
},
"AS_Duration": {
"Value": 20
},
"AS_IntervalCD": {
"Value": 30
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "HpListenerModifier"
}
]
},
"Modifiers": {
"BuffModifier": {
"Duration": "%AS_Duration",
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "FireEffect",
"EffectPattern": "Buff_Common_Defense",
"Target": "Self"
},
{
"$type": "SetRBLOffsetAction",
"RBLOffset": "%RBLValue",
"Tag": "AbyssS2Test",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Target"
}
],
"OnRemoved": [
{
"$type": "ApplyModifier",
"ModifierName": "CDController",
"Target": "TeamAvatars"
}
],
"Properties": {
"Actor_IndividualFeverGetRatio": "%AS_AddedFeverRatio"
}
},
"CDController": {
"Duration": "%AS_IntervalCD",
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "RemoveModifier",
"ModifierName": "HpListenerModifier",
"ModifierTargetType": "SameNameAbility",
"Target": "TeamAvatars"
}
],
"OnRemoved": [
{
"$type": "ApplyModifier",
"ModifierName": "HpListenerModifier",
"Target": "TeamAvatars"
}
]
},
"HpListenerModifier": {
"ModifierMixins": [
{
"$type": "ActionsOnPropertyChangeMixin",
"PropertyActions": [
{
"IsUsePercentage": true,
"PropertyType": "CurHP",
"ReferMaxPropertyType": "MaxHP",
"ValueRangeActions": [
{
"HighToValueActions": [
{
"$type": "ApplyModifier",
"ModifierName": "BuffModifier"
}
],
"Val": "%HpPercentage"
}
]
}
]
}
],
"ModifierStacking": "Unique"
}
}
}