ZenlessData/Data/VR_SmallBoss_Thracian.json

40 lines
867 B
JSON
Raw Normal View History

{
"AbilityMixins": [
{
"$type": "AttachZoneTagWithModifierMixin",
"ConfigList": [
{
"ModifierNameList": [
"EnhancedBuffModifier"
],
"ZoneTag": "Enhanced"
}
]
}
],
"AbilityName": "VR_SmallBoss_Thracian",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0
},
"AS_AddedElementAccumulationRatio": {
"Value": 0
}
},
"AbilityStacking": "Unique",
"Modifiers": {
"EnhancedBuffModifier": {
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_AddedElementAccumulationRatio",
"PropertyValue": "%AS_AddedElementAccumulationRatio",
"Target": "Other"
}
],
"Properties": {
"Actor_AddedDamageRatio": "%AS_AddedDamageRatio"
}
}
}
}