mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
23 lines
506 B
JSON
23 lines
506 B
JSON
|
{
|
||
|
"AbilityName": "Device_Prop_LiftPlatform_01_PlayCameraShake",
|
||
|
"AbilityStacking": "Unique",
|
||
|
"Modifiers": {
|
||
|
"ShakeModifier": {
|
||
|
"Duration": 7,
|
||
|
"ModifierStacking": "Unique",
|
||
|
"OnAdded": [
|
||
|
{
|
||
|
"$type": "AttackCameraShakeAction",
|
||
|
"ShakeConfigKey": "Device_Ground_LiftPlatform_CamShake_E_03",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"OnAbilityStart": [
|
||
|
{
|
||
|
"$type": "ApplyModifier",
|
||
|
"ModifierName": "ShakeModifier"
|
||
|
}
|
||
|
]
|
||
|
}
|