1
0
ZenlessData/Data/VR_SmallBoss_Harvester.json

129 lines
3.1 KiB
JSON
Raw Normal View History

{
"AbilityName": "VR_SmallBoss_Harvester",
"AbilitySpecials": {
"AS_AddBreakStunRatio": {
"Value": -0.8
},
"AS_AddBreakStunRatio_Counter": {
"Value": 1
},
"AS_AddedDamageRatio_Counter": {
"Value": 1
},
"AS_DecreasedDamageRatio": {
"Value": -0.2
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "VR_SmallBoss_Harvester_Enhance_Modifier",
"Target": "Self"
}
],
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackNormal",
"Counter"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"BeHitAid"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"ParryAid",
"AttackAid"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"AssaultAid",
"AttackAid"
]
}
]
}
],
"PropertyKey": "Actor_AddedBreakStunRatio",
"PropertyValue": "%AS_AddBreakStunRatio_Counter",
"Target": "Target"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackNormal",
"Counter"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"BeHitAid"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"ParryAid",
"AttackAid"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"AssaultAid",
"AttackAid"
]
}
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio_Counter",
"Target": "Target"
}
]
},
"Modifiers": {
"VR_SmallBoss_Harvester_Enhance_Modifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_DecreasedDamageRatio",
"Target": "Other"
},
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_AddedBreakStunRatio",
"PropertyValue": "%AS_AddBreakStunRatio",
"Target": "Other"
}
]
}
}
}