31 lines
659 B
JSON
31 lines
659 B
JSON
{
|
|
"AbilityMixins": [
|
|
{
|
|
"$type": "ModifyDamageMixin",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByPlayerPropertyValue",
|
|
"CompareType": "Less",
|
|
"Denominator": "MaxHP",
|
|
"IsUsePercent": true,
|
|
"Numerator": "CurHP",
|
|
"Target": "Self",
|
|
"Val1": "%AS_HpThreshold"
|
|
}
|
|
],
|
|
"Properties": {
|
|
"Actor_CriticalDelta": "%AS_CriticalDelta"
|
|
}
|
|
}
|
|
],
|
|
"AbilityName": "ActivityBangkov_FriendAbility05",
|
|
"AbilitySpecials": {
|
|
"AS_CriticalDelta": {
|
|
"Value": 0.2
|
|
},
|
|
"AS_HpThreshold": {
|
|
"Value": 0.3
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique"
|
|
} |