Files
Endfield-Data/Json/LevelScriptTemplateData/LST_SpawnTreasureChest_Graph.json
2025-12-02 20:37:18 +07:00

538 lines
15 KiB
JSON

{
"templateId": "LST_SpawnTreasureChest_Graph",
"maxStage": 2,
"actionMap": {
"paramBlackboard": {
"value": []
},
"dataMap": {
"headerList": [
{
"$type": "Beyond.Gameplay.Actions.ScriptEvent.OnScriptActive",
"_ID": 1,
"_uid": "d0eb021c",
"_dontLogWarning": false,
"_releaseWhenExecutionFinished": false,
"<executor>k__BackingField": {
"cachedUid": 0
},
"<runTime>k__BackingField": 0,
"<state>k__BackingField": "Default",
"<initialized>k__BackingField": false,
"useCurrentScope": false,
"scopeMask": "Main",
"useGraphScope": true,
"_nextID": 2,
"_priority": 0,
"_triggerActiveDuring": "Active",
"_filterMode": false,
"_filterLevel": "Level0",
"_validate": {
"paramSource": 0,
"constValue": true,
"idRef": -1,
"variableBind": false
},
"_triggerTarget": "SELF"
},
{
"$type": "Beyond.Gameplay.Actions.ScriptEvent.OnScriptStageChanged",
"_ID": 4,
"_uid": "7d4f1572",
"_dontLogWarning": false,
"_releaseWhenExecutionFinished": false,
"<executor>k__BackingField": {
"cachedUid": 0
},
"<runTime>k__BackingField": 0,
"<state>k__BackingField": "Default",
"<initialized>k__BackingField": false,
"useCurrentScope": false,
"scopeMask": "Main",
"useGraphScope": true,
"_nextID": 5,
"_priority": 0,
"_triggerActiveDuring": "Active",
"_filterMode": true,
"_filterLevel": "Level0",
"_validate": {
"paramSource": 0,
"constValue": true,
"idRef": -1,
"variableBind": false
},
"_triggerTarget": "SELF",
"_newStageFilter": {
"paramSource": 0,
"constValue": 1,
"idRef": -1,
"variableBind": false
}
}
],
"actionList": [
{
"$type": "Beyond.Gameplay.Actions.SwitchInt",
"_ID": 2,
"_uid": "4a63bb7e",
"_dontLogWarning": false,
"_releaseWhenExecutionFinished": false,
"<executor>k__BackingField": {
"cachedUid": 0
},
"<runTime>k__BackingField": 0,
"<state>k__BackingField": "Default",
"<initialized>k__BackingField": false,
"useCurrentScope": false,
"scopeMask": "Main",
"useGraphScope": true,
"_nextID": -1,
"executeResult": false,
"finishThread": false,
"nextID": 0,
"reservedID": 0,
"delayToNext": 0.0,
"delayToNextTick": false,
"delayToNextTickAllowDeltaTimeZero": false,
"extraThreadIDList": [],
"waitStartTime": 0.0,
"_value": {
"paramSource": -1,
"constValue": 0,
"idRef": 17,
"variableBind": false
},
"_caseValueList": [
0,
1
],
"_caseIDList": [
-1,
3
],
"_defaultID": 0
},
{
"$type": "Beyond.Gameplay.Actions.EntityShow",
"_ID": 3,
"_uid": "c5532060",
"_dontLogWarning": false,
"_releaseWhenExecutionFinished": false,
"<executor>k__BackingField": {
"cachedUid": 0
},
"<runTime>k__BackingField": 0,
"<state>k__BackingField": "Default",
"<initialized>k__BackingField": false,
"useCurrentScope": true,
"scopeMask": "Main",
"useGraphScope": true,
"_nextID": -1,
"executeResult": false,
"finishThread": false,
"nextID": 0,
"reservedID": 0,
"delayToNext": 0.0,
"delayToNextTick": false,
"delayToNextTickAllowDeltaTimeZero": false,
"extraThreadIDList": [],
"waitStartTime": 0.0,
"_entityPtr": {
"paramSource": 200,
"path": "Chest",
"constValue": {
"useSlotId": false,
"logicId": 0,
"slotId": 0,
"<objectPtr>k__BackingField": {
"cachedUid": 0
}
},
"idRef": -1,
"variableBind": false
},
"handleIdList": []
},
{
"$type": "Beyond.Gameplay.Actions.CreateEffectAtPosition",
"_ID": 5,
"_uid": "001c8663",
"_dontLogWarning": false,
"_releaseWhenExecutionFinished": false,
"<executor>k__BackingField": {
"cachedUid": 0
},
"<runTime>k__BackingField": 0,
"<state>k__BackingField": "Default",
"<initialized>k__BackingField": false,
"useCurrentScope": true,
"scopeMask": "Main",
"useGraphScope": true,
"_nextID": 6,
"executeResult": false,
"finishThread": false,
"nextID": 0,
"reservedID": 0,
"delayToNext": 0.0,
"delayToNextTick": false,
"delayToNextTickAllowDeltaTimeZero": false,
"extraThreadIDList": [],
"waitStartTime": 0.0,
"_effectKey": {
"paramSource": 200,
"path": "ShowChestFX",
"idRef": -1,
"variableBind": false
},
"_position": {
"paramSource": 200,
"path": "ChestPosition",
"constValue": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"idRef": -1,
"variableBind": false
},
"_eulerAngles": {
"paramSource": 200,
"path": "ChestRotation",
"constValue": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"idRef": -1,
"variableBind": false
},
"_scale": {
"paramSource": 0,
"constValue": {
"x": 1.0,
"y": 1.0,
"z": 1.0
},
"idRef": -1,
"variableBind": false
},
"_isUnique": {
"paramSource": 0,
"constValue": false,
"idRef": -1,
"variableBind": false
},
"_effectSaveId": {
"paramTarget": 0,
"path": "$5@_effectSaveId",
"variableBind": false
}
},
{
"$type": "Beyond.Gameplay.Actions.WaitForSeconds",
"_ID": 6,
"_uid": "05f4173d",
"_dontLogWarning": false,
"_releaseWhenExecutionFinished": false,
"<executor>k__BackingField": {
"cachedUid": 0
},
"<runTime>k__BackingField": 0,
"<state>k__BackingField": "Default",
"<initialized>k__BackingField": false,
"useCurrentScope": true,
"scopeMask": "Main",
"useGraphScope": true,
"_nextID": 7,
"executeResult": false,
"finishThread": false,
"nextID": 0,
"reservedID": 0,
"delayToNext": 0.0,
"delayToNextTick": false,
"delayToNextTickAllowDeltaTimeZero": false,
"extraThreadIDList": [],
"waitStartTime": 0.0,
"_seconds": {
"paramSource": 0,
"constValue": 0.800000011920929,
"idRef": -1,
"variableBind": false
}
},
{
"$type": "Beyond.Gameplay.Actions.EntityShow",
"_ID": 7,
"_uid": "2227d8d6",
"_dontLogWarning": false,
"_releaseWhenExecutionFinished": false,
"<executor>k__BackingField": {
"cachedUid": 0
},
"<runTime>k__BackingField": 0,
"<state>k__BackingField": "Default",
"<initialized>k__BackingField": false,
"useCurrentScope": true,
"scopeMask": "Main",
"useGraphScope": true,
"_nextID": 8,
"executeResult": false,
"finishThread": false,
"nextID": 0,
"reservedID": 0,
"delayToNext": 0.0,
"delayToNextTick": false,
"delayToNextTickAllowDeltaTimeZero": false,
"extraThreadIDList": [],
"waitStartTime": 0.0,
"_entityPtr": {
"paramSource": 200,
"path": "Chest",
"constValue": {
"useSlotId": false,
"logicId": 0,
"slotId": 0,
"<objectPtr>k__BackingField": {
"cachedUid": 0
}
},
"idRef": -1,
"variableBind": false
},
"handleIdList": []
},
{
"$type": "Beyond.Gameplay.Actions.PlayAudiAtPosition",
"_ID": 8,
"_uid": "0c7e9f85",
"_dontLogWarning": false,
"_releaseWhenExecutionFinished": false,
"<executor>k__BackingField": {
"cachedUid": 0
},
"<runTime>k__BackingField": 0,
"<state>k__BackingField": "Default",
"<initialized>k__BackingField": false,
"useCurrentScope": true,
"scopeMask": "Main",
"useGraphScope": true,
"_nextID": 9,
"executeResult": false,
"finishThread": false,
"nextID": 0,
"reservedID": 0,
"delayToNext": 0.0,
"delayToNextTick": false,
"delayToNextTickAllowDeltaTimeZero": false,
"extraThreadIDList": [],
"waitStartTime": 0.0,
"_key": {
"paramSource": 200,
"path": "AudioKey",
"idRef": -1,
"variableBind": false
},
"_position": {
"paramSource": 200,
"path": "ChestPosition",
"constValue": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"idRef": -1,
"variableBind": false
},
"_audioPlayingId": {
"paramTarget": 0,
"path": "$8@_audioPlayingId",
"variableBind": false
}
},
{
"$type": "Beyond.Gameplay.Actions.WaitForSeconds",
"_ID": 9,
"_uid": "5e1bbf57",
"_dontLogWarning": false,
"_releaseWhenExecutionFinished": false,
"<executor>k__BackingField": {
"cachedUid": 0
},
"<runTime>k__BackingField": 0,
"<state>k__BackingField": "Default",
"<initialized>k__BackingField": false,
"useCurrentScope": true,
"scopeMask": "Main",
"useGraphScope": true,
"_nextID": 10,
"executeResult": false,
"finishThread": false,
"nextID": 0,
"reservedID": 0,
"delayToNext": 0.0,
"delayToNextTick": false,
"delayToNextTickAllowDeltaTimeZero": false,
"extraThreadIDList": [],
"waitStartTime": 0.0,
"_seconds": {
"paramSource": 0,
"constValue": 1.0,
"idRef": -1,
"variableBind": false
}
},
{
"$type": "Beyond.Gameplay.Actions.FinishEffect",
"_ID": 10,
"_uid": "bf8bde9e",
"_dontLogWarning": false,
"_releaseWhenExecutionFinished": false,
"<executor>k__BackingField": {
"cachedUid": 0
},
"<runTime>k__BackingField": 0,
"<state>k__BackingField": "Default",
"<initialized>k__BackingField": false,
"useCurrentScope": true,
"scopeMask": "Main",
"useGraphScope": true,
"_nextID": -1,
"executeResult": false,
"finishThread": false,
"nextID": 0,
"reservedID": 0,
"delayToNext": 0.0,
"delayToNextTick": false,
"delayToNextTickAllowDeltaTimeZero": false,
"extraThreadIDList": [],
"waitStartTime": 0.0,
"_effectSaveId": {
"paramSource": 100,
"path": "$5@_effectSaveId",
"constValue": 0,
"idRef": -1,
"variableBind": false
}
}
],
"getterList": [
{
"$type": "Beyond.Gameplay.Actions.GetLevelScriptStage",
"_ID": 17,
"_uid": "8c3e370d",
"_dontLogWarning": false,
"_releaseWhenExecutionFinished": false,
"<executor>k__BackingField": {
"cachedUid": 0
},
"<runTime>k__BackingField": 0,
"<state>k__BackingField": "Default",
"<initialized>k__BackingField": false,
"useCurrentScope": false,
"scopeMask": "Main",
"useGraphScope": true,
"_scriptPtr": {
"paramSource": 1002,
"constValue": {
"scriptId": 0,
"<levelId>k__BackingField": 0
},
"idRef": -1,
"variableBind": false
}
}
]
}
},
"properties": [
{
"key": "Spawn",
"value": {
"type": "Bool",
"valueArray": [
{
"valueBit64": 0,
"valueString": ""
}
]
}
},
{
"key": "Chest",
"value": {
"type": "EntityPtr",
"valueArray": [
{
"valueBit64": 0
}
]
}
},
{
"key": "ChestPosition",
"value": {
"type": "Vector3",
"valueArray": [
{
"valueBit64": 0
},
{
"valueBit64": 0
},
{
"valueBit64": 0
}
]
}
},
{
"key": "ChestRotation",
"value": {
"type": "Vector3",
"valueArray": [
{
"valueBit64": 0
},
{
"valueBit64": 0
},
{
"valueBit64": 0
}
]
}
},
{
"key": "ShowChestFX",
"value": {
"type": "String",
"valueArray": [
{
"valueBit64": 0,
"valueString": "P_interactive_lootshow_01_Variant"
}
]
}
},
{
"key": "AudioKey",
"value": {
"type": "String",
"valueArray": [
{
"valueBit64": 0,
"valueString": "au_int_trchest_common_energypoint_reward_appear"
}
]
}
}
],
"propertyIdToKeyMap": {
"1": "Spawn",
"1026": "Chest",
"1027": "ChestPosition",
"1028": "ChestRotation",
"1029": "ShowChestFX",
"1030": "AudioKey"
}
}