{
  "Settings": {
    "set_TextFormatter": "TextMeshPro",
    "set_IncludedNodes": "Settings, Project, GlobalVariables, ObjectDefinitions, Packages, ScriptMethods, Hierarchy, Assets",
    "set_Localization": "False",
    "set_UseScriptSupport": "True",
    "ExportVersion": "1.2",
    "ObjectDefinitionsHash": "3C145F6B6ED71D9CC6520F74955B6FF035F3D6828A61FDB82A631D368EDC3BEA",
    "ScriptFragmentsHash": "0000000000"
  },
  "Project": {
    "Name": "VIA/VR Scenario",
    "DetailName": "",
    "Guid": "60d852f6-273d-4a9a-8b83-eef79f8dc671",
    "TechnicalName": "ViaVr"
  },
  "GlobalVariables": [
    {
      "Namespace": "Variables",
      "Description": "",
      "Variables": [
        {
          "Variable": "AskedQuestion",
          "Type": "Boolean",
          "Value": "False",
          "Description": ""
        },
        {
          "Variable": "DialogueCount",
          "Type": "Integer",
          "Value": "0",
          "Description": ""
        },
        {
          "Variable": "Question",
          "Type": "String",
          "Value": "\"Hello\"",
          "Description": ""
        }
      ]
    }
  ],
  "ObjectDefinitions": [
    {
      "Type": "Point",
      "Class": "Primitive",
      "Properties": [
        {
          "Property": "x",
          "Type": "float"
        },
        {
          "Property": "y",
          "Type": "float"
        }
      ]
    },
    {
      "Type": "Color",
      "Class": "Primitive",
      "Properties": [
        {
          "Property": "a",
          "Type": "float"
        },
        {
          "Property": "r",
          "Type": "float"
        },
        {
          "Property": "g",
          "Type": "float"
        },
        {
          "Property": "b",
          "Type": "float"
        }
      ]
    },
    {
      "Type": "Size",
      "Class": "Primitive",
      "Properties": [
        {
          "Property": "w",
          "Type": "float"
        },
        {
          "Property": "h",
          "Type": "float"
        }
      ]
    },
    {
      "Type": "Rect",
      "Class": "Primitive",
      "Properties": [
        {
          "Property": "x",
          "Type": "float"
        },
        {
          "Property": "y",
          "Type": "float"
        },
        {
          "Property": "w",
          "Type": "float"
        },
        {
          "Property": "h",
          "Type": "float"
        }
      ]
    },
    {
      "Type": "PreviewImage",
      "Class": "ArticyObject",
      "Properties": [
        {
          "Property": "ViewBox",
          "Type": "Rect"
        },
        {
          "Property": "Mode",
          "Type": "PreviewImageViewBoxModes"
        },
        {
          "Property": "Asset",
          "Type": "Id"
        }
      ]
    },
    {
      "Type": "Transformation",
      "Class": "ArticyObject",
      "Properties": [
        {
          "Property": "Pivot",
          "Type": "Point"
        },
        {
          "Property": "Rotation",
          "Type": "float"
        },
        {
          "Property": "Translation",
          "Type": "Point"
        },
        {
          "Property": "Matrix",
          "Type": "Array",
          "ItemType": "float"
        }
      ]
    },
    {
      "Type": "OutgoingConnection",
      "Class": "ArticyObject",
      "Properties": [
        {
          "Property": "Label",
          "Type": "string"
        },
        {
          "Property": "Color",
          "Type": "Color"
        },
        {
          "Property": "TargetPin",
          "Type": "InputPin"
        },
        {
          "Property": "Target",
          "Type": "Id"
        }
      ]
    },
    {
      "Type": "IncomingConnection",
      "Class": "ArticyObject",
      "Properties": [
        {
          "Property": "Label",
          "Type": "string"
        },
        {
          "Property": "Color",
          "Type": "Color"
        },
        {
          "Property": "SourcePin",
          "Type": "OutputPin"
        },
        {
          "Property": "Source",
          "Type": "Id"
        }
      ]
    },
    {
      "Type": "OutputPin",
      "Class": "ArticyObject",
      "Properties": [
        {
          "Property": "Text",
          "Type": "Script_Instruction"
        },
        {
          "Property": "Id",
          "Type": "id"
        },
        {
          "Property": "Owner",
          "Type": "id"
        },
        {
          "Property": "Connections",
          "Type": "Array",
          "ItemType": "OutgoingConnection"
        }
      ]
    },
    {
      "Type": "InputPin",
      "Class": "ArticyObject",
      "Properties": [
        {
          "Property": "Text",
          "Type": "Script_Condition"
        },
        {
          "Property": "Id",
          "Type": "id"
        },
        {
          "Property": "Owner",
          "Type": "id"
        },
        {
          "Property": "Connections",
          "Type": "Array",
          "ItemType": "OutgoingConnection"
        }
      ]
    },
    {
      "Type": "LocationAnchor",
      "Class": "ArticyObject",
      "Properties": [
        {
          "Property": "AnchorPositionX",
          "Type": "float"
        },
        {
          "Property": "AnchorPositionY",
          "Type": "float"
        },
        {
          "Property": "AnchorColor",
          "Type": "Color"
        },
        {
          "Property": "AnchorSize",
          "Type": "LocationAnchorSize"
        }
      ]
    },
    {
      "Type": "ShapeType",
      "Class": "Enum",
      "DisplayName": "ShapeType",
      "Values": {
        "Invalid": 0,
        "Spot": 1,
        "Circle": 2,
        "Rectangle": 3,
        "Path": 4,
        "Polygon": 5,
        "Link": 6
      },
      "DisplayNames": {
        "Invalid": "Invalid",
        "Spot": "Spot",
        "Circle": "Circle",
        "Rectangle": "Rectangle",
        "Path": "Path",
        "Polygon": "Polygon",
        "Link": "Link"
      }
    },
    {
      "Type": "SelectabilityModes",
      "Class": "Enum",
      "DisplayName": "SelectabilityModes",
      "Values": {
        "Unselectable": 0,
        "Selectable": 1
      },
      "DisplayNames": {
        "Unselectable": "Unselectable",
        "Selectable": "Selectable"
      }
    },
    {
      "Type": "VisibilityModes",
      "Class": "Enum",
      "DisplayName": "VisibilityModes",
      "Values": {
        "Invisible": 0,
        "Visible": 1
      },
      "DisplayNames": {
        "Invisible": "Invisible",
        "Visible": "Visible"
      }
    },
    {
      "Type": "OutlineStyle",
      "Class": "Enum",
      "DisplayName": "OutlineStyle",
      "Values": {
        "Solid": 0,
        "Dot": 1,
        "Dash": 2,
        "DashDot": 3,
        "DashDotDot": 4
      },
      "DisplayNames": {
        "Solid": "Solid",
        "Dot": "Dot",
        "Dash": "Dash",
        "DashDot": "DashDot",
        "DashDotDot": "DashDotDot"
      }
    },
    {
      "Type": "PathCaps",
      "Class": "Enum",
      "DisplayName": "PathCaps",
      "Values": {
        "ColoredDot": 0,
        "None": 1,
        "LineArrowHead": 2,
        "FilledArrowHead": 3,
        "Diamond": 4,
        "Square": 5,
        "Disc": 6
      },
      "DisplayNames": {
        "ColoredDot": "ColoredDot",
        "None": "None",
        "LineArrowHead": "LineArrowHead",
        "FilledArrowHead": "FilledArrowHead",
        "Diamond": "Diamond",
        "Square": "Square",
        "Disc": "Disc"
      }
    },
    {
      "Type": "LocationAnchorSize",
      "Class": "Enum",
      "DisplayName": "LocationAnchorSize",
      "Values": {
        "Small": 0,
        "Medium": 1,
        "Large": 2
      },
      "DisplayNames": {
        "Small": "Small",
        "Medium": "Medium",
        "Large": "Large"
      }
    },
    {
      "Type": "PreviewImageViewBoxModes",
      "Class": "Enum",
      "DisplayName": "PreviewImageViewBoxModes",
      "Values": {
        "FromAsset": 0,
        "Custom": 1
      },
      "DisplayNames": {
        "FromAsset": "FromAsset",
        "Custom": "Custom"
      }
    },
    {
      "Type": "FlowFragment",
      "Class": "FlowFragment",
      "DisplayName": "FlowFragment",
      "Properties": [
        {
          "Property": "Attachments",
          "Type": "Array",
          "ItemType": "Id"
        },
        {
          "Property": "DisplayName",
          "Type": "string"
        },
        {
          "Property": "PreviewImage",
          "Type": "PreviewImage"
        },
        {
          "Property": "Color",
          "Type": "Color"
        },
        {
          "Property": "Text",
          "Type": "string"
        },
        {
          "Property": "ExternalId",
          "Type": "string"
        },
        {
          "Property": "Position",
          "Type": "Point"
        },
        {
          "Property": "ZIndex",
          "Type": "Float"
        },
        {
          "Property": "Size",
          "Type": "Size"
        },
        {
          "Property": "ShortId",
          "Type": "uint"
        },
        {
          "Property": "Id",
          "Type": "Id"
        },
        {
          "Property": "TechnicalName",
          "Type": "string"
        },
        {
          "Property": "Parent",
          "Type": "Id"
        },
        {
          "Property": "InputPins",
          "Type": "Array",
          "ItemType": "InputPin"
        },
        {
          "Property": "OutputPins",
          "Type": "Array",
          "ItemType": "OutputPin"
        }
      ]
    },
    {
      "Type": "Dialogue",
      "Class": "Dialogue",
      "DisplayName": "Dialogue",
      "Properties": [
        {
          "Property": "Attachments",
          "Type": "Array",
          "ItemType": "Id"
        },
        {
          "Property": "DisplayName",
          "Type": "string"
        },
        {
          "Property": "PreviewImage",
          "Type": "PreviewImage"
        },
        {
          "Property": "Color",
          "Type": "Color"
        },
        {
          "Property": "Text",
          "Type": "string"
        },
        {
          "Property": "ExternalId",
          "Type": "string"
        },
        {
          "Property": "Position",
          "Type": "Point"
        },
        {
          "Property": "ZIndex",
          "Type": "Float"
        },
        {
          "Property": "Size",
          "Type": "Size"
        },
        {
          "Property": "ShortId",
          "Type": "uint"
        },
        {
          "Property": "Id",
          "Type": "Id"
        },
        {
          "Property": "TechnicalName",
          "Type": "string"
        },
        {
          "Property": "Parent",
          "Type": "Id"
        },
        {
          "Property": "InputPins",
          "Type": "Array",
          "ItemType": "InputPin"
        },
        {
          "Property": "OutputPins",
          "Type": "Array",
          "ItemType": "OutputPin"
        }
      ]
    },
    {
      "Type": "DialogueFragment",
      "Class": "DialogueFragment",
      "DisplayName": "DialogueFragment",
      "Properties": [
        {
          "Property": "MenuText",
          "Type": "string"
        },
        {
          "Property": "StageDirections",
          "Type": "string"
        },
        {
          "Property": "Speaker",
          "Type": "Id"
        },
        {
          "Property": "SplitHeight",
          "Type": "Float"
        },
        {
          "Property": "Color",
          "Type": "Color"
        },
        {
          "Property": "Text",
          "Type": "string"
        },
        {
          "Property": "ExternalId",
          "Type": "string"
        },
        {
          "Property": "Position",
          "Type": "Point"
        },
        {
          "Property": "ZIndex",
          "Type": "Float"
        },
        {
          "Property": "Size",
          "Type": "Size"
        },
        {
          "Property": "ShortId",
          "Type": "uint"
        },
        {
          "Property": "Id",
          "Type": "Id"
        },
        {
          "Property": "TechnicalName",
          "Type": "string"
        },
        {
          "Property": "Parent",
          "Type": "Id"
        },
        {
          "Property": "InputPins",
          "Type": "Array",
          "ItemType": "InputPin"
        },
        {
          "Property": "OutputPins",
          "Type": "Array",
          "ItemType": "OutputPin"
        }
      ]
    },
    {
      "Type": "Hub",
      "Class": "Hub",
      "DisplayName": "Hub",
      "Properties": [
        {
          "Property": "DisplayName",
          "Type": "string"
        },
        {
          "Property": "Color",
          "Type": "Color"
        },
        {
          "Property": "Text",
          "Type": "string"
        },
        {
          "Property": "ExternalId",
          "Type": "string"
        },
        {
          "Property": "Position",
          "Type": "Point"
        },
        {
          "Property": "ZIndex",
          "Type": "Float"
        },
        {
          "Property": "Size",
          "Type": "Size"
        },
        {
          "Property": "ShortId",
          "Type": "uint"
        },
        {
          "Property": "Id",
          "Type": "Id"
        },
        {
          "Property": "TechnicalName",
          "Type": "string"
        },
        {
          "Property": "Parent",
          "Type": "Id"
        },
        {
          "Property": "InputPins",
          "Type": "Array",
          "ItemType": "InputPin"
        },
        {
          "Property": "OutputPins",
          "Type": "Array",
          "ItemType": "OutputPin"
        }
      ]
    },
    {
      "Type": "Comment",
      "Class": "Comment",
      "DisplayName": "Comment",
      "Properties": [
        {
          "Property": "CreatedBy",
          "Type": "string"
        },
        {
          "Property": "CreatedOn",
          "Type": "DateTime"
        },
        {
          "Property": "Color",
          "Type": "Color"
        },
        {
          "Property": "Text",
          "Type": "string"
        },
        {
          "Property": "ExternalId",
          "Type": "string"
        },
        {
          "Property": "Position",
          "Type": "Point"
        },
        {
          "Property": "ZIndex",
          "Type": "Float"
        },
        {
          "Property": "Size",
          "Type": "Size"
        },
        {
          "Property": "ShortId",
          "Type": "uint"
        },
        {
          "Property": "Id",
          "Type": "Id"
        },
        {
          "Property": "TechnicalName",
          "Type": "string"
        },
        {
          "Property": "Parent",
          "Type": "Id"
        }
      ]
    },
    {
      "Type": "Jump",
      "Class": "Jump",
      "DisplayName": "Jump",
      "Properties": [
        {
          "Property": "Color",
          "Type": "Color"
        },
        {
          "Property": "Text",
          "Type": "string"
        },
        {
          "Property": "ExternalId",
          "Type": "string"
        },
        {
          "Property": "Position",
          "Type": "Point"
        },
        {
          "Property": "ZIndex",
          "Type": "Float"
        },
        {
          "Property": "Size",
          "Type": "Size"
        },
        {
          "Property": "ShortId",
          "Type": "uint"
        },
        {
          "Property": "Id",
          "Type": "Id"
        },
        {
          "Property": "TechnicalName",
          "Type": "string"
        },
        {
          "Property": "Parent",
          "Type": "Id"
        },
        {
          "Property": "Target",
          "Type": "Id"
        },
        {
          "Property": "TargetPin",
          "Type": "Id"
        },
        {
          "Property": "InputPins",
          "Type": "Array",
          "ItemType": "InputPin"
        },
        {
          "Property": "OutputPins",
          "Type": "Array",
          "ItemType": "OutputPin"
        }
      ]
    },
    {
      "Type": "Entity",
      "Class": "Entity",
      "DisplayName": "Entity",
      "Properties": [
        {
          "Property": "Attachments",
          "Type": "Array",
          "ItemType": "Id"
        },
        {
          "Property": "DisplayName",
          "Type": "string"
        },
        {
          "Property": "Color",
          "Type": "Color"
        },
        {
          "Property": "Text",
          "Type": "string"
        },
        {
          "Property": "ExternalId",
          "Type": "string"
        },
        {
          "Property": "Position",
          "Type": "Point"
        },
        {
          "Property": "ZIndex",
          "Type": "Float"
        },
        {
          "Property": "Size",
          "Type": "Size"
        },
        {
          "Property": "PreviewImage",
          "Type": "PreviewImage"
        },
        {
          "Property": "ShortId",
          "Type": "uint"
        },
        {
          "Property": "Id",
          "Type": "Id"
        },
        {
          "Property": "TechnicalName",
          "Type": "string"
        },
        {
          "Property": "Parent",
          "Type": "Id"
        }
      ]
    },
    {
      "Type": "Condition",
      "Class": "Condition",
      "DisplayName": "Condition",
      "Properties": [
        {
          "Property": "DisplayName",
          "Type": "String"
        },
        {
          "Property": "Text",
          "Type": "string"
        },
        {
          "Property": "ExternalId",
          "Type": "string"
        },
        {
          "Property": "Position",
          "Type": "Point"
        },
        {
          "Property": "ZIndex",
          "Type": "Float"
        },
        {
          "Property": "Size",
          "Type": "Size"
        },
        {
          "Property": "ShortId",
          "Type": "uint"
        },
        {
          "Property": "Expression",
          "Type": "Script_Condition"
        },
        {
          "Property": "Color",
          "Type": "Color"
        },
        {
          "Property": "Id",
          "Type": "Id"
        },
        {
          "Property": "TechnicalName",
          "Type": "string"
        },
        {
          "Property": "Parent",
          "Type": "Id"
        },
        {
          "Property": "InputPins",
          "Type": "Array",
          "ItemType": "InputPin"
        },
        {
          "Property": "OutputPins",
          "Type": "Array",
          "ItemType": "OutputPin"
        }
      ]
    },
    {
      "Type": "Instruction",
      "Class": "Instruction",
      "DisplayName": "Instruction",
      "Properties": [
        {
          "Property": "DisplayName",
          "Type": "String"
        },
        {
          "Property": "Text",
          "Type": "string"
        },
        {
          "Property": "ExternalId",
          "Type": "string"
        },
        {
          "Property": "Position",
          "Type": "Point"
        },
        {
          "Property": "ZIndex",
          "Type": "Float"
        },
        {
          "Property": "Size",
          "Type": "Size"
        },
        {
          "Property": "ShortId",
          "Type": "uint"
        },
        {
          "Property": "Expression",
          "Type": "Script_Instruction"
        },
        {
          "Property": "Color",
          "Type": "Color"
        },
        {
          "Property": "Id",
          "Type": "Id"
        },
        {
          "Property": "TechnicalName",
          "Type": "string"
        },
        {
          "Property": "Parent",
          "Type": "Id"
        },
        {
          "Property": "InputPins",
          "Type": "Array",
          "ItemType": "InputPin"
        },
        {
          "Property": "OutputPins",
          "Type": "Array",
          "ItemType": "OutputPin"
        }
      ]
    },
    {
      "Type": "UserFolder",
      "Class": "UserFolder",
      "DisplayName": "UserFolder",
      "Properties": [
        {
          "Property": "DisplayName",
          "Type": "string"
        },
        {
          "Property": "ExternalId",
          "Type": "string"
        },
        {
          "Property": "ShortId",
          "Type": "uint"
        },
        {
          "Property": "Id",
          "Type": "Id"
        },
        {
          "Property": "TechnicalName",
          "Type": "string"
        },
        {
          "Property": "Parent",
          "Type": "Id"
        },
        {
          "Property": "ZIndex",
          "Type": "Float"
        }
      ]
    }
  ],
  "Packages": [
    {
      "Name": "Export package",
      "Description": "",
      "IsDefaultPackage": true,
      "Models": [
        {
          "Type": "Dialogue",
          "Properties": {
            "TechnicalName": "Test_Dialogue_2A",
            "Id": "0x010000000000002B",
            "Parent": "0x0300000043CE43F7",
            "Attachments": [],
            "DisplayName": "Test Dialogue 2A",
            "PreviewImage": {
              "ViewBox": {
                "x": 0.0,
                "y": 0.0,
                "w": 0.0,
                "h": 0.0
              },
              "Mode": "FromAsset",
              "Asset": "0x0000000000000000"
            },
            "Color": {
              "r": 0.577580452,
              "g": 0.7605245,
              "b": 0.7991027
            },
            "Text": "",
            "ExternalId": "Test_Dialogue_2A",
            "Position": {
              "x": 142.0,
              "y": 125.0
            },
            "ZIndex": 0.0,
            "Size": {
              "w": 291.0,
              "h": 200.0
            },
            "ShortId": 3849112351,
            "InputPins": [
              {
                "Text": "",
                "Id": "0x010000000000002E",
                "Owner": "0x010000000000002B",
                "Connections": [
                  {
                    "Color": {
                      "a": 1.0,
                      "r": 0.577580452,
                      "g": 0.7605245,
                      "b": 0.7991027
                    },
                    "Label": "",
                    "TargetPin": "0x0100000000000041",
                    "Target": "0x010000000000003E"
                  }
                ]
              }
            ],
            "OutputPins": [
              {
                "Text": "",
                "Id": "0x010000000000002F",
                "Owner": "0x010000000000002B",
                "Connections": [
                  {
                    "Color": {
                      "a": 1.0,
                      "r": 0.577580452,
                      "g": 0.7605245,
                      "b": 0.7991027
                    },
                    "Label": "",
                    "TargetPin": "0x0100000000000034",
                    "Target": "0x0100000000000031"
                  }
                ]
              }
            ]
          }
        },
        {
          "Type": "Dialogue",
          "Properties": {
            "TechnicalName": "Test_Dialogue_2B",
            "Id": "0x0100000000000031",
            "Parent": "0x0300000043CE43F7",
            "Attachments": [],
            "DisplayName": "Test Dialogue 2B",
            "PreviewImage": {
              "ViewBox": {
                "x": 0.0,
                "y": 0.0,
                "w": 0.0,
                "h": 0.0
              },
              "Mode": "FromAsset",
              "Asset": "0x0000000000000000"
            },
            "Color": {
              "r": 0.577580452,
              "g": 0.7605245,
              "b": 0.7991027
            },
            "Text": "",
            "ExternalId": "Test_Dialogue_2B",
            "Position": {
              "x": 492.0,
              "y": 125.0
            },
            "ZIndex": 1.0,
            "Size": {
              "w": 291.0,
              "h": 200.0
            },
            "ShortId": 2853363502,
            "InputPins": [
              {
                "Text": "",
                "Id": "0x0100000000000034",
                "Owner": "0x0100000000000031",
                "Connections": [
                  {
                    "Color": {
                      "a": 1.0,
                      "r": 0.577580452,
                      "g": 0.7605245,
                      "b": 0.7991027
                    },
                    "Label": "",
                    "TargetPin": "0x0100000000000081",
                    "Target": "0x010000000000007E"
                  }
                ]
              }
            ],
            "OutputPins": [
              {
                "Text": "",
                "Id": "0x0100000000000035",
                "Owner": "0x0100000000000031"
              }
            ]
          }
        },
        {
          "Type": "Dialogue",
          "Properties": {
            "TechnicalName": "Test_Dialogue_1",
            "Id": "0x0100000000000037",
            "Parent": "0x0300000043CE43F7",
            "Attachments": [],
            "DisplayName": "Test Dialogue 1",
            "PreviewImage": {
              "ViewBox": {
                "x": 0.0,
                "y": 0.0,
                "w": 0.0,
                "h": 0.0
              },
              "Mode": "FromAsset",
              "Asset": "0x0000000000000000"
            },
            "Color": {
              "r": 0.577580452,
              "g": 0.7605245,
              "b": 0.7991027
            },
            "Text": "",
            "ExternalId": "Test_Dialogue_1",
            "Position": {
              "x": 142.0,
              "y": -125.0
            },
            "ZIndex": 2.0,
            "Size": {
              "w": 291.0,
              "h": 200.0
            },
            "ShortId": 4039136308,
            "InputPins": [
              {
                "Text": "",
                "Id": "0x010000000000003A",
                "Owner": "0x0100000000000037"
              }
            ],
            "OutputPins": [
              {
                "Text": "",
                "Id": "0x010000000000003B",
                "Owner": "0x0100000000000037"
              }
            ]
          }
        },
        {
          "Type": "DialogueFragment",
          "Properties": {
            "TechnicalName": "DFr_97DB3541",
            "Id": "0x010000000000003E",
            "Parent": "0x010000000000002B",
            "MenuText": "",
            "StageDirections": "",
            "Speaker": "0x010000000000001F",
            "SplitHeight": 64.0,
            "Color": {
              "r": 0.577580452,
              "g": 0.7605245,
              "b": 0.7991027
            },
            "Text": "<align=left>Who should I talk to next?</align>\n<align=left></align>",
            "ExternalId": "",
            "Position": {
              "x": 505.0,
              "y": 213.0
            },
            "ZIndex": 0.0,
            "Size": {
              "w": 225.0,
              "h": 200.0
            },
            "ShortId": 2547725633,
            "InputPins": [
              {
                "Text": "",
                "Id": "0x0100000000000041",
                "Owner": "0x010000000000003E"
              }
            ],
            "OutputPins": [
              {
                "Text": "",
                "Id": "0x0100000000000042",
                "Owner": "0x010000000000003E",
                "Connections": [
                  {
                    "Color": {
                      "a": 1.0,
                      "r": 0.577580452,
                      "g": 0.7605245,
                      "b": 0.7991027
                    },
                    "Label": "",
                    "TargetPin": "0x010000000000004A",
                    "Target": "0x0100000000000048"
                  }
                ]
              }
            ]
          }
        },
        {
          "Type": "DialogueFragment",
          "Properties": {
            "TechnicalName": "DFr_FFDB0717",
            "Id": "0x0100000000000062",
            "Parent": "0x010000000000002B",
            "MenuText": "Ask Person B",
            "StageDirections": "",
            "Speaker": "0x0100000000000027",
            "SplitHeight": 64.0,
            "Color": {
              "r": 0.577580452,
              "g": 0.7605245,
              "b": 0.7991027
            },
            "Text": "<align=left>Maybe this will work?</align>",
            "ExternalId": "",
            "Position": {
              "x": 1030.0,
              "y": 213.0
            },
            "ZIndex": 9.0,
            "Size": {
              "w": 225.0,
              "h": 200.0
            },
            "ShortId": 4292544279,
            "InputPins": [
              {
                "Text": "",
                "Id": "0x0100000000000065",
                "Owner": "0x0100000000000062"
              }
            ],
            "OutputPins": [
              {
                "Text": "",
                "Id": "0x0100000000000066",
                "Owner": "0x0100000000000062",
                "Connections": [
                  {
                    "Color": {
                      "a": 1.0,
                      "r": 0.577580452,
                      "g": 0.7605245,
                      "b": 0.7991027
                    },
                    "Label": "",
                    "TargetPin": "0x0100000000000056",
                    "Target": "0x0100000000000053"
                  }
                ]
              }
            ]
          }
        },
        {
          "Type": "DialogueFragment",
          "Properties": {
            "TechnicalName": "DFr_7672325F",
            "Id": "0x010000000000006B",
            "Parent": "0x010000000000002B",
            "MenuText": "Ask Person C",
            "StageDirections": "",
            "Speaker": "0x0100000000000044",
            "SplitHeight": 64.0,
            "Color": {
              "r": 0.577580452,
              "g": 0.7605245,
              "b": 0.7991027
            },
            "Text": "<align=left>I know exactly what to do!</align>",
            "ExternalId": "",
            "Position": {
              "x": 1030.0,
              "y": 438.0
            },
            "ZIndex": 12.0,
            "Size": {
              "w": 225.0,
              "h": 200.0
            },
            "ShortId": 1987195487,
            "InputPins": [
              {
                "Text": "",
                "Id": "0x010000000000006E",
                "Owner": "0x010000000000006B"
              }
            ],
            "OutputPins": [
              {
                "Text": "",
                "Id": "0x010000000000006F",
                "Owner": "0x010000000000006B",
                "Connections": [
                  {
                    "Color": {
                      "a": 1.0,
                      "r": 0.577580452,
                      "g": 0.7605245,
                      "b": 0.7991027
                    },
                    "Label": "",
                    "TargetPin": "0x0100000000000074",
                    "Target": "0x0100000000000071"
                  }
                ]
              }
            ]
          }
        },
        {
          "Type": "DialogueFragment",
          "Properties": {
            "TechnicalName": "DFr_4571D1A3",
            "Id": "0x0100000000000071",
            "Parent": "0x010000000000002B",
            "MenuText": "",
            "StageDirections": "",
            "Speaker": "0x0000000000000000",
            "SplitHeight": 64.0,
            "Color": {
              "r": 0.577580452,
              "g": 0.7605245,
              "b": 0.7991027
            },
            "Text": "<align=left>It seems the dialogue will progress now!</align>",
            "ExternalId": "",
            "Position": {
              "x": 1305.0,
              "y": 438.0
            },
            "ZIndex": 14.0,
            "Size": {
              "w": 225.0,
              "h": 200.0
            },
            "ShortId": 1165087139,
            "InputPins": [
              {
                "Text": "",
                "Id": "0x0100000000000074",
                "Owner": "0x0100000000000071"
              }
            ],
            "OutputPins": [
              {
                "Text": "",
                "Id": "0x0100000000000075",
                "Owner": "0x0100000000000071",
                "Connections": [
                  {
                    "Color": {
                      "a": 1.0,
                      "r": 0.577580452,
                      "g": 0.7605245,
                      "b": 0.7991027
                    },
                    "Label": "",
                    "TargetPin": "0x010000000000002F",
                    "Target": "0x010000000000002B"
                  }
                ]
              }
            ]
          }
        },
        {
          "Type": "DialogueFragment",
          "Properties": {
            "TechnicalName": "DFr_AE932E46",
            "Id": "0x010000000000004E",
            "Parent": "0x010000000000002B",
            "MenuText": "Ask Person A\r\n",
            "StageDirections": "",
            "Speaker": "0x0100000000000023",
            "SplitHeight": 64.0,
            "Color": {
              "r": 0.577580452,
              "g": 0.7605245,
              "b": 0.7991027
            },
            "Text": "<align=left>Let's see if this works!</align>",
            "ExternalId": "",
            "Position": {
              "x": 1030.0,
              "y": -12.0
            },
            "ZIndex": 3.0,
            "Size": {
              "w": 225.0,
              "h": 200.0
            },
            "ShortId": 2928881222,
            "InputPins": [
              {
                "Text": "",
                "Id": "0x0100000000000051",
                "Owner": "0x010000000000004E"
              }
            ],
            "OutputPins": [
              {
                "Text": "",
                "Id": "0x0100000000000052",
                "Owner": "0x010000000000004E",
                "Connections": [
                  {
                    "Color": {
                      "a": 1.0,
                      "r": 0.577580452,
                      "g": 0.7605245,
                      "b": 0.7991027
                    },
                    "Label": "",
                    "TargetPin": "0x0100000000000056",
                    "Target": "0x0100000000000053"
                  }
                ]
              }
            ]
          }
        },
        {
          "Type": "DialogueFragment",
          "Properties": {
            "TechnicalName": "DFr_3EA4BB16",
            "Id": "0x0100000000000053",
            "Parent": "0x010000000000002B",
            "MenuText": "",
            "StageDirections": "",
            "Speaker": "0x010000000000001F",
            "SplitHeight": 64.0,
            "Color": {
              "r": 0.577580452,
              "g": 0.7605245,
              "b": 0.7991027
            },
            "Text": "<align=left>Doesn't seem like this will help me much.</align>",
            "ExternalId": "",
            "Position": {
              "x": 1305.0,
              "y": -12.0
            },
            "ZIndex": 4.0,
            "Size": {
              "w": 225.0,
              "h": 200.0
            },
            "ShortId": 1050983190,
            "InputPins": [
              {
                "Text": "",
                "Id": "0x0100000000000056",
                "Owner": "0x0100000000000053"
              }
            ],
            "OutputPins": [
              {
                "Text": "",
                "Id": "0x0100000000000057",
                "Owner": "0x0100000000000053",
                "Connections": [
                  {
                    "Color": {
                      "a": 1.0,
                      "r": 0.577580452,
                      "g": 0.7605245,
                      "b": 0.7991027
                    },
                    "Label": "",
                    "TargetPin": "0x010000000000005F",
                    "Target": "0x010000000000005C"
                  }
                ]
              }
            ]
          }
        },
        {
          "Type": "DialogueFragment",
          "Properties": {
            "TechnicalName": "DFr_8AF42064",
            "Id": "0x010000000000007E",
            "Parent": "0x0100000000000031",
            "MenuText": "",
            "StageDirections": "",
            "Speaker": "0x010000000000001F",
            "SplitHeight": 64.0,
            "Color": {
              "r": 0.577580452,
              "g": 0.7605245,
              "b": 0.7991027
            },
            "Text": "<align=left>It looks like it worked, we're in another Dialogue now!</align>",
            "ExternalId": "",
            "Position": {
              "x": 250.0,
              "y": 250.0
            },
            "ZIndex": 0.0,
            "Size": {
              "w": 225.0,
              "h": 200.0
            },
            "ShortId": 2331254884,
            "InputPins": [
              {
                "Text": "",
                "Id": "0x0100000000000081",
                "Owner": "0x010000000000007E"
              }
            ],
            "OutputPins": [
              {
                "Text": "",
                "Id": "0x0100000000000082",
                "Owner": "0x010000000000007E",
                "Connections": [
                  {
                    "Color": {
                      "a": 1.0,
                      "r": 0.577580452,
                      "g": 0.7605245,
                      "b": 0.7991027
                    },
                    "Label": "",
                    "TargetPin": "0x0100000000000088",
                    "Target": "0x0100000000000085"
                  }
                ]
              }
            ]
          }
        },
        {
          "Type": "DialogueFragment",
          "Properties": {
            "TechnicalName": "DFr_CBE66EE6",
            "Id": "0x0100000000000085",
            "Parent": "0x0100000000000031",
            "MenuText": "",
            "StageDirections": "",
            "Speaker": "0x0100000000000044",
            "SplitHeight": 64.0,
            "Color": {
              "r": 0.577580452,
              "g": 0.7605245,
              "b": 0.7991027
            },
            "Text": "<align=left>Glad to be of service!</align>",
            "ExternalId": "",
            "Position": {
              "x": 550.0,
              "y": 250.0
            },
            "ZIndex": 2.0,
            "Size": {
              "w": 225.0,
              "h": 200.0
            },
            "ShortId": 3420876518,
            "InputPins": [
              {
                "Text": "",
                "Id": "0x0100000000000088",
                "Owner": "0x0100000000000085"
              }
            ],
            "OutputPins": [
              {
                "Text": "",
                "Id": "0x0100000000000089",
                "Owner": "0x0100000000000085",
                "Connections": [
                  {
                    "Color": {
                      "a": 1.0,
                      "r": 0.577580452,
                      "g": 0.7605245,
                      "b": 0.7991027
                    },
                    "Label": "",
                    "TargetPin": "0x010000000000008F",
                    "Target": "0x010000000000008C"
                  }
                ]
              }
            ]
          }
        },
        {
          "Type": "DialogueFragment",
          "Properties": {
            "TechnicalName": "DFr_A4971ED0",
            "Id": "0x010000000000008C",
            "Parent": "0x0100000000000031",
            "MenuText": "",
            "StageDirections": "",
            "Speaker": "0x0000000000000000",
            "SplitHeight": 64.0,
            "Color": {
              "r": 0.577580452,
              "g": 0.7605245,
              "b": 0.7991027
            },
            "Text": "<align=left>End of Dialogue 2B.</align>",
            "ExternalId": "",
            "Position": {
              "x": 825.0,
              "y": 250.0
            },
            "ZIndex": 4.0,
            "Size": {
              "w": 225.0,
              "h": 200.0
            },
            "ShortId": 2761367248,
            "InputPins": [
              {
                "Text": "",
                "Id": "0x010000000000008F",
                "Owner": "0x010000000000008C"
              }
            ],
            "OutputPins": [
              {
                "Text": "",
                "Id": "0x0100000000000090",
                "Owner": "0x010000000000008C"
              }
            ]
          }
        },
        {
          "Type": "DialogueFragment",
          "Properties": {
            "TechnicalName": "DFr_873D91B3",
            "Id": "0x0100000000000093",
            "Parent": "0x0100000000000037",
            "MenuText": "",
            "StageDirections": "",
            "Speaker": "0x010000000000001F",
            "SplitHeight": 64.0,
            "Color": {
              "r": 0.577580452,
              "g": 0.7605245,
              "b": 0.7991027
            },
            "Text": "<align=left>Let's see what I can do here.</align>",
            "ExternalId": "",
            "Position": {
              "x": 500.0,
              "y": 175.0
            },
            "ZIndex": 0.0,
            "Size": {
              "w": 225.0,
              "h": 200.0
            },
            "ShortId": 2268959155,
            "InputPins": [
              {
                "Text": "",
                "Id": "0x0100000000000096",
                "Owner": "0x0100000000000093"
              }
            ],
            "OutputPins": [
              {
                "Text": "",
                "Id": "0x0100000000000097",
                "Owner": "0x0100000000000093",
                "Connections": [
                  {
                    "Color": {
                      "a": 1.0,
                      "r": 0.577580452,
                      "g": 0.7605245,
                      "b": 0.7991027
                    },
                    "Label": "",
                    "TargetPin": "0x010000000000009C",
                    "Target": "0x0100000000000099"
                  },
                  {
                    "Color": {
                      "a": 1.0,
                      "r": 0.577580452,
                      "g": 0.7605245,
                      "b": 0.7991027
                    },
                    "Label": "",
                    "TargetPin": "0x01000000000000A4",
                    "Target": "0x01000000000000A1"
                  }
                ]
              }
            ]
          }
        },
        {
          "Type": "DialogueFragment",
          "Properties": {
            "TechnicalName": "DFr_63715C29",
            "Id": "0x0100000000000099",
            "Parent": "0x0100000000000037",
            "MenuText": "Very Long Text",
            "StageDirections": "",
            "Speaker": "0x0100000000000023",
            "SplitHeight": 64.0,
            "Color": {
              "r": 0.577580452,
              "g": 0.7605245,
              "b": 0.7991027
            },
            "Text": "<align=left>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin vehicula euismod magna eu fringilla. Aliquam erat volutpat. In hac habitasse platea dictumst. Cras ornare sagittis euismod. Praesent bibendum, arcu id maximus bibendum, diam augue tempor est, vitae feugiat lacus magna id diam. Praesent mollis nisl fringilla nisl efficitur, ac aliquam libero pharetra. Morbi interdum, turpis ut cursus dictum, erat purus bibendum nisl, ut ullamcorper nibh est in massa. Praesent at volutpat erat. Sed in magna nec ante hendrerit pellentesque a sit amet diam. Aliquam quis dui mattis, vulputate est id, feugiat sem. Nam egestas tortor sit amet libero consectetur ultrices. Donec auctor vulputate erat, vel blandit tortor bibendum in. Suspendisse eget diam aliquet, convallis turpis vitae, vehicula nunc. </align>",
            "ExternalId": "",
            "Position": {
              "x": 825.0,
              "y": 75.0
            },
            "ZIndex": 1.0,
            "Size": {
              "w": 225.0,
              "h": 200.0
            },
            "ShortId": 1668373545,
            "InputPins": [
              {
                "Text": "",
                "Id": "0x010000000000009C",
                "Owner": "0x0100000000000099"
              }
            ],
            "OutputPins": [
              {
                "Text": "",
                "Id": "0x010000000000009D",
                "Owner": "0x0100000000000099"
              }
            ]
          }
        },
        {
          "Type": "DialogueFragment",
          "Properties": {
            "TechnicalName": "DFr_64FEE19A",
            "Id": "0x01000000000000A1",
            "Parent": "0x0100000000000037",
            "MenuText": "Articy Text Size",
            "StageDirections": "",
            "Speaker": "0x0100000000000023",
            "SplitHeight": 64.0,
            "Color": {
              "r": 0.577580452,
              "g": 0.7605245,
              "b": 0.7991027
            },
            "Text": "<align=left><size=48>BIG TEXT</size></align>",
            "ExternalId": "",
            "Position": {
              "x": 825.0,
              "y": 300.0
            },
            "ZIndex": 3.0,
            "Size": {
              "w": 225.0,
              "h": 200.0
            },
            "ShortId": 1694425498,
            "InputPins": [
              {
                "Text": "",
                "Id": "0x01000000000000A4",
                "Owner": "0x01000000000000A1"
              }
            ],
            "OutputPins": [
              {
                "Text": "",
                "Id": "0x01000000000000A5",
                "Owner": "0x01000000000000A1"
              }
            ]
          }
        },
        {
          "Type": "Hub",
          "Properties": {
            "TechnicalName": "Hub_B7DF6639",
            "Id": "0x0100000000000048",
            "Parent": "0x010000000000002B",
            "DisplayName": "Question",
            "Color": {
              "r": 0.577580452,
              "g": 0.7605245,
              "b": 0.7991027
            },
            "Text": "",
            "ExternalId": "",
            "Position": {
              "x": 780.0,
              "y": 288.0
            },
            "ZIndex": 1.0,
            "Size": {
              "w": 175.0,
              "h": 50.0
            },
            "ShortId": 3084871225,
            "InputPins": [
              {
                "Text": "",
                "Id": "0x010000000000004A",
                "Owner": "0x0100000000000048"
              }
            ],
            "OutputPins": [
              {
                "Text": "",
                "Id": "0x010000000000004B",
                "Owner": "0x0100000000000048",
                "Connections": [
                  {
                    "Color": {
                      "a": 1.0,
                      "r": 0.577580452,
                      "g": 0.7605245,
                      "b": 0.7991027
                    },
                    "Label": "",
                    "TargetPin": "0x0100000000000051",
                    "Target": "0x010000000000004E"
                  },
                  {
                    "Color": {
                      "a": 1.0,
                      "r": 0.577580452,
                      "g": 0.7605245,
                      "b": 0.7991027
                    },
                    "Label": "",
                    "TargetPin": "0x0100000000000065",
                    "Target": "0x0100000000000062"
                  },
                  {
                    "Color": {
                      "a": 1.0,
                      "r": 0.577580452,
                      "g": 0.7605245,
                      "b": 0.7991027
                    },
                    "Label": "",
                    "TargetPin": "0x010000000000006E",
                    "Target": "0x010000000000006B"
                  }
                ]
              }
            ]
          }
        },
        {
          "Type": "Jump",
          "Properties": {
            "TechnicalName": "Jmp_070767CE",
            "Id": "0x010000000000005C",
            "Parent": "0x010000000000002B",
            "Target": "0x0100000000000048",
            "TargetPin": "0x010000000000004A",
            "Color": {
              "r": 0.577580452,
              "g": 0.7605245,
              "b": 0.7991027
            },
            "Text": "",
            "ExternalId": "",
            "Position": {
              "x": 1580.0,
              "y": 13.0
            },
            "ZIndex": 7.0,
            "Size": {
              "w": 175.0,
              "h": 150.0
            },
            "ShortId": 117925838,
            "InputPins": [
              {
                "Text": "",
                "Id": "0x010000000000005F",
                "Owner": "0x010000000000005C"
              }
            ]
          }
        },
        {
          "Type": "Entity",
          "Properties": {
            "TechnicalName": "Player",
            "Id": "0x010000000000001F",
            "Parent": "0x03000000AC61A2B3",
            "Attachments": [],
            "DisplayName": "Player",
            "Color": {
              "r": 0.577580452,
              "g": 0.7605245,
              "b": 0.7991027
            },
            "Text": "",
            "ExternalId": "Player",
            "Position": {
              "x": 0.0,
              "y": 0.0
            },
            "ZIndex": 0.0,
            "Size": {
              "w": 256.0,
              "h": 196.0
            },
            "PreviewImage": {
              "ViewBox": {
                "x": 0.0,
                "y": 0.0,
                "w": 0.0,
                "h": 0.0
              },
              "Mode": "FromAsset",
              "Asset": "0x0000000000000000"
            },
            "ShortId": 175041976
          }
        },
        {
          "Type": "Entity",
          "Properties": {
            "TechnicalName": "A",
            "Id": "0x0100000000000023",
            "Parent": "0x03000000AC61A2B3",
            "Attachments": [],
            "DisplayName": "A",
            "Color": {
              "r": 0.577580452,
              "g": 0.7605245,
              "b": 0.7991027
            },
            "Text": "",
            "ExternalId": "A",
            "Position": {
              "x": 20.0,
              "y": 20.0
            },
            "ZIndex": 1.0,
            "Size": {
              "w": 256.0,
              "h": 196.0
            },
            "PreviewImage": {
              "ViewBox": {
                "x": 0.0,
                "y": 0.0,
                "w": 0.0,
                "h": 0.0
              },
              "Mode": "FromAsset",
              "Asset": "0x0000000000000000"
            },
            "ShortId": 2716827231
          }
        },
        {
          "Type": "Entity",
          "Properties": {
            "TechnicalName": "B",
            "Id": "0x0100000000000027",
            "Parent": "0x03000000AC61A2B3",
            "Attachments": [],
            "DisplayName": "B",
            "Color": {
              "r": 0.577580452,
              "g": 0.7605245,
              "b": 0.7991027
            },
            "Text": "",
            "ExternalId": "B",
            "Position": {
              "x": 40.0,
              "y": 40.0
            },
            "ZIndex": 2.0,
            "Size": {
              "w": 256.0,
              "h": 196.0
            },
            "PreviewImage": {
              "ViewBox": {
                "x": 0.0,
                "y": 0.0,
                "w": 0.0,
                "h": 0.0
              },
              "Mode": "FromAsset",
              "Asset": "0x0000000000000000"
            },
            "ShortId": 3013704420
          }
        },
        {
          "Type": "Entity",
          "Properties": {
            "TechnicalName": "C",
            "Id": "0x0100000000000044",
            "Parent": "0x03000000AC61A2B3",
            "Attachments": [],
            "DisplayName": "C",
            "Color": {
              "r": 0.577580452,
              "g": 0.7605245,
              "b": 0.7991027
            },
            "Text": "",
            "ExternalId": "C",
            "Position": {
              "x": 60.0,
              "y": 60.0
            },
            "ZIndex": 3.0,
            "Size": {
              "w": 256.0,
              "h": 196.0
            },
            "PreviewImage": {
              "ViewBox": {
                "x": 0.0,
                "y": 0.0,
                "w": 0.0,
                "h": 0.0
              },
              "Mode": "FromAsset",
              "Asset": "0x0000000000000000"
            },
            "ShortId": 2652349448
          }
        }
      ]
    }
  ],
  "ScriptMethods": [],
  "Hierarchy": {
    "Id": "0x0100000000000001",
    "TechnicalName": "ViaVr",
    "Type": "Project",
    "Children": [
      {
        "Id": "0x03000000F917511B",
        "TechnicalName": "ProjectSettings",
        "Type": "ProjectSettingsFolder",
        "Children": [
          {
            "Id": "0x010000000000001A",
            "TechnicalName": "",
            "Type": "ProjectSettingsFlow"
          },
          {
            "Id": "0x0100000000000018",
            "TechnicalName": "",
            "Type": "ProjectSettingsGeneral"
          },
          {
            "Id": "0x0100000000000019",
            "TechnicalName": "",
            "Type": "ProjectSettingsJourneys"
          }
        ]
      },
      {
        "Id": "0x030000002B4F4C54",
        "TechnicalName": "GlobalVariables",
        "Type": "GlobalVariables",
        "Children": [
          {
            "Id": "0x010000000000001B",
            "TechnicalName": "",
            "Type": "VariableSet"
          }
        ]
      },
      {
        "Id": "0x0300000043CE43F7",
        "TechnicalName": "Flow",
        "Type": "Flow",
        "Children": [
          {
            "Id": "0x0100000000000037",
            "TechnicalName": "Test_Dialogue_1",
            "Type": "Dialogue",
            "Children": [
              {
                "Id": "0x0100000000000093",
                "TechnicalName": "DFr_873D91B3",
                "Type": "DialogueFragment"
              },
              {
                "Id": "0x0100000000000099",
                "TechnicalName": "DFr_63715C29",
                "Type": "DialogueFragment"
              },
              {
                "Id": "0x01000000000000A1",
                "TechnicalName": "DFr_64FEE19A",
                "Type": "DialogueFragment"
              }
            ]
          },
          {
            "Id": "0x010000000000002B",
            "TechnicalName": "Test_Dialogue_2A",
            "Type": "Dialogue",
            "Children": [
              {
                "Id": "0x010000000000003E",
                "TechnicalName": "DFr_97DB3541",
                "Type": "DialogueFragment"
              },
              {
                "Id": "0x0100000000000048",
                "TechnicalName": "Hub_B7DF6639",
                "Type": "Hub"
              },
              {
                "Id": "0x010000000000004E",
                "TechnicalName": "DFr_AE932E46",
                "Type": "DialogueFragment"
              },
              {
                "Id": "0x0100000000000062",
                "TechnicalName": "DFr_FFDB0717",
                "Type": "DialogueFragment"
              },
              {
                "Id": "0x010000000000006B",
                "TechnicalName": "DFr_7672325F",
                "Type": "DialogueFragment"
              },
              {
                "Id": "0x0100000000000053",
                "TechnicalName": "DFr_3EA4BB16",
                "Type": "DialogueFragment"
              },
              {
                "Id": "0x0100000000000071",
                "TechnicalName": "DFr_4571D1A3",
                "Type": "DialogueFragment"
              },
              {
                "Id": "0x010000000000005C",
                "TechnicalName": "Jmp_070767CE",
                "Type": "Jump"
              }
            ]
          },
          {
            "Id": "0x0100000000000031",
            "TechnicalName": "Test_Dialogue_2B",
            "Type": "Dialogue",
            "Children": [
              {
                "Id": "0x010000000000007E",
                "TechnicalName": "DFr_8AF42064",
                "Type": "DialogueFragment"
              },
              {
                "Id": "0x0100000000000085",
                "TechnicalName": "DFr_CBE66EE6",
                "Type": "DialogueFragment"
              },
              {
                "Id": "0x010000000000008C",
                "TechnicalName": "DFr_A4971ED0",
                "Type": "DialogueFragment"
              }
            ]
          }
        ]
      },
      {
        "Id": "0x03000000AC61A2B3",
        "TechnicalName": "Entities",
        "Type": "Entities",
        "Children": [
          {
            "Id": "0x0100000000000023",
            "TechnicalName": "A",
            "Type": "Entity"
          },
          {
            "Id": "0x0100000000000027",
            "TechnicalName": "B",
            "Type": "Entity"
          },
          {
            "Id": "0x0100000000000044",
            "TechnicalName": "C",
            "Type": "Entity"
          },
          {
            "Id": "0x010000000000001F",
            "TechnicalName": "Player",
            "Type": "Entity"
          }
        ]
      },
      {
        "Id": "0x0300000029CF057C",
        "TechnicalName": "TemplateDesign",
        "Type": "TemplateDesign",
        "Children": [
          {
            "Id": "0x03000000D2404DC0",
            "TechnicalName": "Features",
            "Type": "Features"
          },
          {
            "Id": "0x030000002C0951AE",
            "TechnicalName": "PropertyTemplates",
            "Type": "TraitTemplatesFolder",
            "Children": [
              {
                "Id": "0x03000000BB12F1B8",
                "TechnicalName": "",
                "Type": "TraitTemplatesTypedFolder"
              },
              {
                "Id": "0x0300000037DCE3F0",
                "TechnicalName": "",
                "Type": "TraitTemplatesTypedFolder"
              },
              {
                "Id": "0x030000006E2C178B",
                "TechnicalName": "",
                "Type": "TraitTemplatesTypedFolder"
              },
              {
                "Id": "0x03000000D745C449",
                "TechnicalName": "",
                "Type": "TraitTemplatesTypedFolder"
              },
              {
                "Id": "0x030000003630A240",
                "TechnicalName": "",
                "Type": "TraitTemplatesTypedFolder"
              },
              {
                "Id": "0x030000006F82D78E",
                "TechnicalName": "",
                "Type": "TraitTemplatesTypedFolder"
              }
            ]
          },
          {
            "Id": "0x030000009AF68DCD",
            "TechnicalName": "Templates",
            "Type": "Templates",
            "Children": [
              {
                "Id": "0x03000000DCC67F9D",
                "TechnicalName": "",
                "Type": "TemplateTypeFolder"
              },
              {
                "Id": "0x03000000030B5ACF",
                "TechnicalName": "",
                "Type": "TemplateTypeFolder"
              },
              {
                "Id": "0x030000008DD5C0F2",
                "TechnicalName": "",
                "Type": "TemplateTypeFolder"
              },
              {
                "Id": "0x0300000078B45A71",
                "TechnicalName": "",
                "Type": "TemplateTypeFolder"
              },
              {
                "Id": "0x030000006D1BC275",
                "TechnicalName": "",
                "Type": "TemplateTypeFolder"
              },
              {
                "Id": "0x0300000013DF3A1A",
                "TechnicalName": "",
                "Type": "TemplateTypeFolder"
              },
              {
                "Id": "0x03000000BA022E2F",
                "TechnicalName": "",
                "Type": "TemplateTypeFolder"
              },
              {
                "Id": "0x03000000ADA9FA17",
                "TechnicalName": "",
                "Type": "TemplateTypeFolder"
              }
            ]
          }
        ]
      },
      {
        "Id": "0x01000000000000A9",
        "TechnicalName": "",
        "Type": "RuleSet",
        "Children": [
          {
            "Id": "0x01000000000000AC",
            "TechnicalName": "",
            "Type": "RuleSetPackage"
          }
        ]
      }
    ]
  }
}