ZenlessData/Data/Nineveh_UltimateAttack_BarrierEffectCulling.json
2024-08-13 22:59:23 -03:00

20 lines
477 B
JSON

{
"AbilityName": "Nineveh_UltimateAttack_BarrierEffectCulling",
"AbilityStacking": "Unique",
"OnAbilityStart": [
{
"$type": "AddBarrierToEffectAction",
"SourceTag": "NinevehWallSmall",
"Target": "Self",
"TargetTag": "NinevehWallBlock",
"Width": 0.63
},
{
"$type": "AddBarrierToEffectAction",
"SourceTag": "NinevehWallBig",
"Target": "Self",
"TargetTag": "NinevehWallBlock",
"Width": 0.75
}
]
}