1
0
ZenlessData/Data/_unsorted/Zhenzhen_AddedEtherPurifyRatio.json
2025-12-30 00:30:43 +01:00

45 lines
1.1 KiB
JSON

{
"AbilityName": "Zhenzhen_AddedEtherPurifyRatio",
"AbilitySpecials": {
"As_AddedEtherPurifyRatio": {
"Value": 0.5,
"ValueType": "Float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOtherPre": [
{
"$type": "ApplyModifier",
"ModifierName": "Zhenzhen_AddedEtherPurifyRatio",
"Target": "Other"
}
]
},
"Modifiers": {
"Zhenzhen_AddedEtherPurifyRatio": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByHitDataValue",
"CompareType": "Greater",
"CompareValue": 0,
"HitDataType": "ElementAbnormalAccumulation",
"TargetElement": "Physics",
"TargetVariantElement": "ZhenZhenAssault",
"isRatio": false
}
],
"PropertyKey": "Actor_AddedEtherPurifyRatio",
"PropertyValue": "%As_AddedEtherPurifyRatio",
"Target": "Self"
}
]
}
}
}