mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
32 lines
670 B
JSON
32 lines
670 B
JSON
{
|
|
"AbilityName": "NPC_Sacrifice_01",
|
|
"DefaultModifier": {
|
|
"OnNPCTalk": [
|
|
{
|
|
"$type": "CameraStretchAction",
|
|
"StretchConfigKey": "NPC_Talk_CamStretch_01"
|
|
},
|
|
{
|
|
"$type": "CameraZoomAction",
|
|
"ZoomConfigKey": "NPC_Talk_CamZoom_01"
|
|
}
|
|
],
|
|
"OnNPCTalkOver": [
|
|
{
|
|
"$type": "CameraZoomEndAction"
|
|
},
|
|
{
|
|
"$type": "CameraStretchEndAction"
|
|
}
|
|
],
|
|
"OnNpcRandomTalkCountZero": [
|
|
{
|
|
"$type": "SetAnimCtrlerParamAction",
|
|
"BoolVal": true,
|
|
"ParamName": "Trigger_SelfDestruction",
|
|
"ParamType": 1,
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
} |