1
0
ZenlessData/Data/JsonBytes/NewAbility/AvatarAbility/Player_DodgeDummy.json
2026-03-24 00:03:37 +01:00

38 lines
764 B
JSON

{
"AbilityName": "Player_DodgeDummy",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "CreateDodgeDummyAction",
"ColliderPosOffset": {
"x": 0,
"y": 0.5,
"z": 0
},
"Duration": 0.15,
"Height": 1.5,
"Radius": 1.5
},
{
"$type": "CreateDodgeDummyAction",
"ColliderPosOffset": {
"x": 0,
"y": 0.5,
"z": 0
},
"Duration": 0.15,
"FollowEntity": true,
"Height": 1.5,
"Radius": 1.5,
"Tag": "DodgeDummy_FollowEntity"
}
],
"OnRemoved": [
{
"$type": "RemoveDodgeDummyAction",
"RemoRemoveAll": true
}
]
}
}