2024-08-14 04:59:23 +03:00
|
|
|
{
|
|
|
|
"AbilityName": "TrainingRoomAbility_ForbidStun",
|
|
|
|
"AbilityStacking": "Unique",
|
|
|
|
"DefaultModifier": {
|
|
|
|
"OnBeingHit": [
|
|
|
|
{
|
|
|
|
"$type": "ModifyAttackDataAction",
|
|
|
|
"PropertyKey": "Actor_NoStun",
|
|
|
|
"PropertyValue": 1,
|
|
|
|
"Target": "Self"
|
|
|
|
}
|
|
|
|
],
|
2024-08-17 20:43:40 +03:00
|
|
|
"OnBuffDamageBeingHit": [
|
2024-08-14 04:59:23 +03:00
|
|
|
{
|
|
|
|
"$type": "ModifyAttackDataAction",
|
|
|
|
"PropertyKey": "Actor_NoStun",
|
|
|
|
"PropertyValue": 1,
|
|
|
|
"Target": "Self"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|