mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
33 lines
747 B
JSON
33 lines
747 B
JSON
|
{
|
||
|
"AbilityName": "SpecialLevel_Occupation_LookAt",
|
||
|
"AbilityStacking": "Unique",
|
||
|
"DefaultModifier": {
|
||
|
"OnAdded": [
|
||
|
{
|
||
|
"$type": "ApplyModifier",
|
||
|
"ModifierName": "SpecialLevel_Occupation_LookAtModifier",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"Modifiers": {
|
||
|
"SpecialLevel_Occupation_LookAtModifier": {
|
||
|
"Duration": -1,
|
||
|
"ModifierStacking": "MultipleRefresh",
|
||
|
"OnAdded": [
|
||
|
{
|
||
|
"$type": "ActCameraShotAction",
|
||
|
"CameraShotKey": "SpecialLevel_Occupation",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"OnAbilityStart": [
|
||
|
{
|
||
|
"$type": "ApplyModifier",
|
||
|
"ModifierName": "SpecialLevel_Occupation_LookAtModifier",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
}
|