ZenlessData/Data/Player_Hit_Glitch_01.json
2024-09-23 09:11:37 -03:00

53 lines
1.2 KiB
JSON

{
"AbilityName": "Player_Hit_Glitch_01",
"AbilityStacking": "Unique",
"OnAbilityStart": [
{
"$type": "FireEffect",
"EffectPattern": "Eff_Player_Hit_Glitch_01",
"FireEffectPosRot": {
"CoordsOption": "ReferTarget",
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"IsUseRotationXZ": true,
"IsUseRotationY": true,
"PositionOffset": {
"x": 0,
"y": 0,
"z": 0
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"OffsetReferTarget": "Camera"
}
},
"MpExecMode": "AuthorityOnly",
"Predicates": [
{
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": true,
"Target": "Self"
}
],
"Target": "Self"
},
{
"$type": "GamepadRumbleAction",
"GamepadRumbleKey": "Common_GamepadRumble_E_Hit_L",
"MpExecMode": "AuthorityOnly",
"Predicates": [
{
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": true,
"Target": "Self"
}
],
"Target": "Self"
}
]
}