ZenlessData/Data/AbyssS2_ZoneBuild_Relic_02_Upgrade_03.json
2024-12-17 20:43:14 -03:00

68 lines
1.6 KiB
JSON

{
"AbilityName": "AbyssS2_ZoneBuild_Relic_02_Upgrade_03",
"AbilitySpecials": {
"AS_AddedElementAccumulationRatio": {
"Value": 0.15,
"ValueType": "Float"
},
"AS_CriticalDamageRatioDelta": {
"Value": 0.15,
"ValueType": "Float"
},
"AS_CriticalDelta": {
"Value": 0.15,
"ValueType": "Float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"ZoneBuild_ZoneActive"
],
"Target": "Self"
}
],
"PropertyKey": "Actor_CriticalDelta",
"PropertyValue": "%AS_CriticalDelta",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"ZoneBuild_ZoneActive"
],
"Target": "Self"
}
],
"PropertyKey": "Actor_CriticalDamageRatioDelta",
"PropertyValue": "%AS_CriticalDamageRatioDelta",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"ZoneBuild_ZoneActive"
],
"Target": "Self"
}
],
"PropertyKey": "Actor_AddedElementAccumulationRatio",
"PropertyValue": "%AS_AddedElementAccumulationRatio",
"Target": "Self"
}
]
}
}