36 lines
No EOL
1,019 B
JSON
36 lines
No EOL
1,019 B
JSON
{//献祭npc能力
|
|
|
|
"AbilityName" : "NPC_Sacrifice_01",
|
|
|
|
"DefaultModifier" :
|
|
|
|
{
|
|
|
|
"OnNPCTalk":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"$type" : "MoleMole.CameraStretchAction",
|
|
|
|
"StretchConfigKey" : "NPC_Talk_CamStretch_01"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type" : "MoleMole.CameraZoomAction",
|
|
|
|
"ZoomConfigKey" : "NPC_Talk_CamZoom_01",
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"OnNPCTalkOver":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"$type" : "MoleMole.CameraZoomEndAction"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type" : "MoleMole.CameraStretchEndAction"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"OnNpcRandomTalkCountZero":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"$type" : "MoleMole.SetAnimCtrlerParamAction",
|
|
|
|
"ParamType" : 1,
|
|
|
|
"ParamName" : "Trigger_SelfDestruction",
|
|
|
|
"Target" : "Self",
|
|
|
|
"BoolVal" : true,
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
} |