1
0
ZenlessData/Data/_unsorted/Weapon_Ability_13016.json

68 lines
1.7 KiB
JSON

{
"AbilityName": "Weapon_Ability_13016",
"AbilitySpecials": {
"AS_DamageTakeRatio": {
"Value": -0.5
},
"AS_EtherInfectionTakeRatio": {
"Value": -0.5
},
"AS_HPRequiredRatio": {
"Value": 0.5
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "TeamCheckModifier",
"Target": "TeamAvatars"
}
]
},
"Modifiers": {
"TeamCheckModifier": {
"Duration": -1,
"ModifierStacking": "Refresh",
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByPlayerPropertyValue",
"CompareType": "GreaterEqual",
"Denominator": "MaxHP",
"IsUsePercent": true,
"Numerator": "CurHP",
"Target": "Self",
"Val1": "%AS_HPRequiredRatio",
"Val2": 0
}
],
"PropertyKey": "Actor_DamageTakeRatio",
"PropertyValue": "%AS_DamageTakeRatio",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByPlayerPropertyValue",
"CompareType": "GreaterEqual",
"Denominator": "MaxHP",
"IsUsePercent": true,
"Numerator": "CurHP",
"Target": "Self",
"Val1": "%AS_HPRequiredRatio",
"Val2": 0
}
],
"PropertyKey": "Actor_EtherInfectionTakeRatio",
"PropertyValue": "%AS_EtherInfectionTakeRatio",
"Target": "Self"
}
]
}
}
}