From 11a57acbd1782f353a933222648365798b11e6ba Mon Sep 17 00:00:00 2001 From: Tom Norris Date: Mon, 17 Jan 2022 20:24:35 -0800 Subject: [PATCH] key-select-manual Clearing out some graphs --- Templates-and-Graphs/KeyTest.ngmap | 90 - Templates-and-Graphs/KeyTests.ngmap | 1558 --------- Templates-and-Graphs/SerialSweatHeart.ngmap | 1099 ------ .../SerialSweatHeartTEMPLATE.ngmap | 3022 ----------------- 4 files changed, 5769 deletions(-) delete mode 100644 Templates-and-Graphs/KeyTest.ngmap delete mode 100644 Templates-and-Graphs/KeyTests.ngmap delete mode 100644 Templates-and-Graphs/SerialSweatHeart.ngmap delete mode 100644 Templates-and-Graphs/SerialSweatHeartTEMPLATE.ngmap diff --git a/Templates-and-Graphs/KeyTest.ngmap b/Templates-and-Graphs/KeyTest.ngmap deleted file mode 100644 index 231c0bc..0000000 --- a/Templates-and-Graphs/KeyTest.ngmap +++ /dev/null @@ -1,90 +0,0 @@ -{ - "data": { - "listing": [ - { - "ngMapNodeName": "Keys", - "ngMapNodePosition": { - "x": 340.0, - "y": 142.954178 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "As": [ - "id_1", - "id_2", - "id_3" - ] - }, - { - "ngMapNodeName": "Selectors", - "ngMapNodePosition": { - "x": 677.0, - "y": 143.954178 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "target a": "id_3" - } - ] - }, - "metaMakerVersion": "0.7.1", - "defaultListing": "listing", - "explicitNode": "", - "reuseDll": true, - "exportScript": "", - "nestingColors": [], - "keyColors": [], - "nodeList": [ - { - "title": "Keys", - "color": { - "r": 1.0, - "g": 1.0, - "b": 1.0, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "fieldType": "FIELD_LIST", - "label": "As", - "field": { - "fieldType": "KEY_MANUAL", - "label": "2", - "slotType": 0, - "key": "", - "keyPrefix": "id_" - } - } - ] - }, - { - "title": "Selectors", - "color": { - "r": 1.0, - "g": 1.0, - "b": 1.0, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "fieldType": "KEY_SELECT", - "label": "target a", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - }, - { - "fieldType": "KEY_SELECT", - "label": "target b", - "slotType": 1, - "emptyHandling": "EMPTY_STRING" - } - ] - } - ] -} \ No newline at end of file diff --git a/Templates-and-Graphs/KeyTests.ngmap b/Templates-and-Graphs/KeyTests.ngmap deleted file mode 100644 index 26e8ab9..0000000 --- a/Templates-and-Graphs/KeyTests.ngmap +++ /dev/null @@ -1,1558 +0,0 @@ -{ - "data": { - "ngMapNodeName": "Graph", - "ngMapNodePosition": { - "x": -280.0, - "y": -780.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "defaultListing": "listing", - "explicitNode": "", - "nestingColors": [], - "keyColors": [], - "reuseDll": true, - "exportScript": "", - "nodeList": [ - { - "ngMapNodeName": "Node", - "ngMapNodePosition": { - "x": 220.0, - "y": -840.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "title": "Keys", - "color": { - "r": 1.0, - "g": 1.0, - "b": 1.0, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "ngMapNodeName": "Field List Slot", - "ngMapNodePosition": { - "x": 500.0, - "y": -840.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "FIELD_LIST", - "label": "As", - "field": { - "ngMapNodeName": "Key Manual Slot", - "ngMapNodePosition": { - "x": 500.0, - "y": -720.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY_MANUAL", - "label": "id", - "slotType": 0, - "key": "", - "keyPrefix": "id_" - } - } - ] - }, - { - "ngMapNodeName": "Node", - "ngMapNodePosition": { - "x": 200.0, - "y": -460.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "title": "Selectors", - "color": { - "r": 1.0, - "g": 1.0, - "b": 1.0, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "ngMapNodeName": "Key Select Slot", - "ngMapNodePosition": { - "x": 560.0, - "y": -460.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY_SELECT", - "label": "target a", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - }, - { - "ngMapNodeName": "Key Select Slot", - "ngMapNodePosition": { - "x": 560.0, - "y": -300.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY_SELECT", - "label": "target b", - "slotType": 1, - "emptyHandling": "EMPTY_STRING" - } - ] - } - ] - }, - "metaMakerVersion": "0.7.1", - "defaultListing": "nodeList", - "explicitNode": "Graph", - "reuseDll": false, - "exportScript": "using System.Collections.Generic;\nusing LibT.Serialization;\nusing MetaMakerLib;\n\nnamespace Rules\n{\n\tpublic class ExportRules : ExportRulesAbstract\n\t{\n\t\tpublic ExportRules()\n\t\t{\n\t\t\t_exportTargets[\"Template\"] = new ExportSet(){relativeSavePath = \"$name.tmplt\", gdoExportTarget = \"data\" };\n\t\t}\n\n\t\tpublic override void PreprocessExportGdo(GenericDataObject genericDataObject, List keysToRemove, string exportName, string exportLocation, int exportIndex)\n\t\t{\n\t\t\tgenericDataObject.TryAddValue( graphVersionKey, metaMakerVersion );\n\t\t}\n\t}\n}", - "nestingColors": [ - { - "r": 0.0, - "g": 0.0, - "b": 0.0, - "a": 1.0 - }, - { - "r": 0.84375, - "g": 0.84375, - "b": 0.84375, - "a": 1.0 - }, - { - "r": 1.0, - "g": 0.0, - "b": 0.0, - "a": 1.0 - } - ], - "keyColors": [ - { - "r": 0.64794004, - "g": 0.295880139, - "b": 1.0, - "a": 1.0 - }, - { - "r": 0.0, - "g": 1.0, - "b": 0.0625, - "a": 1.0 - } - ], - "nodeList": [ - { - "title": "Graph", - "color": { - "r": 0.328125, - "g": 0.328125, - "b": 0.328125, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "fieldType": "TEXT_LINE", - "label": "defaultListing", - "defaultValue": "listing" - }, - { - "fieldType": "TEXT_LINE", - "label": "explicitNode", - "defaultValue": "" - }, - { - "fieldType": "FIELD_LIST", - "label": "nestingColors", - "field": { - "fieldType": "COLOR", - "label": "Color", - "defaultValue": { - "r": 1.0, - "g": 1.0, - "b": 1.0, - "a": 1.0 - }, - "asHtml": false - } - }, - { - "fieldType": "FIELD_LIST", - "label": "keyColors", - "field": { - "fieldType": "COLOR", - "label": "Color", - "defaultValue": { - "r": 1.0, - "g": 1.0, - "b": 1.0, - "a": 1.0 - }, - "asHtml": false - } - }, - { - "fieldType": "BOOLEAN", - "label": "reuseDll", - "defaultValue": true, - "id": "BOOL-LYn" - }, - { - "fieldType": "TEXT_AREA", - "label": "exportScript", - "minHeight": 200.0, - "defaultValue": "" - }, - { - "fieldType": "FIELD_LIST", - "label": "nodeList", - "field": { - "fieldType": "LINK_TO_CHILD", - "label": "1", - "slotType": 0, - "explicitNode": "Node", - "emptyHandling": "SKIP" - } - } - ] - }, - { - "title": "Node", - "color": { - "r": 0.6862745, - "g": 0.6862745, - "b": 0.6862745, - "a": 1.0 - }, - "parentType": 0, - "fields": [ - { - "fieldType": "TEXT_LINE", - "label": "title", - "defaultValue": "Node" - }, - { - "fieldType": "COLOR", - "label": "color", - "defaultValue": { - "r": 1.0, - "g": 1.0, - "b": 1.0, - "a": 1.0 - }, - "asHtml": false - }, - { - "fieldType": "INT", - "label": "parentType", - "MinStepSize": "0", - "hasMax": false, - "max": 0, - "hasMin": true, - "min": -1, - "defaultValue": -1 - }, - { - "fieldType": "FIELD_LIST", - "label": "fields", - "field": { - "fieldType": "LINK_TO_CHILD", - "label": "1", - "slotType": 1, - "explicitNode": "", - "emptyHandling": "SKIP" - } - } - ] - }, - { - "title": "Separator Slot", - "color": { - "r": 0.716467738, - "g": 0.828125, - "b": 0.828125, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "SEPARATOR" - } - ] - }, - { - "title": "Key Slot", - "color": { - "r": 0.6156863, - "g": 0.8117647, - "b": 0.333333343, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "KEY" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "id" - }, - { - "fieldType": "INT", - "label": "slotType", - "MinStepSize": "0", - "hasMax": false, - "max": 0, - "hasMin": true, - "min": 0, - "defaultValue": 0 - }, - { - "fieldType": "TEXT_LINE", - "label": "keyPrefix", - "defaultValue": "" - }, - { - "fieldType": "INT", - "label": "keySize", - "MinStepSize": "0", - "hasMax": false, - "max": 0, - "hasMin": true, - "min": 1, - "defaultValue": 1 - } - ] - }, - { - "title": "Key Manual Slot", - "color": { - "r": 0.6156863, - "g": 0.8117647, - "b": 0.333333343, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "KEY_MANUAL" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "id" - }, - { - "fieldType": "INT", - "label": "slotType", - "MinStepSize": "0", - "hasMax": false, - "max": 0, - "hasMin": true, - "min": 0, - "defaultValue": 0 - }, - { - "fieldType": "TEXT_LINE", - "label": "keyPrefix", - "defaultValue": "id_" - }, - { - "fieldType": "TEXT_LINE", - "label": "key", - "defaultValue": "" - } - ] - }, - { - "title": "Key Tracker Slot", - "color": { - "r": 0.51924175, - "g": 0.671875, - "b": 0.299449921, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "KEY_TRACKER" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "target" - }, - { - "fieldType": "INT", - "label": "slotType", - "MinStepSize": "0", - "hasMax": false, - "max": 0, - "hasMin": true, - "min": 0, - "defaultValue": 0 - }, - { - "fieldType": "ENUM", - "label": "emptyHandling", - "values": [ - "EMPTY_STRING", - "NULL_STRING", - "SKIP" - ] - } - ] - }, - { - "title": "Key Select Slot", - "color": { - "r": 0.51924175, - "g": 0.671875, - "b": 0.299449921, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "KEY_SELECT" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "target" - }, - { - "fieldType": "INT", - "label": "slotType", - "MinStepSize": "0", - "hasMax": false, - "max": 0, - "hasMin": true, - "min": 0, - "defaultValue": 0 - }, - { - "fieldType": "ENUM", - "label": "emptyHandling", - "values": [ - "EMPTY_STRING", - "NULL_STRING", - "SKIP" - ] - } - ] - }, - { - "title": "Graph List Slot", - "color": { - "r": 0.875, - "g": 0.7667193, - "b": 0.4358614, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "SUB_GRAPH_LIST" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "children" - }, - { - "fieldType": "INT", - "label": "slotType", - "MinStepSize": "0", - "hasMax": false, - "max": 0, - "hasMin": true, - "min": 0, - "defaultValue": 0 - }, - { - "fieldType": "TEXT_LINE", - "label": "explicitNode", - "defaultValue": "" - } - ] - }, - { - "title": "Graph Dictionary Slot", - "color": { - "r": 0.8812586, - "g": 0.890625, - "b": 0.5370435, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "SUB_GRAPH_DICTIONARY" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "children" - }, - { - "fieldType": "INT", - "label": "slotType", - "MinStepSize": "0", - "hasMax": false, - "max": 0, - "hasMin": true, - "min": 0, - "defaultValue": 0 - }, - { - "fieldType": "TEXT_LINE", - "label": "explicitNode", - "defaultValue": "" - }, - { - "fieldType": "TEXT_LINE", - "label": "keyField", - "defaultValue": "id" - } - ] - }, - { - "title": "Link To Child Slot", - "color": { - "r": 0.316713482, - "g": 0.6875, - "b": 0.5476952, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "LINK_TO_CHILD" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "children" - }, - { - "fieldType": "INT", - "label": "slotType", - "MinStepSize": "0", - "hasMax": false, - "max": 0, - "hasMin": true, - "min": 0, - "defaultValue": 0 - }, - { - "fieldType": "TEXT_LINE", - "label": "explicitNode", - "defaultValue": "" - }, - { - "fieldType": "ENUM", - "label": "emptyHandling", - "values": [ - "EMPTY_OBJECT", - "NULL", - "SKIP" - ] - } - ] - }, - { - "title": "Field List Slot", - "color": { - "r": 0.765625, - "g": 0.6222496, - "b": 0.19212313, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "FIELD_LIST" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Fields" - }, - { - "fieldType": "LINK_TO_CHILD", - "label": "field", - "slotType": 1, - "explicitNode": "", - "emptyHandling": "EMPTY_OBJECT" - } - ] - }, - { - "title": "Field Dictionary Slot", - "color": { - "r": 0.8408679, - "g": 0.859375, - "b": 0.267146528, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "FIELD_DICTIONARY" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Fields" - }, - { - "fieldType": "LINK_TO_CHILD", - "label": "field", - "slotType": 1, - "explicitNode": "", - "emptyHandling": "EMPTY_OBJECT" - } - ] - }, - { - "title": "Info Slot", - "color": { - "r": 0.78039217, - "g": 0.872794151, - "b": 0.882352948, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "INFO" - }, - { - "fieldType": "TEXT_AREA_RICH", - "label": "label", - "minHeight": 40.0, - "defaultValue": "Some text" - }, - { - "fieldType": "FLOAT", - "label": "minHeight", - "MinStepSize": "0", - "hasMax": false, - "max": 0.0, - "hasMin": true, - "min": 18.0, - "defaultValue": 40.0 - } - ] - }, - { - "title": "Auto Slot", - "color": { - "r": 0.451662, - "g": 0.53125, - "b": 0.53125, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "AUTO" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "text" - }, - { - "fieldType": "TEXT_LINE", - "label": "defaultValue", - "defaultValue": "default" - } - ] - }, - { - "title": "Type Slot", - "color": { - "r": 0.531367064, - "g": 0.6162219, - "b": 0.625, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "TYPE" - }, - { - "fieldType": "TEXT_LINE", - "label": "Class Assembly", - "defaultValue": "fully qualified assembly name" - }, - { - "fieldType": "TEXT_LINE", - "label": "Class Type", - "defaultValue": "Full class name" - } - ] - }, - { - "title": "Enum Slot", - "color": { - "r": 0.765625, - "g": 0.40288505, - "b": 0.260943323, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "ENUM" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Type" - }, - { - "fieldType": "FIELD_LIST", - "label": "values", - "field": { - "fieldType": "TEXT_LINE", - "label": "-", - "defaultValue": "ENUM" - } - } - ] - }, - { - "title": "Flags Slot", - "color": { - "r": 0.765625, - "g": 0.40288505, - "b": 0.260943323, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "FLAGS" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Flags" - }, - { - "fieldType": "INT", - "label": "defaultValue", - "MinStepSize": "0", - "hasMax": false, - "max": 0, - "hasMin": false, - "min": 0, - "defaultValue": 0 - }, - { - "fieldType": "FIELD_LIST", - "label": "flags", - "field": { - "fieldType": "TEXT_LINE", - "label": "-", - "defaultValue": "Flag" - } - } - ] - }, - { - "title": "Text Line Slot", - "color": { - "r": 0.383251429, - "g": 0.517907262, - "b": 0.921875, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "TEXT_LINE" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "String" - }, - { - "fieldType": "TEXT_LINE", - "label": "defaultValue", - "defaultValue": "String" - } - ] - }, - { - "title": "Text Area Slot", - "color": { - "r": 0.292310417, - "g": 0.3179863, - "b": 0.703125, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "TEXT_AREA" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Some text" - }, - { - "fieldType": "FLOAT", - "label": "minHeight", - "MinStepSize": "0", - "hasMax": false, - "max": 0.0, - "hasMin": true, - "min": 18.0, - "defaultValue": 40.0 - }, - { - "fieldType": "TEXT_AREA", - "label": "defaultValue", - "minHeight": 40.0, - "defaultValue": "Some text" - } - ] - }, - { - "title": "Rich Text Slot", - "color": { - "r": 0.120962083, - "g": 0.243065327, - "b": 0.609375, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "TEXT_AREA_RICH" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Some text" - }, - { - "fieldType": "FLOAT", - "label": "minHeight", - "MinStepSize": "0", - "hasMax": false, - "max": 0.0, - "hasMin": true, - "min": 18.0, - "defaultValue": 40.0 - }, - { - "fieldType": "TEXT_AREA_RICH", - "label": "defaultValue", - "minHeight": 40.0, - "defaultValue": "Some text" - } - ] - }, - { - "title": "Float Slot", - "color": { - "r": 0.8117647, - "g": 0.333333343, - "b": 0.5127451, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "FLOAT" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Value" - }, - { - "fieldType": "DOUBLE", - "label": "MinStepSize", - "MinStepSize": "0", - "hasMax": false, - "max": "0", - "hasMin": true, - "min": "0", - "defaultValue": "0" - }, - { - "fieldType": "BOOLEAN", - "label": "hasMax", - "defaultValue": false, - "id": "B-aH6" - }, - { - "fieldType": "FLOAT", - "label": "max", - "MinStepSize": "0", - "hasMax": false, - "max": 0.0, - "hasMin": false, - "min": 0.0, - "defaultValue": 0.0 - }, - { - "fieldType": "BOOLEAN", - "label": "hasMin", - "defaultValue": false, - "id": "B-2hF" - }, - { - "fieldType": "FLOAT", - "label": "min", - "MinStepSize": "0", - "hasMax": false, - "max": 0.0, - "hasMin": false, - "min": 0.0, - "defaultValue": 0.0 - }, - { - "fieldType": "FLOAT", - "label": "defaultValue", - "MinStepSize": "0", - "hasMax": false, - "max": 0.0, - "hasMin": false, - "min": 0.0, - "defaultValue": 0.0 - } - ] - }, - { - "title": "Double Slot", - "color": { - "r": 0.515625, - "g": 0.252984554, - "b": 0.351474732, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "DOUBLE" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Value" - }, - { - "fieldType": "DOUBLE", - "label": "MinStepSize", - "MinStepSize": "0", - "hasMax": false, - "max": "0", - "hasMin": true, - "min": "0", - "defaultValue": "0" - }, - { - "fieldType": "BOOLEAN", - "label": "hasMax", - "defaultValue": false, - "id": "BOOL-uGT" - }, - { - "fieldType": "DOUBLE", - "label": "max", - "MinStepSize": "0", - "hasMax": false, - "max": "0", - "hasMin": false, - "min": "0", - "defaultValue": "0" - }, - { - "fieldType": "BOOLEAN", - "label": "hasMin", - "defaultValue": false, - "id": "BOOL-yIn" - }, - { - "fieldType": "DOUBLE", - "label": "min", - "MinStepSize": "0", - "hasMax": false, - "max": "0", - "hasMin": false, - "min": "0", - "defaultValue": "0" - }, - { - "fieldType": "DOUBLE", - "label": "defaultValue", - "MinStepSize": "0", - "hasMax": false, - "max": "0", - "hasMin": false, - "min": "0", - "defaultValue": "0" - } - ] - }, - { - "title": "Int Slot", - "color": { - "r": 0.8117647, - "g": 0.333333343, - "b": 0.333333343, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "INT" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Value" - }, - { - "fieldType": "DOUBLE", - "label": "MinStepSize", - "MinStepSize": "0", - "hasMax": false, - "max": "0", - "hasMin": true, - "min": "0", - "defaultValue": "0" - }, - { - "fieldType": "BOOLEAN", - "label": "hasMax", - "defaultValue": false, - "id": "B-zqM" - }, - { - "fieldType": "INT", - "label": "max", - "MinStepSize": "0", - "hasMax": false, - "max": 0, - "hasMin": false, - "min": 0, - "defaultValue": 0 - }, - { - "fieldType": "BOOLEAN", - "label": "hasMin", - "defaultValue": false, - "id": "B-Y2e" - }, - { - "fieldType": "INT", - "label": "min", - "MinStepSize": "0", - "hasMax": false, - "max": 0, - "hasMin": false, - "min": 0, - "defaultValue": 0 - }, - { - "fieldType": "INT", - "label": "defaultValue", - "MinStepSize": "0", - "hasMax": false, - "max": 0, - "hasMin": false, - "min": 0, - "defaultValue": 0 - } - ] - }, - { - "title": "Long Slot", - "color": { - "r": 0.59375, - "g": 0.0378042981, - "b": 0.0378042981, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "LONG" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Value" - }, - { - "fieldType": "BOOLEAN", - "label": "allowNegative", - "defaultValue": true, - "id": "B-zqM" - }, - { - "fieldType": "LONG", - "label": "defaultValue", - "allowNegative": true, - "defaultValue": "0" - } - ] - }, - { - "title": "Boolean Slot", - "color": { - "r": 0.5294118, - "g": 0.333333343, - "b": 0.8117647, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "BOOLEAN" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "IsActive" - }, - { - "fieldType": "BOOLEAN", - "label": "defaultValue", - "defaultValue": false, - "id": "B-SAC" - }, - { - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "BOOL-", - "keySize": 3 - } - ] - }, - { - "title": "Linked Boolean Slot", - "color": { - "r": 0.345098048, - "g": 0.05490196, - "b": 0.7647059, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "BOOLEAN" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "IsActive" - }, - { - "fieldType": "BOOLEAN", - "label": "defaultValue", - "defaultValue": false, - "id": "B-Ili" - }, - { - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "BOOL-", - "keySize": 3 - }, - { - "fieldType": "FIELD_LIST", - "label": "matchTrue", - "field": { - "fieldType": "KEY_TRACKER", - "label": "true when true", - "slotType": 0, - "emptyHandling": "SKIP" - } - }, - { - "fieldType": "FIELD_LIST", - "label": "invertTrue", - "field": { - "fieldType": "KEY_TRACKER", - "label": "false when true", - "slotType": 0, - "emptyHandling": "SKIP" - } - }, - { - "fieldType": "FIELD_LIST", - "label": "matchFalse", - "field": { - "fieldType": "KEY_TRACKER", - "label": "false when false", - "slotType": 0, - "emptyHandling": "SKIP" - } - }, - { - "fieldType": "FIELD_LIST", - "label": "invertFalse", - "field": { - "fieldType": "KEY_TRACKER", - "label": "true when false", - "slotType": 0, - "emptyHandling": "SKIP" - } - } - ] - }, - { - "title": "Vector2 Slot", - "color": { - "r": 0.7058824, - "g": 0.333333343, - "b": 0.8117647, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "VECTOR2" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Vector" - }, - { - "fieldType": "VECTOR2", - "label": "defaultValue", - "defaultValue": { - "x": 0.0, - "y": 0.0 - } - } - ] - }, - { - "title": "Vector3 Slot", - "color": { - "r": 0.549019635, - "g": 0.286274523, - "b": 0.623529434, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "VECTOR3" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Vector" - }, - { - "fieldType": "VECTOR3", - "label": "defaultValue", - "defaultValue": { - "x": 0.0, - "y": 0.0, - "z": 0.0 - } - } - ] - }, - { - "title": "Vector4 Slot", - "color": { - "r": 0.380392164, - "g": 0.23137255, - "b": 0.423529416, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "VECTOR4" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Vector" - }, - { - "fieldType": "VECTOR4", - "label": "defaultValue", - "defaultValue": { - "x": 0.0, - "y": 0.0, - "z": 0.0, - "w": 0.0 - } - } - ] - }, - { - "title": "Color Slot", - "color": { - "r": 0.900632, - "g": 0.642556131, - "b": 0.9375, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "COLOR" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Color" - }, - { - "fieldType": "COLOR", - "label": "defaultValue", - "defaultValue": { - "r": 1.0, - "g": 1.0, - "b": 1.0, - "a": 1.0 - }, - "asHtml": false - }, - { - "fieldType": "BOOLEAN", - "label": "asHtml", - "defaultValue": false, - "id": "B-Dog" - } - ] - }, - { - "title": "Date Time Offset Slot", - "color": { - "r": 0.78039217, - "g": 0.0, - "b": 0.58431375, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "DATE_TIME_OFFSET" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Date" - }, - { - "fieldType": "DATE_TIME_OFFSET", - "label": "defaultValue", - "defaultValue": { - "date": "2020-07-16T14:34:11.0000000", - "offset": "-07:00" - } - } - ] - }, - { - "title": "Date Time Slot", - "color": { - "r": 0.5647059, - "g": 0.0, - "b": 0.423529416, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "DATE_TIME" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Date" - }, - { - "fieldType": "DATE_TIME", - "label": "defaultValue", - "defaultValue": { - "date": "2020-07-16T14:34:16.0000000", - "offset": "-00:00" - } - } - ] - }, - { - "title": "Time Span Slot", - "color": { - "r": 0.3984375, - "g": 0.0, - "b": 0.298418134, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "TIME_SPAN" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Duration" - }, - { - "fieldType": "BOOLEAN", - "label": "asSeconds", - "defaultValue": false, - "id": "BOOL-9KE" - }, - { - "fieldType": "TIME_SPAN", - "label": "defaultValue", - "defaultValue": "0", - "asSeconds": false - } - ] - }, - { - "title": "Relative Path Slot", - "color": { - "r": 0.3984375, - "g": 0.0, - "b": 0.298418134, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "RELATIVE_PATH" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Path" - }, - { - "fieldType": "INT", - "label": "startOffset", - "MinStepSize": "0", - "hasMax": false, - "max": 0, - "hasMin": true, - "min": 0, - "defaultValue": 0 - }, - { - "fieldType": "TEXT_LINE", - "label": "prefix", - "defaultValue": "" - }, - { - "fieldType": "FIELD_LIST", - "label": "extensions", - "field": { - "fieldType": "TEXT_LINE", - "label": "-", - "defaultValue": "*.png" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/Templates-and-Graphs/SerialSweatHeart.ngmap b/Templates-and-Graphs/SerialSweatHeart.ngmap deleted file mode 100644 index a1f574d..0000000 --- a/Templates-and-Graphs/SerialSweatHeart.ngmap +++ /dev/null @@ -1,1099 +0,0 @@ -{ - "metaMakerVersion": "0.7.0", - "defaultListing": "States", - "explicitNode": "", - "reuseDll": false, - "exportScript": "", - "nestingColors": [ - { - "r": 0.2509804, - "g": 0.882352948, - "b": 0.572549045, - "a": 1.0 - }, - { - "r": 1.0, - "g": 0.0, - "b": 0.7019608, - "a": 1.0 - } - ], - "keyColors": [ - { - "r": 0.87890625, - "g": 0.8459884, - "b": 0.8459884, - "a": 1.0 - } - ], - "nodeList": [ - { - "title": "Start", - "color": { - "r": 0.1484375, - "g": 1.0, - "b": 0.0, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "fieldType": "KEY_TRACKER", - "label": "firstState", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - } - ] - }, - { - "title": "Character Change", - "color": { - "r": 0.317267954, - "g": 0.0193117931, - "b": 0.64453125, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "ST_", - "keySize": 6 - }, - { - "fieldType": "INFO", - "label": "Move, hide, or change the expression of a character", - "minHeight": 40.0 - }, - { - "fieldType": "ENUM", - "label": "character", - "values": [ - "NARATOR", - "MC", - "POLICE", - "EYEPATCH", - "NORMIE", - "OXFORDS", - "HOUSE_HUSBAND", - "YANDERE", - "DETECTIVE_CLEAN", - "DETECTIVE_REFORMED", - "POCKET_SPARROW", - "BLACK_WIDOW" - ] - }, - { - "fieldType": "ENUM", - "label": "emote", - "values": [ - "DEFAULT", - "STARTLED", - "ANGRY", - "SMUG", - "DARK", - "SEXY", - "BLOODY", - "KILLER" - ] - }, - { - "fieldType": "ENUM", - "label": "position", - "values": [ - "HIDDEN_LEFT", - "LEFT_1", - "LEFT_2", - "LEFT_3", - "CENTER_LEFT", - "CENTER_RIGHT", - "RIGHT_3", - "RIGHT_2", - "RIGHT_1", - "HIDDEN_RIGHT" - ] - }, - { - "fieldType": "BOOLEAN", - "label": "faceLeft", - "defaultValue": false, - "id": "BOOL-4Tl" - }, - { - "fieldType": "BOOLEAN", - "label": "masked", - "defaultValue": false, - "id": "BOOL-70N" - }, - { - "fieldType": "BOOLEAN", - "label": "popIn", - "defaultValue": false, - "id": "BOOL-P2f" - }, - { - "fieldType": "KEY_TRACKER", - "label": "next", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - } - ] - }, - { - "title": "Character Points", - "color": { - "r": 0.466666669, - "g": 0.03137255, - "b": 0.623529434, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "ST_", - "keySize": 6 - }, - { - "fieldType": "INFO", - "label": "Update your affinity score with a character", - "minHeight": 40.0 - }, - { - "fieldType": "ENUM", - "label": "character", - "values": [ - "NARATOR", - "MC", - "POLICE", - "EYEPATCH", - "NORMIE", - "OXFORDS", - "HOUSE_HUSBAND", - "YANDERE", - "DETECTIVE_CLEAN", - "DETECTIVE_REFORMED", - "POCKET_SPARROW", - "BLACK_WIDOW" - ] - }, - { - "fieldType": "FLOAT", - "label": "pointsGiven", - "MinStepSize": "0", - "hasMax": false, - "max": 0.0, - "hasMin": false, - "min": 0.0, - "defaultValue": 0.0 - }, - { - "fieldType": "KEY_TRACKER", - "label": "next", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - } - ] - }, - { - "title": "Assess Character Points", - "color": { - "r": 0.733333349, - "g": 0.0, - "b": 1.0, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "ST_", - "keySize": 6 - }, - { - "fieldType": "INFO", - "label": "Make a choice based on your affinity score with a character", - "minHeight": 40.0 - }, - { - "fieldType": "ENUM", - "label": "character", - "values": [ - "NARATOR", - "MC", - "POLICE", - "EYEPATCH", - "NORMIE", - "OXFORDS", - "HOUSE_HUSBAND", - "YANDERE", - "DETECTIVE_CLEAN", - "DETECTIVE_REFORMED", - "POCKET_SPARROW", - "BLACK_WIDOW" - ] - }, - { - "fieldType": "FLOAT", - "label": "threshold", - "MinStepSize": "0", - "hasMax": false, - "max": 0.0, - "hasMin": false, - "min": 0.0, - "defaultValue": 0.0 - }, - { - "fieldType": "KEY_TRACKER", - "label": "overPath", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - }, - { - "fieldType": "KEY_TRACKER", - "label": "underPath", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - } - ] - }, - { - "title": "Dialog", - "color": { - "r": 0.02745098, - "g": 0.41568628, - "b": 0.223529413, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "ST_", - "keySize": 6 - }, - { - "fieldType": "ENUM", - "label": "character", - "values": [ - "NARATOR", - "MC", - "POLICE", - "EYEPATCH", - "NORMIE", - "OXFORDS", - "HOUSE_HUSBAND", - "YANDERE", - "DETECTIVE_CLEAN", - "DETECTIVE_REFORMED", - "POCKET_SPARROW", - "BLACK_WIDOW" - ] - }, - { - "fieldType": "INFO", - "label": "Text a character says", - "minHeight": 20.0 - }, - { - "fieldType": "TEXT_AREA_RICH", - "label": "text", - "minHeight": 80.0, - "defaultValue": "Some text" - }, - { - "fieldType": "BOOLEAN", - "label": "inChat", - "defaultValue": false, - "id": "BOOL-CoV", - "matchTrue": [], - "invertTrue": [], - "matchFalse": [ - "BOOL-daO" - ], - "invertFalse": [] - }, - { - "fieldType": "BOOLEAN", - "label": "directMessage", - "defaultValue": false, - "id": "BOOL-daO", - "matchTrue": [ - "BOOL-CoV" - ], - "invertTrue": [], - "matchFalse": [], - "invertFalse": [] - }, - { - "fieldType": "KEY_TRACKER", - "label": "next", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - } - ] - }, - { - "title": "Player Choice", - "color": { - "r": 0.2509804, - "g": 0.882352948, - "b": 0.572549045, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "ST_", - "keySize": 6 - }, - { - "fieldType": "INFO", - "label": "A player choice junction, either for dialog or interaction", - "minHeight": 40.0 - }, - { - "fieldType": "TEXT_AREA_RICH", - "label": "text", - "minHeight": 40.0, - "defaultValue": "Some text" - }, - { - "fieldType": "FIELD_LIST", - "label": "choices", - "field": { - "fieldType": "LINK_TO_CHILD", - "label": "1", - "slotType": 0, - "explicitNode": "", - "emptyHandling": "SKIP" - } - } - ] - }, - { - "title": "Choice", - "color": { - "r": 0.2509804, - "g": 0.882352948, - "b": 0.572549045, - "a": 1.0 - }, - "parentType": 0, - "fields": [ - { - "fieldType": "INFO", - "label": "One choice available to the player as a button", - "minHeight": 40.0 - }, - { - "fieldType": "TEXT_AREA_RICH", - "label": "text", - "minHeight": 40.0, - "defaultValue": "Some text" - }, - { - "fieldType": "KEY_TRACKER", - "label": "next", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - } - ] - }, - { - "title": "Scene Change", - "color": { - "r": 0.0, - "g": 1.0, - "b": 1.0, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "ST_", - "keySize": 6 - }, - { - "fieldType": "TEXT_LINE", - "label": "sceneId", - "defaultValue": "foyer" - }, - { - "fieldType": "KEY_TRACKER", - "label": "next", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - } - ] - }, - { - "title": "VFX", - "color": { - "r": 0.0, - "g": 0.7647059, - "b": 1.0, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "ST_", - "keySize": 6 - }, - { - "fieldType": "TEXT_LINE", - "label": "effectId", - "defaultValue": "EffectName" - }, - { - "fieldType": "FLOAT", - "label": "seconds", - "MinStepSize": "0", - "hasMax": false, - "max": 0.0, - "hasMin": true, - "min": 0.0, - "defaultValue": 1.0 - }, - { - "fieldType": "VECTOR3", - "label": "intensity", - "defaultValue": { - "x": 1.0, - "y": 1.0, - "z": 1.0 - } - }, - { - "fieldType": "COLOR", - "label": "tint", - "defaultValue": { - "r": 1.0, - "g": 1.0, - "b": 1.0, - "a": 1.0 - }, - "asHtml": false - }, - { - "fieldType": "BOOLEAN", - "label": "pause", - "defaultValue": false, - "id": "BOOL-Jau" - }, - { - "fieldType": "KEY_TRACKER", - "label": "next", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - } - ] - }, - { - "title": "SFX", - "color": { - "r": 0.08627451, - "g": 0.533333361, - "b": 0.670588255, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "ST_", - "keySize": 6 - }, - { - "fieldType": "TEXT_LINE", - "label": "effectId", - "defaultValue": "SoundName" - }, - { - "fieldType": "BOOLEAN", - "label": "pause", - "defaultValue": false, - "id": "BOOL-BRp" - }, - { - "fieldType": "KEY_TRACKER", - "label": "next", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - } - ] - }, - { - "title": "Pause", - "color": { - "r": 0.114422373, - "g": 0.355294555, - "b": 0.92578125, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "ST_", - "keySize": 6 - }, - { - "fieldType": "FLOAT", - "label": "seconds", - "MinStepSize": "0", - "hasMax": false, - "max": 0.0, - "hasMin": true, - "min": 0.0, - "defaultValue": 1.0 - }, - { - "fieldType": "KEY_TRACKER", - "label": "next", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - } - ] - }, - { - "title": "Puzzle", - "color": { - "r": 1.0, - "g": 0.0, - "b": 0.7019608, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "ST_", - "keySize": 6 - }, - { - "fieldType": "TEXT_LINE", - "label": "puzzleId", - "defaultValue": "PuzzleName" - }, - { - "fieldType": "FIELD_LIST", - "label": "scoreEvents", - "field": { - "fieldType": "LINK_TO_CHILD", - "label": "0", - "slotType": 1, - "explicitNode": "", - "emptyHandling": "SKIP" - } - }, - { - "fieldType": "KEY_TRACKER", - "label": "defaultPath", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - } - ] - }, - { - "title": "Score Event", - "color": { - "r": 1.0, - "g": 0.0, - "b": 0.7019608, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "FLOAT", - "label": "threshold", - "MinStepSize": "0", - "hasMax": false, - "max": 0.0, - "hasMin": false, - "min": 0.0, - "defaultValue": 0.0 - }, - { - "fieldType": "BOOLEAN", - "label": "scoreAbove", - "defaultValue": true, - "id": "BOOL-NJY" - }, - { - "fieldType": "KEY_TRACKER", - "label": "next", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - } - ] - }, - { - "title": "Throw Flag", - "color": { - "r": 1.0, - "g": 0.9372549, - "b": 0.0, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "ST_", - "keySize": 6 - }, - { - "fieldType": "INFO", - "label": "Sets a marker in the player's save data. For example, \"found key\" or \"Saw murder 3\"", - "minHeight": 60.0 - }, - { - "fieldType": "TEXT_LINE", - "label": "marker", - "defaultValue": "found key" - }, - { - "fieldType": "BOOLEAN", - "label": "isActive", - "defaultValue": true, - "id": "BOOL-iyu" - }, - { - "fieldType": "KEY_TRACKER", - "label": "next", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - } - ] - }, - { - "title": "Throw Persistent Flag", - "color": { - "r": 1.0, - "g": 0.9372549, - "b": 0.0, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "ST_", - "keySize": 6 - }, - { - "fieldType": "INFO", - "label": "Sets a marker in the player's save data. For example, \"found key\" or \"Saw murder 3\"", - "minHeight": 60.0 - }, - { - "fieldType": "TEXT_LINE", - "label": "marker", - "defaultValue": "found key" - }, - { - "fieldType": "BOOLEAN", - "label": "isActive", - "defaultValue": true, - "id": "BOOL-ET4" - }, - { - "fieldType": "KEY_TRACKER", - "label": "next", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - } - ] - }, - { - "title": "Check Flag", - "color": { - "r": 0.6627451, - "g": 0.623529434, - "b": 0.03529412, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "ST_", - "keySize": 6 - }, - { - "fieldType": "INFO", - "label": "Checks if a marker was set. If it has not been set, or has been unset (isActive unchecked) then it will take the if unset path", - "minHeight": 80.0 - }, - { - "fieldType": "TEXT_LINE", - "label": "marker", - "defaultValue": "found key" - }, - { - "fieldType": "KEY_TRACKER", - "label": "ifSetPath", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - }, - { - "fieldType": "KEY_TRACKER", - "label": "ifUnsetPath", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - } - ] - }, - { - "title": "Terminal Path", - "color": { - "r": 0.76953125, - "g": 0.0, - "b": 0.0, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "ST_", - "keySize": 6 - }, - { - "fieldType": "TEXT_LINE", - "label": "endingName", - "defaultValue": "d.e.d." - } - ] - } - ], - "data": { - "States": [ - { - "ngMapNodeName": "Start", - "ngMapNodePosition": { - "x": 180.0, - "y": 20.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "firstState": "ST_VDraVm" - }, - { - "ngMapNodeName": "Character Change", - "ngMapNodePosition": { - "x": 3040.0, - "y": 40.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "id": "ST_npkYJX", - "character": "NORMIE", - "emote": "SMUG", - "position": "CENTER_LEFT", - "faceLeft": false, - "next": "ST_dINi8t", - "masked": false, - "popIn": false - }, - { - "ngMapNodeName": "Character Points", - "ngMapNodePosition": { - "x": 1600.0, - "y": 0.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "id": "ST_bZBg8z", - "character": "NORMIE", - "pointsGiven": 20.0, - "next": "ST_HSSWPq" - }, - { - "ngMapNodeName": "Assess Character Points", - "ngMapNodePosition": { - "x": 1860.0, - "y": 40.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "id": "ST_HSSWPq", - "character": "NORMIE", - "threshold": 20.0, - "underPath": "ST_ErNKy2", - "overPath": "ST_Agh0v5" - }, - { - "ngMapNodeName": "Dialog", - "ngMapNodePosition": { - "x": 440.0, - "y": 20.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "id": "ST_VDraVm", - "character": "NARATOR", - "text": "The was once a game...", - "next": "ST_iOVWwP", - "inChat": true, - "directMessage": false - }, - { - "ngMapNodeName": "Player Choice", - "ngMapNodePosition": { - "x": 960.0, - "y": 40.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "id": "ST_7RUDms", - "text": "Want to play a [b]game[/b]?", - "choices": [ - { - "ngMapNodeName": "Choice", - "ngMapNodePosition": { - "x": 1260.0, - "y": 40.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "text": "Yes?", - "next": "ST_bZBg8z" - }, - { - "ngMapNodeName": "Choice", - "ngMapNodePosition": { - "x": 1260.0, - "y": 340.0 - }, - "ngMapNodeSize": { - "x": 192.0, - "y": 199.0 - }, - "text": "Nah", - "next": "ST_VWC1ab" - } - ] - }, - { - "ngMapNodeName": "Scene Change", - "ngMapNodePosition": { - "x": 700.0, - "y": 40.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "id": "ST_iOVWwP", - "sceneId": "foyer", - "next": "ST_7RUDms" - }, - { - "ngMapNodeName": "VFX", - "ngMapNodePosition": { - "x": 2360.0, - "y": -140.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "id": "ST_Agh0v5", - "effectId": "StarFlash", - "next": "ST_npkYJX", - "seconds": 1.0, - "intensity": { - "x": 1.0, - "y": 1.0, - "z": 1.0 - }, - "tint": { - "r": 1.0, - "g": 1.0, - "b": 1.0, - "a": 1.0 - }, - "pause": false - }, - { - "ngMapNodeName": "SFX", - "ngMapNodePosition": { - "x": 2600.0, - "y": 340.0 - }, - "ngMapNodeSize": { - "x": 299.0, - "y": 80.0 - }, - "id": "ST_M8iDMB", - "effectId": "YouFuckedUp.mp3", - "next": "ST_npkYJX", - "pause": true - }, - { - "ngMapNodeName": "Puzzle", - "ngMapNodePosition": { - "x": 2100.0, - "y": 180.0 - }, - "ngMapNodeSize": { - "x": 242.0, - "y": 120.0 - }, - "id": "ST_ErNKy2", - "puzzleId": "PuzzleName", - "scoreEvents": [ - { - "ngMapNodeName": "Score Event", - "ngMapNodePosition": { - "x": 2380.0, - "y": 100.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "threshold": 1.0, - "scoreAbove": true, - "next": "ST_tmE833" - } - ], - "defaultPath": "ST_M8iDMB" - }, - { - "ngMapNodeName": "Throw Flag", - "ngMapNodePosition": { - "x": 2660.0, - "y": 120.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "id": "ST_tmE833", - "marker": "found key", - "isActive": true, - "next": "ST_npkYJX" - }, - { - "ngMapNodeName": "Check Flag", - "ngMapNodePosition": { - "x": 3340.0, - "y": 160.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "id": "ST_dINi8t", - "marker": "found key", - "ifSetPath": "ST_NVwdwI", - "ifUnsetPath": "ST_wORuqO" - }, - { - "ngMapNodeName": "Terminal Path", - "ngMapNodePosition": { - "x": 3680.0, - "y": 180.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "id": "ST_NVwdwI", - "endingName": "Escape" - }, - { - "ngMapNodeName": "Terminal Path", - "ngMapNodePosition": { - "x": 3920.0, - "y": 500.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "id": "ST_iWhxyX", - "endingName": "d.e.d." - }, - { - "ngMapNodeName": "Pause", - "ngMapNodePosition": { - "x": 2451.0, - "y": 559.894836 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "id": "ST_VWC1ab", - "seconds": 1.0, - "next": "ST_wORuqO" - }, - { - "ngMapNodeName": "Throw Persistent Flag", - "ngMapNodePosition": { - "x": 3680.0, - "y": 400.0 - }, - "ngMapNodeSize": { - "x": 192.999756, - "y": 166.0 - }, - "id": "ST_wORuqO", - "marker": "Has died", - "isActive": true, - "next": "ST_iWhxyX" - } - ] - } -} \ No newline at end of file diff --git a/Templates-and-Graphs/SerialSweatHeartTEMPLATE.ngmap b/Templates-and-Graphs/SerialSweatHeartTEMPLATE.ngmap deleted file mode 100644 index 18032e5..0000000 --- a/Templates-and-Graphs/SerialSweatHeartTEMPLATE.ngmap +++ /dev/null @@ -1,3022 +0,0 @@ -{ - "data": { - "ngMapNodeName": "Graph", - "ngMapNodePosition": { - "x": 200.0, - "y": 800.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "defaultListing": "States", - "explicitNode": "", - "nestingColors": [ - { - "r": 0.2509804, - "g": 0.882352948, - "b": 0.572549045, - "a": 1.0 - }, - { - "r": 1.0, - "g": 0.0, - "b": 0.7019608, - "a": 1.0 - } - ], - "keyColors": [ - { - "r": 0.87890625, - "g": 0.8459884, - "b": 0.8459884, - "a": 1.0 - } - ], - "reuseDll": false, - "exportScript": "", - "nodeList": [ - { - "ngMapNodeName": "Node", - "ngMapNodePosition": { - "x": 1000.0, - "y": -740.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "title": "Start", - "color": { - "r": 0.1484375, - "g": 1.0, - "b": 0.0, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "ngMapNodeName": "Key Tracker Slot", - "ngMapNodePosition": { - "x": 1260.0, - "y": -740.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY_TRACKER", - "label": "firstState", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - } - ] - }, - { - "ngMapNodeName": "Node", - "ngMapNodePosition": { - "x": 1000.0, - "y": -360.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "title": "Character Change", - "color": { - "r": 0.317267954, - "g": 0.0193117931, - "b": 0.64453125, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "ngMapNodeName": "Key Slot", - "ngMapNodePosition": { - "x": 2600.0, - "y": 1180.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "ST_", - "keySize": 6 - }, - { - "ngMapNodeName": "Info Slot", - "ngMapNodePosition": { - "x": 1260.0, - "y": -360.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "INFO", - "label": "Move, hide, or change the expression of a character", - "minHeight": 40.0 - }, - { - "ngMapNodeName": "Enum Slot", - "ngMapNodePosition": { - "x": 2300.0, - "y": 40.0 - }, - "ngMapNodeSize": { - "x": 356.0, - "y": 330.0 - }, - "fieldType": "ENUM", - "label": "character", - "values": [ - "NARATOR", - "MC", - "POLICE", - "EYEPATCH", - "NORMIE", - "OXFORDS", - "HOUSE_HUSBAND", - "YANDERE", - "DETECTIVE_CLEAN", - "DETECTIVE_REFORMED", - "POCKET_SPARROW", - "BLACK_WIDOW" - ] - }, - { - "ngMapNodeName": "Enum Slot", - "ngMapNodePosition": { - "x": 2000.0, - "y": -360.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "ENUM", - "label": "emote", - "values": [ - "DEFAULT", - "STARTLED", - "ANGRY", - "SMUG", - "DARK", - "SEXY", - "BLOODY", - "KILLER" - ] - }, - { - "ngMapNodeName": "Enum Slot", - "ngMapNodePosition": { - "x": 2240.0, - "y": -360.0 - }, - "ngMapNodeSize": { - "x": 262.0, - "y": 355.0 - }, - "fieldType": "ENUM", - "label": "position", - "values": [ - "HIDDEN_LEFT", - "LEFT_1", - "LEFT_2", - "LEFT_3", - "CENTER_LEFT", - "CENTER_RIGHT", - "RIGHT_3", - "RIGHT_2", - "RIGHT_1", - "HIDDEN_RIGHT" - ] - }, - { - "ngMapNodeName": "Boolean Slot", - "ngMapNodePosition": { - "x": 1520.0, - "y": -360.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "BOOLEAN", - "label": "faceLeft", - "defaultValue": false, - "id": "BOOL-4Tl" - }, - { - "ngMapNodeName": "Boolean Slot", - "ngMapNodePosition": { - "x": 1520.0, - "y": -220.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "BOOLEAN", - "label": "masked", - "defaultValue": false, - "id": "BOOL-70N" - }, - { - "ngMapNodeName": "Boolean Slot", - "ngMapNodePosition": { - "x": 1760.0, - "y": -360.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "BOOLEAN", - "label": "popIn", - "defaultValue": false, - "id": "BOOL-P2f" - }, - { - "ngMapNodeName": "Key Tracker Slot", - "ngMapNodePosition": { - "x": 2600.0, - "y": 1380.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY_TRACKER", - "label": "next", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - } - ] - }, - { - "ngMapNodeName": "Node", - "ngMapNodePosition": { - "x": 1000.0, - "y": 40.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "title": "Character Points", - "color": { - "r": 0.466666669, - "g": 0.03137255, - "b": 0.623529434, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "ngMapNodeName": "Key Slot", - "ngMapNodePosition": { - "x": 2600.0, - "y": 1180.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "ST_", - "keySize": 6 - }, - { - "ngMapNodeName": "Info Slot", - "ngMapNodePosition": { - "x": 1260.0, - "y": 40.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "INFO", - "label": "Update your affinity score with a character", - "minHeight": 40.0 - }, - { - "ngMapNodeName": "Enum Slot", - "ngMapNodePosition": { - "x": 2300.0, - "y": 40.0 - }, - "ngMapNodeSize": { - "x": 356.0, - "y": 330.0 - }, - "fieldType": "ENUM", - "label": "character", - "values": [ - "NARATOR", - "MC", - "POLICE", - "EYEPATCH", - "NORMIE", - "OXFORDS", - "HOUSE_HUSBAND", - "YANDERE", - "DETECTIVE_CLEAN", - "DETECTIVE_REFORMED", - "POCKET_SPARROW", - "BLACK_WIDOW" - ] - }, - { - "ngMapNodeName": "Float Slot", - "ngMapNodePosition": { - "x": 1500.0, - "y": 40.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "FLOAT", - "label": "pointsGiven", - "MinStepSize": "0", - "hasMax": false, - "max": 0.0, - "hasMin": false, - "min": 0.0, - "defaultValue": 0.0 - }, - { - "ngMapNodeName": "Key Tracker Slot", - "ngMapNodePosition": { - "x": 2600.0, - "y": 1380.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY_TRACKER", - "label": "next", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - } - ] - }, - { - "ngMapNodeName": "Node", - "ngMapNodePosition": { - "x": 1000.0, - "y": 300.0 - }, - "ngMapNodeSize": { - "x": 200.0, - "y": 224.0 - }, - "title": "Assess Character Points", - "color": { - "r": 0.733333349, - "g": 0.0, - "b": 1.0, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "ngMapNodeName": "Key Slot", - "ngMapNodePosition": { - "x": 2600.0, - "y": 1180.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "ST_", - "keySize": 6 - }, - { - "ngMapNodeName": "Info Slot", - "ngMapNodePosition": { - "x": 1260.0, - "y": 300.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "INFO", - "label": "Make a choice based on your affinity score with a character", - "minHeight": 40.0 - }, - { - "ngMapNodeName": "Enum Slot", - "ngMapNodePosition": { - "x": 2300.0, - "y": 40.0 - }, - "ngMapNodeSize": { - "x": 356.0, - "y": 330.0 - }, - "fieldType": "ENUM", - "label": "character", - "values": [ - "NARATOR", - "MC", - "POLICE", - "EYEPATCH", - "NORMIE", - "OXFORDS", - "HOUSE_HUSBAND", - "YANDERE", - "DETECTIVE_CLEAN", - "DETECTIVE_REFORMED", - "POCKET_SPARROW", - "BLACK_WIDOW" - ] - }, - { - "ngMapNodeName": "Float Slot", - "ngMapNodePosition": { - "x": 1500.0, - "y": 300.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "FLOAT", - "label": "threshold", - "MinStepSize": "0", - "hasMax": false, - "max": 0.0, - "hasMin": false, - "min": 0.0, - "defaultValue": 0.0 - }, - { - "ngMapNodeName": "Key Tracker Slot", - "ngMapNodePosition": { - "x": 1740.0, - "y": 300.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY_TRACKER", - "label": "overPath", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - }, - { - "ngMapNodeName": "Key Tracker Slot", - "ngMapNodePosition": { - "x": 2020.0, - "y": 300.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY_TRACKER", - "label": "underPath", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - } - ] - }, - { - "ngMapNodeName": "Node", - "ngMapNodePosition": { - "x": 1000.0, - "y": 780.0 - }, - "ngMapNodeSize": { - "x": 200.0, - "y": 179.0 - }, - "title": "Dialog", - "color": { - "r": 0.02745098, - "g": 0.41568628, - "b": 0.223529413, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "ngMapNodeName": "Key Slot", - "ngMapNodePosition": { - "x": 2600.0, - "y": 1180.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "ST_", - "keySize": 6 - }, - { - "ngMapNodeName": "Enum Slot", - "ngMapNodePosition": { - "x": 2300.0, - "y": 40.0 - }, - "ngMapNodeSize": { - "x": 356.0, - "y": 330.0 - }, - "fieldType": "ENUM", - "label": "character", - "values": [ - "NARATOR", - "MC", - "POLICE", - "EYEPATCH", - "NORMIE", - "OXFORDS", - "HOUSE_HUSBAND", - "YANDERE", - "DETECTIVE_CLEAN", - "DETECTIVE_REFORMED", - "POCKET_SPARROW", - "BLACK_WIDOW" - ] - }, - { - "ngMapNodeName": "Info Slot", - "ngMapNodePosition": { - "x": 1260.0, - "y": 780.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "INFO", - "label": "Text a character says", - "minHeight": 20.0 - }, - { - "ngMapNodeName": "Rich Text Slot", - "ngMapNodePosition": { - "x": 1500.0, - "y": 780.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "TEXT_AREA_RICH", - "label": "text", - "minHeight": 80.0, - "defaultValue": "Some text" - }, - { - "ngMapNodeName": "Linked Boolean Slot", - "ngMapNodePosition": { - "x": 1740.0, - "y": 780.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "BOOLEAN", - "label": "inChat", - "defaultValue": false, - "id": "BOOL-CoV", - "matchTrue": [], - "invertTrue": [], - "matchFalse": [ - "BOOL-daO" - ], - "invertFalse": [] - }, - { - "ngMapNodeName": "Linked Boolean Slot", - "ngMapNodePosition": { - "x": 2020.0, - "y": 780.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "BOOLEAN", - "label": "directMessage", - "defaultValue": false, - "id": "BOOL-daO", - "matchTrue": [ - "BOOL-CoV" - ], - "invertTrue": [], - "matchFalse": [], - "invertFalse": [] - }, - { - "ngMapNodeName": "Key Tracker Slot", - "ngMapNodePosition": { - "x": 2600.0, - "y": 1380.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY_TRACKER", - "label": "next", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - } - ] - }, - { - "ngMapNodeName": "Node", - "ngMapNodePosition": { - "x": 1000.0, - "y": 1060.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "title": "Player Choice", - "color": { - "r": 0.2509804, - "g": 0.882352948, - "b": 0.572549045, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "ngMapNodeName": "Key Slot", - "ngMapNodePosition": { - "x": 2600.0, - "y": 1180.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "ST_", - "keySize": 6 - }, - { - "ngMapNodeName": "Info Slot", - "ngMapNodePosition": { - "x": 1260.0, - "y": 1060.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "INFO", - "label": "A player choice junction, either for dialog or interaction", - "minHeight": 40.0 - }, - { - "ngMapNodeName": "Rich Text Slot", - "ngMapNodePosition": { - "x": 1500.0, - "y": 1060.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "TEXT_AREA_RICH", - "label": "text", - "minHeight": 40.0, - "defaultValue": "Some text" - }, - { - "ngMapNodeName": "Field List Slot", - "ngMapNodePosition": { - "x": 1740.0, - "y": 1060.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "FIELD_LIST", - "label": "choices", - "field": { - "ngMapNodeName": "Link To Child Slot", - "ngMapNodePosition": { - "x": 1960.0, - "y": 1060.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "LINK_TO_CHILD", - "label": "-", - "slotType": 0, - "explicitNode": "", - "emptyHandling": "SKIP" - } - } - ] - }, - { - "ngMapNodeName": "Node", - "ngMapNodePosition": { - "x": 1000.0, - "y": 1300.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "title": "Choice", - "color": { - "r": 0.2509804, - "g": 0.882352948, - "b": 0.572549045, - "a": 1.0 - }, - "parentType": 0, - "fields": [ - { - "ngMapNodeName": "Info Slot", - "ngMapNodePosition": { - "x": 1260.0, - "y": 1300.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "INFO", - "label": "One choice available to the player as a button", - "minHeight": 40.0 - }, - { - "ngMapNodeName": "Rich Text Slot", - "ngMapNodePosition": { - "x": 1500.0, - "y": 1300.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "TEXT_AREA_RICH", - "label": "text", - "minHeight": 40.0, - "defaultValue": "Some text" - }, - { - "ngMapNodeName": "Key Tracker Slot", - "ngMapNodePosition": { - "x": 2600.0, - "y": 1380.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY_TRACKER", - "label": "next", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - } - ] - }, - { - "ngMapNodeName": "Node", - "ngMapNodePosition": { - "x": 1000.0, - "y": 1660.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "title": "Scene Change", - "color": { - "r": 0.0, - "g": 1.0, - "b": 1.0, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "ngMapNodeName": "Key Slot", - "ngMapNodePosition": { - "x": 2600.0, - "y": 1180.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "ST_", - "keySize": 6 - }, - { - "ngMapNodeName": "Text Line Slot", - "ngMapNodePosition": { - "x": 1260.0, - "y": 1660.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "TEXT_LINE", - "label": "sceneId", - "defaultValue": "foyer" - }, - { - "ngMapNodeName": "Key Tracker Slot", - "ngMapNodePosition": { - "x": 2600.0, - "y": 1380.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY_TRACKER", - "label": "next", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - } - ] - }, - { - "ngMapNodeName": "Node", - "ngMapNodePosition": { - "x": 1000.0, - "y": 1880.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "title": "VFX", - "color": { - "r": 0.0, - "g": 0.7647059, - "b": 1.0, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "ngMapNodeName": "Key Slot", - "ngMapNodePosition": { - "x": 2600.0, - "y": 1180.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "ST_", - "keySize": 6 - }, - { - "ngMapNodeName": "Text Line Slot", - "ngMapNodePosition": { - "x": 1260.0, - "y": 1880.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "TEXT_LINE", - "label": "effectId", - "defaultValue": "EffectName" - }, - { - "ngMapNodeName": "Float Slot", - "ngMapNodePosition": { - "x": 1500.0, - "y": 1880.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "FLOAT", - "label": "seconds", - "MinStepSize": "0", - "hasMax": false, - "max": 0.0, - "hasMin": true, - "min": 0.0, - "defaultValue": 1.0 - }, - { - "ngMapNodeName": "Vector3 Slot", - "ngMapNodePosition": { - "x": 1740.0, - "y": 1880.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "VECTOR3", - "label": "intensity", - "defaultValue": { - "x": 1.0, - "y": 1.0, - "z": 1.0 - } - }, - { - "ngMapNodeName": "Color Slot", - "ngMapNodePosition": { - "x": 1740.0, - "y": 2020.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "COLOR", - "label": "tint", - "defaultValue": { - "r": 1.0, - "g": 1.0, - "b": 1.0, - "a": 1.0 - }, - "asHtml": false - }, - { - "ngMapNodeName": "Boolean Slot", - "ngMapNodePosition": { - "x": 2060.0, - "y": 1880.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "BOOLEAN", - "label": "pause", - "defaultValue": false, - "id": "BOOL-Jau" - }, - { - "ngMapNodeName": "Key Tracker Slot", - "ngMapNodePosition": { - "x": 2600.0, - "y": 1380.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY_TRACKER", - "label": "next", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - } - ] - }, - { - "ngMapNodeName": "Node", - "ngMapNodePosition": { - "x": 1000.0, - "y": 2160.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "title": "SFX", - "color": { - "r": 0.08627451, - "g": 0.533333361, - "b": 0.670588255, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "ngMapNodeName": "Key Slot", - "ngMapNodePosition": { - "x": 2600.0, - "y": 1180.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "ST_", - "keySize": 6 - }, - { - "ngMapNodeName": "Text Line Slot", - "ngMapNodePosition": { - "x": 1260.0, - "y": 2160.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "TEXT_LINE", - "label": "effectId", - "defaultValue": "SoundName" - }, - { - "ngMapNodeName": "Boolean Slot", - "ngMapNodePosition": { - "x": 1500.0, - "y": 2160.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "BOOLEAN", - "label": "pause", - "defaultValue": false, - "id": "BOOL-BRp" - }, - { - "ngMapNodeName": "Key Tracker Slot", - "ngMapNodePosition": { - "x": 2600.0, - "y": 1380.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY_TRACKER", - "label": "next", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - } - ] - }, - { - "ngMapNodeName": "Node", - "ngMapNodePosition": { - "x": 1000.0, - "y": 2400.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "title": "Pause", - "color": { - "r": 0.114422373, - "g": 0.355294555, - "b": 0.92578125, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "ngMapNodeName": "Key Slot", - "ngMapNodePosition": { - "x": 2600.0, - "y": 1180.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "ST_", - "keySize": 6 - }, - { - "ngMapNodeName": "Float Slot", - "ngMapNodePosition": { - "x": 1260.0, - "y": 2400.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "FLOAT", - "label": "seconds", - "MinStepSize": "0", - "hasMax": false, - "max": 0.0, - "hasMin": true, - "min": 0.0, - "defaultValue": 1.0 - }, - { - "ngMapNodeName": "Key Tracker Slot", - "ngMapNodePosition": { - "x": 2600.0, - "y": 1380.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY_TRACKER", - "label": "next", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - } - ] - }, - { - "ngMapNodeName": "Node", - "ngMapNodePosition": { - "x": 1000.0, - "y": 2940.0 - }, - "ngMapNodeSize": { - "x": 200.0, - "y": 194.0 - }, - "title": "Puzzle", - "color": { - "r": 1.0, - "g": 0.0, - "b": 0.7019608, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "ngMapNodeName": "Key Slot", - "ngMapNodePosition": { - "x": 2600.0, - "y": 1180.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "ST_", - "keySize": 6 - }, - { - "ngMapNodeName": "Text Line Slot", - "ngMapNodePosition": { - "x": 1260.0, - "y": 2940.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "TEXT_LINE", - "label": "puzzleId", - "defaultValue": "PuzzleName" - }, - { - "ngMapNodeName": "Field List Slot", - "ngMapNodePosition": { - "x": 1500.0, - "y": 2940.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "FIELD_LIST", - "label": "scoreEvents", - "field": { - "ngMapNodeName": "Link To Child Slot", - "ngMapNodePosition": { - "x": 1740.0, - "y": 2940.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "LINK_TO_CHILD", - "label": "-", - "slotType": 1, - "explicitNode": "", - "emptyHandling": "SKIP" - } - }, - { - "ngMapNodeName": "Key Tracker Slot", - "ngMapNodePosition": { - "x": 1980.0, - "y": 2940.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY_TRACKER", - "label": "defaultPath", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - } - ] - }, - { - "ngMapNodeName": "Node", - "ngMapNodePosition": { - "x": 1000.0, - "y": 3200.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "title": "Score Event", - "color": { - "r": 1.0, - "g": 0.0, - "b": 0.7019608, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "ngMapNodeName": "Float Slot", - "ngMapNodePosition": { - "x": 1260.0, - "y": 3200.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "FLOAT", - "label": "threshold", - "MinStepSize": "0", - "hasMax": false, - "max": 0.0, - "hasMin": false, - "min": 0.0, - "defaultValue": 0.0 - }, - { - "ngMapNodeName": "Boolean Slot", - "ngMapNodePosition": { - "x": 1500.0, - "y": 3200.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "BOOLEAN", - "label": "scoreAbove", - "defaultValue": true, - "id": "BOOL-NJY" - }, - { - "ngMapNodeName": "Key Tracker Slot", - "ngMapNodePosition": { - "x": 2600.0, - "y": 1380.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY_TRACKER", - "label": "next", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - } - ] - }, - { - "ngMapNodeName": "Node", - "ngMapNodePosition": { - "x": 1000.0, - "y": 3600.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "title": "Throw Flag", - "color": { - "r": 1.0, - "g": 0.9372549, - "b": 0.0, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "ngMapNodeName": "Key Slot", - "ngMapNodePosition": { - "x": 2600.0, - "y": 1180.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "ST_", - "keySize": 6 - }, - { - "ngMapNodeName": "Info Slot", - "ngMapNodePosition": { - "x": 1260.0, - "y": 3600.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "INFO", - "label": "Sets a marker in the player's save data. For example, \"found key\" or \"Saw murder 3\"", - "minHeight": 60.0 - }, - { - "ngMapNodeName": "Text Line Slot", - "ngMapNodePosition": { - "x": 1500.0, - "y": 3600.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "TEXT_LINE", - "label": "marker", - "defaultValue": "found key" - }, - { - "ngMapNodeName": "Boolean Slot", - "ngMapNodePosition": { - "x": 1720.0, - "y": 3600.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "BOOLEAN", - "label": "isActive", - "defaultValue": true, - "id": "BOOL-iyu" - }, - { - "ngMapNodeName": "Key Tracker Slot", - "ngMapNodePosition": { - "x": 2600.0, - "y": 1380.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY_TRACKER", - "label": "next", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - } - ] - }, - { - "ngMapNodeName": "Node", - "ngMapNodePosition": { - "x": 1000.0, - "y": 3860.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "title": "Throw Persistent Flag", - "color": { - "r": 1.0, - "g": 0.9372549, - "b": 0.0, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "ngMapNodeName": "Key Slot", - "ngMapNodePosition": { - "x": 2600.0, - "y": 1180.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "ST_", - "keySize": 6 - }, - { - "ngMapNodeName": "Info Slot", - "ngMapNodePosition": { - "x": 1260.0, - "y": 3860.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "INFO", - "label": "Sets a marker in the player's save data. For example, \"found key\" or \"Saw murder 3\"", - "minHeight": 60.0 - }, - { - "ngMapNodeName": "Text Line Slot", - "ngMapNodePosition": { - "x": 1500.0, - "y": 3860.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "TEXT_LINE", - "label": "marker", - "defaultValue": "found key" - }, - { - "ngMapNodeName": "Boolean Slot", - "ngMapNodePosition": { - "x": 1720.0, - "y": 3860.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "BOOLEAN", - "label": "isActive", - "defaultValue": true, - "id": "BOOL-ET4" - }, - { - "ngMapNodeName": "Key Tracker Slot", - "ngMapNodePosition": { - "x": 2600.0, - "y": 1380.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY_TRACKER", - "label": "next", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - } - ] - }, - { - "ngMapNodeName": "Node", - "ngMapNodePosition": { - "x": 1000.0, - "y": 4100.0 - }, - "ngMapNodeSize": { - "x": 203.0, - "y": 209.0 - }, - "title": "Check Flag", - "color": { - "r": 0.6627451, - "g": 0.623529434, - "b": 0.03529412, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "ngMapNodeName": "Key Slot", - "ngMapNodePosition": { - "x": 2600.0, - "y": 1180.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "ST_", - "keySize": 6 - }, - { - "ngMapNodeName": "Info Slot", - "ngMapNodePosition": { - "x": 1260.0, - "y": 4100.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "INFO", - "label": "Checks if a marker was set. If it has not been set, or has been unset (isActive unchecked) then it will take the if unset path", - "minHeight": 80.0 - }, - { - "ngMapNodeName": "Text Line Slot", - "ngMapNodePosition": { - "x": 1500.0, - "y": 4100.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "TEXT_LINE", - "label": "marker", - "defaultValue": "found key" - }, - { - "ngMapNodeName": "Key Tracker Slot", - "ngMapNodePosition": { - "x": 1740.0, - "y": 4100.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY_TRACKER", - "label": "ifSetPath", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - }, - { - "ngMapNodeName": "Key Tracker Slot", - "ngMapNodePosition": { - "x": 2020.0, - "y": 4100.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY_TRACKER", - "label": "ifUnsetPath", - "slotType": 0, - "emptyHandling": "EMPTY_STRING" - } - ] - }, - { - "ngMapNodeName": "Node", - "ngMapNodePosition": { - "x": 1000.0, - "y": 4540.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "title": "Terminal Path", - "color": { - "r": 0.76953125, - "g": 0.0, - "b": 0.0, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "ngMapNodeName": "Key Slot", - "ngMapNodePosition": { - "x": 2600.0, - "y": 1180.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "ST_", - "keySize": 6 - }, - { - "ngMapNodeName": "Text Line Slot", - "ngMapNodePosition": { - "x": 1260.0, - "y": 4540.0 - }, - "ngMapNodeSize": { - "x": 202.0, - "y": 66.0 - }, - "fieldType": "TEXT_LINE", - "label": "endingName", - "defaultValue": "d.e.d." - } - ] - } - ] - }, - "defaultListing": "nodeList", - "explicitNode": "Graph", - "reuseDll": false, - "exportScript": "using System.Collections.Generic;\nusing LibT.Serialization;\nusing MetaMakerLib;\n\nnamespace Rules\n{\n\tpublic class ExportRules : ExportRulesAbstract\n\t{\n\t\tpublic ExportRules()\n\t\t{\n\t\t\t_exportTargets[\"Template\"] = new ExportSet(){relativeSavePath = \"$name.tmplt\", gdoExportTarget = \"data\" };\n\t\t}\n\n\t\tpublic override void PreprocessExportGdo(GenericDataObject genericDataObject, List keysToRemove, string exportName, string exportLocation, int exportIndex)\n\t\t{\n\t\t\tgenericDataObject.TryAddValue( graphVersionKey, metaMakerVersion );\n\t\t}\n\t}\n}", - "nestingColors": [ - { - "r": 0.0, - "g": 0.0, - "b": 0.0, - "a": 1.0 - }, - { - "r": 0.84375, - "g": 0.84375, - "b": 0.84375, - "a": 1.0 - }, - { - "r": 1.0, - "g": 0.0, - "b": 0.0, - "a": 1.0 - } - ], - "keyColors": [ - { - "r": 0.64794004, - "g": 0.295880139, - "b": 1.0, - "a": 1.0 - }, - { - "r": 0.0, - "g": 1.0, - "b": 0.0625, - "a": 1.0 - } - ], - "nodeList": [ - { - "title": "Graph", - "color": { - "r": 0.328125, - "g": 0.328125, - "b": 0.328125, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "fieldType": "TEXT_LINE", - "label": "defaultListing", - "defaultValue": "listing" - }, - { - "fieldType": "TEXT_LINE", - "label": "explicitNode", - "defaultValue": "" - }, - { - "fieldType": "FIELD_LIST", - "label": "nestingColors", - "field": { - "fieldType": "COLOR", - "label": "Color", - "defaultValue": { - "r": 1.0, - "g": 1.0, - "b": 1.0, - "a": 1.0 - }, - "asHtml": false - } - }, - { - "fieldType": "FIELD_LIST", - "label": "keyColors", - "field": { - "fieldType": "COLOR", - "label": "Color", - "defaultValue": { - "r": 1.0, - "g": 1.0, - "b": 1.0, - "a": 1.0 - }, - "asHtml": false - } - }, - { - "fieldType": "BOOLEAN", - "label": "reuseDll", - "defaultValue": true, - "id": "BOOL-LYn" - }, - { - "fieldType": "TEXT_AREA", - "label": "exportScript", - "minHeight": 200.0, - "defaultValue": "" - }, - { - "fieldType": "FIELD_LIST", - "label": "nodeList", - "field": { - "fieldType": "LINK_TO_CHILD", - "label": "-", - "slotType": 0, - "explicitNode": "Node", - "emptyHandling": "SKIP" - } - } - ] - }, - { - "title": "Node", - "color": { - "r": 0.6862745, - "g": 0.6862745, - "b": 0.6862745, - "a": 1.0 - }, - "parentType": 0, - "fields": [ - { - "fieldType": "TEXT_LINE", - "label": "title", - "defaultValue": "Node" - }, - { - "fieldType": "COLOR", - "label": "color", - "defaultValue": { - "r": 1.0, - "g": 1.0, - "b": 1.0, - "a": 1.0 - }, - "asHtml": false - }, - { - "fieldType": "INT", - "label": "parentType", - "MinStepSize": "0", - "hasMax": false, - "max": 0, - "hasMin": true, - "min": -1, - "defaultValue": -1 - }, - { - "fieldType": "FIELD_LIST", - "label": "fields", - "field": { - "fieldType": "LINK_TO_CHILD", - "label": "-", - "slotType": 1, - "explicitNode": "", - "emptyHandling": "SKIP" - } - } - ] - }, - { - "title": "Separator Slot", - "color": { - "r": 0.716467738, - "g": 0.828125, - "b": 0.828125, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "SEPARATOR" - } - ] - }, - { - "title": "Key Slot", - "color": { - "r": 0.6156863, - "g": 0.8117647, - "b": 0.333333343, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "KEY" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "id" - }, - { - "fieldType": "INT", - "label": "slotType", - "MinStepSize": "0", - "hasMax": false, - "max": 0, - "hasMin": true, - "min": 0, - "defaultValue": 0 - }, - { - "fieldType": "TEXT_LINE", - "label": "keyPrefix", - "defaultValue": "" - }, - { - "fieldType": "INT", - "label": "keySize", - "MinStepSize": "0", - "hasMax": false, - "max": 0, - "hasMin": true, - "min": 1, - "defaultValue": 1 - } - ] - }, - { - "title": "Key Tracker Slot", - "color": { - "r": 0.51924175, - "g": 0.671875, - "b": 0.299449921, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "KEY_TRACKER" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "target" - }, - { - "fieldType": "INT", - "label": "slotType", - "MinStepSize": "0", - "hasMax": false, - "max": 0, - "hasMin": true, - "min": 0, - "defaultValue": 0 - }, - { - "fieldType": "ENUM", - "label": "emptyHandling", - "values": [ - "EMPTY_STRING", - "NULL_STRING", - "SKIP" - ] - } - ] - }, - { - "title": "Graph List Slot", - "color": { - "r": 0.875, - "g": 0.7667193, - "b": 0.4358614, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "SUB_GRAPH_LIST" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "children" - }, - { - "fieldType": "INT", - "label": "slotType", - "MinStepSize": "0", - "hasMax": false, - "max": 0, - "hasMin": true, - "min": 0, - "defaultValue": 0 - }, - { - "fieldType": "TEXT_LINE", - "label": "explicitNode", - "defaultValue": "" - } - ] - }, - { - "title": "Graph Dictionary Slot", - "color": { - "r": 0.8812586, - "g": 0.890625, - "b": 0.5370435, - "a": 1.0 - }, - "parentType": -1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "SUB_GRAPH_DICTIONARY" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "children" - }, - { - "fieldType": "INT", - "label": "slotType", - "MinStepSize": "0", - "hasMax": false, - "max": 0, - "hasMin": true, - "min": 0, - "defaultValue": 0 - }, - { - "fieldType": "TEXT_LINE", - "label": "explicitNode", - "defaultValue": "" - }, - { - "fieldType": "TEXT_LINE", - "label": "keyField", - "defaultValue": "id" - } - ] - }, - { - "title": "Link To Child Slot", - "color": { - "r": 0.316713482, - "g": 0.6875, - "b": 0.5476952, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "LINK_TO_CHILD" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "children" - }, - { - "fieldType": "INT", - "label": "slotType", - "MinStepSize": "0", - "hasMax": false, - "max": 0, - "hasMin": true, - "min": 0, - "defaultValue": 0 - }, - { - "fieldType": "TEXT_LINE", - "label": "explicitNode", - "defaultValue": "" - }, - { - "fieldType": "ENUM", - "label": "emptyHandling", - "values": [ - "EMPTY_OBJECT", - "NULL", - "SKIP" - ] - } - ] - }, - { - "title": "Field List Slot", - "color": { - "r": 0.765625, - "g": 0.6222496, - "b": 0.19212313, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "FIELD_LIST" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Fields" - }, - { - "fieldType": "LINK_TO_CHILD", - "label": "field", - "slotType": 1, - "explicitNode": "", - "emptyHandling": "EMPTY_OBJECT" - } - ] - }, - { - "title": "Field Dictionary Slot", - "color": { - "r": 0.8408679, - "g": 0.859375, - "b": 0.267146528, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "FIELD_DICTIONARY" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Fields" - }, - { - "fieldType": "LINK_TO_CHILD", - "label": "field", - "slotType": 1, - "explicitNode": "", - "emptyHandling": "EMPTY_OBJECT" - } - ] - }, - { - "title": "Info Slot", - "color": { - "r": 0.78039217, - "g": 0.872794151, - "b": 0.882352948, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "INFO" - }, - { - "fieldType": "TEXT_AREA_RICH", - "label": "label", - "minHeight": 40.0, - "defaultValue": "Some text" - }, - { - "fieldType": "FLOAT", - "label": "minHeight", - "MinStepSize": "0", - "hasMax": false, - "max": 0.0, - "hasMin": true, - "min": 18.0, - "defaultValue": 40.0 - } - ] - }, - { - "title": "Auto Slot", - "color": { - "r": 0.451662, - "g": 0.53125, - "b": 0.53125, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "AUTO" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "text" - }, - { - "fieldType": "TEXT_LINE", - "label": "defaultValue", - "defaultValue": "default" - } - ] - }, - { - "title": "Type Slot", - "color": { - "r": 0.531367064, - "g": 0.6162219, - "b": 0.625, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "TYPE" - }, - { - "fieldType": "TEXT_LINE", - "label": "Class Assembly", - "defaultValue": "fully qualified assembly name" - }, - { - "fieldType": "TEXT_LINE", - "label": "Class Type", - "defaultValue": "Full class name" - } - ] - }, - { - "title": "Enum Slot", - "color": { - "r": 0.765625, - "g": 0.40288505, - "b": 0.260943323, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "ENUM" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Type" - }, - { - "fieldType": "FIELD_LIST", - "label": "values", - "field": { - "fieldType": "TEXT_LINE", - "label": "-", - "defaultValue": "ENUM" - } - } - ] - }, - { - "title": "Flags Slot", - "color": { - "r": 0.765625, - "g": 0.40288505, - "b": 0.260943323, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "FLAGS" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Flags" - }, - { - "fieldType": "INT", - "label": "defaultValue", - "MinStepSize": "0", - "hasMax": false, - "max": 0, - "hasMin": false, - "min": 0, - "defaultValue": 0 - }, - { - "fieldType": "FIELD_LIST", - "label": "flags", - "field": { - "fieldType": "TEXT_LINE", - "label": "-", - "defaultValue": "Flag" - } - } - ] - }, - { - "title": "Text Line Slot", - "color": { - "r": 0.383251429, - "g": 0.517907262, - "b": 0.921875, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "TEXT_LINE" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "String" - }, - { - "fieldType": "TEXT_LINE", - "label": "defaultValue", - "defaultValue": "String" - } - ] - }, - { - "title": "Text Area Slot", - "color": { - "r": 0.292310417, - "g": 0.3179863, - "b": 0.703125, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "TEXT_AREA" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Some text" - }, - { - "fieldType": "FLOAT", - "label": "minHeight", - "MinStepSize": "0", - "hasMax": false, - "max": 0.0, - "hasMin": true, - "min": 18.0, - "defaultValue": 40.0 - }, - { - "fieldType": "TEXT_AREA", - "label": "defaultValue", - "minHeight": 40.0, - "defaultValue": "Some text" - } - ] - }, - { - "title": "Rich Text Slot", - "color": { - "r": 0.120962083, - "g": 0.243065327, - "b": 0.609375, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "TEXT_AREA_RICH" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Some text" - }, - { - "fieldType": "FLOAT", - "label": "minHeight", - "MinStepSize": "0", - "hasMax": false, - "max": 0.0, - "hasMin": true, - "min": 18.0, - "defaultValue": 40.0 - }, - { - "fieldType": "TEXT_AREA_RICH", - "label": "defaultValue", - "minHeight": 40.0, - "defaultValue": "Some text" - } - ] - }, - { - "title": "Float Slot", - "color": { - "r": 0.8117647, - "g": 0.333333343, - "b": 0.5127451, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "FLOAT" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Value" - }, - { - "fieldType": "DOUBLE", - "label": "MinStepSize", - "MinStepSize": "0", - "hasMax": false, - "max": "0", - "hasMin": true, - "min": "0", - "defaultValue": "0" - }, - { - "fieldType": "BOOLEAN", - "label": "hasMax", - "defaultValue": false, - "id": "B-aH6" - }, - { - "fieldType": "FLOAT", - "label": "max", - "MinStepSize": "0", - "hasMax": false, - "max": 0.0, - "hasMin": false, - "min": 0.0, - "defaultValue": 0.0 - }, - { - "fieldType": "BOOLEAN", - "label": "hasMin", - "defaultValue": false, - "id": "B-2hF" - }, - { - "fieldType": "FLOAT", - "label": "min", - "MinStepSize": "0", - "hasMax": false, - "max": 0.0, - "hasMin": false, - "min": 0.0, - "defaultValue": 0.0 - }, - { - "fieldType": "FLOAT", - "label": "defaultValue", - "MinStepSize": "0", - "hasMax": false, - "max": 0.0, - "hasMin": false, - "min": 0.0, - "defaultValue": 0.0 - } - ] - }, - { - "title": "Double Slot", - "color": { - "r": 0.515625, - "g": 0.252984554, - "b": 0.351474732, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "DOUBLE" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Value" - }, - { - "fieldType": "DOUBLE", - "label": "MinStepSize", - "MinStepSize": "0", - "hasMax": false, - "max": "0", - "hasMin": true, - "min": "0", - "defaultValue": "0" - }, - { - "fieldType": "BOOLEAN", - "label": "hasMax", - "defaultValue": false, - "id": "BOOL-uGT" - }, - { - "fieldType": "DOUBLE", - "label": "max", - "MinStepSize": "0", - "hasMax": false, - "max": "0", - "hasMin": false, - "min": "0", - "defaultValue": "0" - }, - { - "fieldType": "BOOLEAN", - "label": "hasMin", - "defaultValue": false, - "id": "BOOL-yIn" - }, - { - "fieldType": "DOUBLE", - "label": "min", - "MinStepSize": "0", - "hasMax": false, - "max": "0", - "hasMin": false, - "min": "0", - "defaultValue": "0" - }, - { - "fieldType": "DOUBLE", - "label": "defaultValue", - "MinStepSize": "0", - "hasMax": false, - "max": "0", - "hasMin": false, - "min": "0", - "defaultValue": "0" - } - ] - }, - { - "title": "Int Slot", - "color": { - "r": 0.8117647, - "g": 0.333333343, - "b": 0.333333343, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "INT" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Value" - }, - { - "fieldType": "DOUBLE", - "label": "MinStepSize", - "MinStepSize": "0", - "hasMax": false, - "max": "0", - "hasMin": true, - "min": "0", - "defaultValue": "0" - }, - { - "fieldType": "BOOLEAN", - "label": "hasMax", - "defaultValue": false, - "id": "B-zqM" - }, - { - "fieldType": "INT", - "label": "max", - "MinStepSize": "0", - "hasMax": false, - "max": 0, - "hasMin": false, - "min": 0, - "defaultValue": 0 - }, - { - "fieldType": "BOOLEAN", - "label": "hasMin", - "defaultValue": false, - "id": "B-Y2e" - }, - { - "fieldType": "INT", - "label": "min", - "MinStepSize": "0", - "hasMax": false, - "max": 0, - "hasMin": false, - "min": 0, - "defaultValue": 0 - }, - { - "fieldType": "INT", - "label": "defaultValue", - "MinStepSize": "0", - "hasMax": false, - "max": 0, - "hasMin": false, - "min": 0, - "defaultValue": 0 - } - ] - }, - { - "title": "Long Slot", - "color": { - "r": 0.59375, - "g": 0.0378042981, - "b": 0.0378042981, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "LONG" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Value" - }, - { - "fieldType": "BOOLEAN", - "label": "allowNegative", - "defaultValue": true, - "id": "B-zqM" - }, - { - "fieldType": "LONG", - "label": "defaultValue", - "allowNegative": true, - "defaultValue": "0" - } - ] - }, - { - "title": "Boolean Slot", - "color": { - "r": 0.5294118, - "g": 0.333333343, - "b": 0.8117647, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "BOOLEAN" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "IsActive" - }, - { - "fieldType": "BOOLEAN", - "label": "defaultValue", - "defaultValue": false, - "id": "B-SAC" - }, - { - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "BOOL-", - "keySize": 3 - } - ] - }, - { - "title": "Linked Boolean Slot", - "color": { - "r": 0.345098048, - "g": 0.05490196, - "b": 0.7647059, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "BOOLEAN" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "IsActive" - }, - { - "fieldType": "BOOLEAN", - "label": "defaultValue", - "defaultValue": false, - "id": "B-Ili" - }, - { - "fieldType": "KEY", - "label": "id", - "slotType": 0, - "keyPrefix": "BOOL-", - "keySize": 3 - }, - { - "fieldType": "FIELD_LIST", - "label": "matchTrue", - "field": { - "fieldType": "KEY_TRACKER", - "label": "true when true", - "slotType": 0, - "emptyHandling": "SKIP" - } - }, - { - "fieldType": "FIELD_LIST", - "label": "invertTrue", - "field": { - "fieldType": "KEY_TRACKER", - "label": "false when true", - "slotType": 0, - "emptyHandling": "SKIP" - } - }, - { - "fieldType": "FIELD_LIST", - "label": "matchFalse", - "field": { - "fieldType": "KEY_TRACKER", - "label": "false when false", - "slotType": 0, - "emptyHandling": "SKIP" - } - }, - { - "fieldType": "FIELD_LIST", - "label": "invertFalse", - "field": { - "fieldType": "KEY_TRACKER", - "label": "true when false", - "slotType": 0, - "emptyHandling": "SKIP" - } - } - ] - }, - { - "title": "Vector2 Slot", - "color": { - "r": 0.7058824, - "g": 0.333333343, - "b": 0.8117647, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "VECTOR2" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Vector" - }, - { - "fieldType": "VECTOR2", - "label": "defaultValue", - "defaultValue": { - "x": 0.0, - "y": 0.0 - } - } - ] - }, - { - "title": "Vector3 Slot", - "color": { - "r": 0.549019635, - "g": 0.286274523, - "b": 0.623529434, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "VECTOR3" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Vector" - }, - { - "fieldType": "VECTOR3", - "label": "defaultValue", - "defaultValue": { - "x": 0.0, - "y": 0.0, - "z": 0.0 - } - } - ] - }, - { - "title": "Vector4 Slot", - "color": { - "r": 0.380392164, - "g": 0.23137255, - "b": 0.423529416, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "VECTOR4" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Vector" - }, - { - "fieldType": "VECTOR4", - "label": "defaultValue", - "defaultValue": { - "x": 0.0, - "y": 0.0, - "z": 0.0, - "w": 0.0 - } - } - ] - }, - { - "title": "Color Slot", - "color": { - "r": 0.900632, - "g": 0.642556131, - "b": 0.9375, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "COLOR" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Color" - }, - { - "fieldType": "COLOR", - "label": "defaultValue", - "defaultValue": { - "r": 1.0, - "g": 1.0, - "b": 1.0, - "a": 1.0 - }, - "asHtml": false - }, - { - "fieldType": "BOOLEAN", - "label": "asHtml", - "defaultValue": false, - "id": "B-Dog" - } - ] - }, - { - "title": "Date Time Offset Slot", - "color": { - "r": 0.78039217, - "g": 0.0, - "b": 0.58431375, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "DATE_TIME_OFFSET" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Date" - }, - { - "fieldType": "DATE_TIME_OFFSET", - "label": "defaultValue", - "defaultValue": { - "date": "2020-07-16T14:34:11.0000000", - "offset": "-07:00" - } - } - ] - }, - { - "title": "Date Time Slot", - "color": { - "r": 0.5647059, - "g": 0.0, - "b": 0.423529416, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "DATE_TIME" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Date" - }, - { - "fieldType": "DATE_TIME", - "label": "defaultValue", - "defaultValue": { - "date": "2020-07-16T14:34:16.0000000", - "offset": "-00:00" - } - } - ] - }, - { - "title": "Time Span Slot", - "color": { - "r": 0.3984375, - "g": 0.0, - "b": 0.298418134, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "TIME_SPAN" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Duration" - }, - { - "fieldType": "BOOLEAN", - "label": "asSeconds", - "defaultValue": false, - "id": "BOOL-9KE" - }, - { - "fieldType": "TIME_SPAN", - "label": "defaultValue", - "defaultValue": "0", - "asSeconds": false - } - ] - }, - { - "title": "Relative Path Slot", - "color": { - "r": 0.3984375, - "g": 0.0, - "b": 0.298418134, - "a": 1.0 - }, - "parentType": 1, - "fields": [ - { - "fieldType": "AUTO", - "label": "fieldType", - "defaultValue": "RELATIVE_PATH" - }, - { - "fieldType": "TEXT_LINE", - "label": "label", - "defaultValue": "Path" - }, - { - "fieldType": "INT", - "label": "startOffset", - "MinStepSize": "0", - "hasMax": false, - "max": 0, - "hasMin": true, - "min": 0, - "defaultValue": 0 - }, - { - "fieldType": "TEXT_LINE", - "label": "prefix", - "defaultValue": "" - }, - { - "fieldType": "FIELD_LIST", - "label": "extensions", - "field": { - "fieldType": "TEXT_LINE", - "label": "-", - "defaultValue": "*.png" - } - } - ] - } - ], - "metaMakerVersion": "0.7.0" -} \ No newline at end of file