mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"OnInitSequece": [],
|
|
"OnStartSequece": [
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.SetTargetEntityFadeWithAnim",
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.TargetFetchAdvNpcEx",
|
|
"SingleNpcID": {}
|
|
}
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.NpcSetupTrigger",
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.TargetFetchAdvNpcEx"
|
|
},
|
|
"TriggerID": "Root",
|
|
"Range": 2.2,
|
|
"OnTriggerEnter": [
|
|
{
|
|
"$type": "RPG.GameCore.SetTargetEntityFadeWithAnim",
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.TargetFetchAdvNpcEx",
|
|
"SingleNpcID": {}
|
|
},
|
|
"TargetValue": 1,
|
|
"Duration": 1
|
|
}
|
|
],
|
|
"OnTriggerExit": [
|
|
{
|
|
"$type": "RPG.GameCore.SetTargetEntityFadeWithAnim",
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.TargetFetchAdvNpcEx",
|
|
"SingleNpcID": {}
|
|
},
|
|
"Duration": 1
|
|
}
|
|
],
|
|
"TargetTypes": []
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |