33 lines
712 B
JSON
33 lines
712 B
JSON
{
|
|
"AbilityName": "GoldenBomb_BornLookAt",
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "GoldenBomb_BornLookAtModifier",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"GoldenBomb_BornLookAtModifier": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "MultipleRefresh",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ActCameraShotAction",
|
|
"CameraShotKey": "Test_Level_MonsterLookAt",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"OnAbilityStart": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "GoldenBomb_BornLookAtModifier",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
} |