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

47 lines
816 B
JSON

{
"templateId": "LST_MonsterLock_Graph",
"maxStage": 1,
"actionMap": {
"paramBlackboard": {
"value": []
},
"dataMap": {
"headerList": [],
"actionList": [],
"getterList": []
}
},
"properties": [
{
"key": "Enemies",
"value": {
"type": "EntityPtrList",
"valueArray": []
}
},
{
"key": "LockedInteractives",
"value": {
"type": "EntityPtrList",
"valueArray": []
}
},
{
"key": "resetMobs",
"value": {
"type": "Bool",
"valueArray": [
{
"valueBit64": 1,
"valueString": ""
}
]
}
}
],
"propertyIdToKeyMap": {
"1025": "Enemies",
"1026": "LockedInteractives",
"1027": "resetMobs"
}
}