-
Sven Gerlach authoredSven Gerlach authored
Unity Importer Tutorial.articyu3d 191.89 KiB
{
"Settings": {
"set_Localization": "False",
"set_TextFormatter": "Unity",
"set_IncludedNodes": "Settings, Project, GlobalVariables, ObjectDefinitions, Packages, ScriptMethods, Hierarchy, Assets",
"set_UseScriptSupport": "True",
"ExportVersion": "1.2",
"ObjectDefinitionsHash": "05909851CC9DE8B250CD7EA39C030B5E9616637F78C9A061F4028E772FF2D367",
"ScriptFragmentsHash": "1990543101"
},
"Project": {
"Name": "Unity Importer Tutorial",
"DetailName": "articy:draft Importer for Unity tutorial series",
"Guid": "5073f84d-fd65-40fa-8eca-f3f80ed30882",
"TechnicalName": "UnityImporterTutorial"
},
"GlobalVariables": [
{
"Namespace": "GameState",
"Description": "",
"Variables": [
{
"Variable": "gotTip",
"Type": "Boolean",
"Value": "False",
"Description": "Player received a tip about what to ask the Oracle"
},
{
"Variable": "dialogue1Visited",
"Type": "Boolean",
"Value": "False",
"Description": "Player talked to Kirian before"
},
{
"Variable": "dialogue2Visited",
"Type": "Boolean",
"Value": "False",
"Description": "Player talked to the Oracle before"
}
]
}
],
"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": "Sex",
"Class": "Enum",
"DisplayName": "Sex",
"Values": {
"Male": 0,
"Female": 1,
"Unknown": 2
},
"DisplayNames": {
"Male": "Male",
"Female": "Female",
"Unknown": "Unknown"
}
},
{
"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": "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": "DefaultSupportingCharacterTemplate",
"Class": "Entity",
"InheritsFrom": "Entity",
"Template": {
"TechnicalName": "DefaultSupportingCharacterTemplate",
"DisplayName": "Supporting characters",
"Features": [
{
"TechnicalName": "DefaultBasicCharacterFeature",
"DisplayName": "Basic Character Properties",
"Properties": [
{
"Property": "Age",
"Type": "Float",
"DisplayName": "Age"
},
{
"Property": "Species",
"Type": "string",
"DisplayName": "Species"
},
{
"Property": "BornIn",
"Type": "string",
"DisplayName": "Born in"
},
{
"Property": "Sex",
"Type": "Sex",
"DisplayName": "Sex"
},
{
"Property": "Occupation",
"Type": "string",
"DisplayName": "Profession"
},
{
"Property": "Accent",
"Type": "string",
"DisplayName": "Voice"
},
{
"Property": "Personality",
"Type": "string",
"DisplayName": "Personality"
},
{
"Property": "Appearance",
"Type": "string",
"DisplayName": "Appearance"
}
],
"Constraints": [
{
"Property": "Age",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "Species",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "False"
},
{
"Property": "BornIn",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "False"
},
{
"Property": "Sex",
"Type": "Enum",
"IsLocalized": "True",
"SortMode": "BySortIndex"
},
{
"Property": "Occupation",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "False"
},
{
"Property": "Accent",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "False"
},
{
"Property": "Personality",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "True"
},
{
"Property": "Appearance",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "True"
}
]
}
]
}
},
{
"Type": "DefaultMainCharacterTemplate",
"Class": "Entity",
"InheritsFrom": "Entity",
"Template": {
"TechnicalName": "DefaultMainCharacterTemplate",
"DisplayName": "Main characters",
"Features": [
{
"TechnicalName": "DefaultExtendedCharacterFeature",
"DisplayName": "Extended Character Properties",
"Properties": [
{
"Property": "Motivation",
"Type": "string",
"DisplayName": "Goals"
},
{
"Property": "InnerConflict",
"Type": "string",
"DisplayName": "Inner Conflict"
},
{
"Property": "Skills",
"Type": "string",
"DisplayName": "Skills"
},
{
"Property": "Fears",
"Type": "string",
"DisplayName": "Weaknesses"
},
{
"Property": "Habits",
"Type": "string",
"DisplayName": "Quirks / Habits"
},
{
"Property": "FurtherDetails",
"Type": "string",
"DisplayName": "Further Details"
}
],
"Constraints": [
{
"Property": "Motivation",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "True"
},
{
"Property": "InnerConflict",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "True"
},
{
"Property": "Skills",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "True"
},
{
"Property": "Fears",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "True"
},
{
"Property": "Habits",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "True"
},
{
"Property": "FurtherDetails",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "True"
}
]
},
{
"TechnicalName": "DefaultBasicCharacterFeature",
"DisplayName": "Basic Character Properties",
"Properties": [
{
"Property": "Age",
"Type": "Float",
"DisplayName": "Age"
},
{
"Property": "Species",
"Type": "string",
"DisplayName": "Species"
},
{
"Property": "BornIn",
"Type": "string",
"DisplayName": "Born in"
},
{
"Property": "Sex",
"Type": "Sex",
"DisplayName": "Sex"
},
{
"Property": "Occupation",
"Type": "string",
"DisplayName": "Profession"
},
{
"Property": "Accent",
"Type": "string",
"DisplayName": "Voice"
},
{
"Property": "Personality",
"Type": "string",
"DisplayName": "Personality"
},
{
"Property": "Appearance",
"Type": "string",
"DisplayName": "Appearance"
}
],
"Constraints": [
{
"Property": "Age",
"Type": "Number",
"MinValue": "-3.40282346638529E+38",
"MaxValue": "3.40282346638529E+38",
"Precision": "0",
"MinPrecision": "0",
"MaxPrecision": "0",
"Unit": null
},
{
"Property": "Species",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "False"
},
{
"Property": "BornIn",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "False"
},
{
"Property": "Sex",
"Type": "Enum",
"IsLocalized": "True",
"SortMode": "BySortIndex"
},
{
"Property": "Occupation",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "False"
},
{
"Property": "Accent",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "False"
},
{
"Property": "Personality",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "True"
},
{
"Property": "Appearance",
"Type": "Text",
"MaxLength": "2048",
"PlaceholderValue": "",
"IsLocalized": "True",
"AllowsLinebreaks": "True"
}
]
}
]
}
},
{
"Type": "Location",
"Class": "Location",
"DisplayName": "Location",
"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"
}
]
},
{
"Type": "Spot",
"Class": "Spot",
"DisplayName": "Spot",
"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": "PreviewImage",
"Type": "PreviewImage"
},
{
"Property": "ShortId",
"Type": "uint"
},
{
"Property": "Visibility",
"Type": "VisibilityModes"
},
{
"Property": "ShowDisplayName",
"Type": "Boolean"
},
{
"Property": "DisplayNameColor",
"Type": "Color"
},
{
"Property": "DisplayNameSize",
"Type": "int"
},
{
"Property": "OutlineColor",
"Type": "Color"
},
{
"Property": "OutlineSize",
"Type": "Float"
},
{
"Property": "OutlineStyle",
"Type": "OutlineStyle"
},
{
"Property": "DropShadow",
"Type": "Boolean"
},
{
"Property": "Selectability",
"Type": "SelectabilityModes"
},
{
"Property": "Id",
"Type": "Id"
},
{
"Property": "TechnicalName",
"Type": "string"
},
{
"Property": "Parent",
"Type": "Id"
}
]
},
{
"Type": "Zone",
"Class": "Zone",
"DisplayName": "Zone",
"Properties": [
{
"Property": "DisplayName",
"Type": "string"
},
{
"Property": "PreviewImage",
"Type": "PreviewImage"
},
{
"Property": "Vertices",
"Type": "Array",
"ItemType": "Point"
},
{
"Property": "Transform",
"Type": "Transformation"
},
{
"Property": "ShapeType",
"Type": "ShapeType"
},
{
"Property": "Color",
"Type": "Color"
},
{
"Property": "Text",
"Type": "string"
},
{
"Property": "ExternalId",
"Type": "string"
},
{
"Property": "ZIndex",
"Type": "Float"
},
{
"Property": "Size",
"Type": "Size"
},
{
"Property": "ShortId",
"Type": "uint"
},
{
"Property": "Visibility",
"Type": "VisibilityModes"
},
{
"Property": "OutlineColor",
"Type": "Color"
},
{
"Property": "OutlineSize",
"Type": "Float"
},
{
"Property": "OutlineStyle",
"Type": "OutlineStyle"
},
{
"Property": "ShowDisplayName",
"Type": "Boolean"
},
{
"Property": "DisplayNameColor",
"Type": "Color"
},
{
"Property": "DisplayNameSize",
"Type": "int"
},
{
"Property": "DropShadow",
"Type": "Boolean"
},
{
"Property": "Selectability",
"Type": "SelectabilityModes"
},
{
"Property": "Id",
"Type": "Id"
},
{
"Property": "TechnicalName",
"Type": "string"
},
{
"Property": "Parent",
"Type": "Id"
}
]
},
{
"Type": "Path",
"Class": "Path",
"DisplayName": "Path",
"Properties": [
{
"Property": "DisplayName",
"Type": "string"
},
{
"Property": "PreviewImage",
"Type": "PreviewImage"
},
{
"Property": "Vertices",
"Type": "Array",
"ItemType": "Point"
},
{
"Property": "Transform",
"Type": "Transformation"
},
{
"Property": "Color",
"Type": "Color"
},
{
"Property": "Text",
"Type": "string"
},
{
"Property": "ExternalId",
"Type": "string"
},
{
"Property": "ZIndex",
"Type": "Float"
},
{
"Property": "Size",
"Type": "Size"
},
{
"Property": "ShortId",
"Type": "uint"
},
{
"Property": "Visibility",
"Type": "VisibilityModes"
},
{
"Property": "Selectability",
"Type": "SelectabilityModes"
},
{
"Property": "ShowDisplayName",
"Type": "Boolean"
},
{
"Property": "DisplayNameColor",
"Type": "Color"
},
{
"Property": "DisplayNameSize",
"Type": "int"
},
{
"Property": "DropShadow",
"Type": "Boolean"
},
{
"Property": "OutlineColor",
"Type": "Color"
},
{
"Property": "OutlineSize",
"Type": "Float"
},
{
"Property": "OutlineStyle",
"Type": "OutlineStyle"
},
{
"Property": "StartCap",
"Type": "PathCaps"
},
{
"Property": "EndCap",
"Type": "PathCaps"
},
{
"Property": "LineWidth",
"Type": "Float"
},
{
"Property": "Id",
"Type": "Id"
},
{
"Property": "TechnicalName",
"Type": "string"
},
{
"Property": "Parent",
"Type": "Id"
}
]
},
{
"Type": "Link",
"Class": "Link",
"DisplayName": "Link",
"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": "Target",
"Type": "Id"
},
{
"Property": "ShortId",
"Type": "uint"
},
{
"Property": "Visibility",
"Type": "VisibilityModes"
},
{
"Property": "ShowDisplayName",
"Type": "Boolean"
},
{
"Property": "DisplayNameColor",
"Type": "Color"
},
{
"Property": "DisplayNameSize",
"Type": "int"
},
{
"Property": "Selectability",
"Type": "SelectabilityModes"
},
{
"Property": "DropShadow",
"Type": "Boolean"
},
{
"Property": "Id",
"Type": "Id"
},
{
"Property": "TechnicalName",
"Type": "string"
},
{
"Property": "Parent",
"Type": "Id"
}
]
},
{
"Type": "Asset",
"Class": "Asset",
"DisplayName": "Asset",
"Properties": [
{
"Property": "DisplayName",
"Type": "string"
},
{
"Property": "Filename",
"Type": "string"
},
{
"Property": "OriginalSource",
"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"
}
]
},
{
"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": "LocationText",
"Class": "LocationText",
"DisplayName": "LocationText",
"Properties": [
{
"Property": "DisplayName",
"Type": "String"
},
{
"Property": "PreviewImage",
"Type": "PreviewImage"
},
{
"Property": "Anchors",
"Type": "Array",
"ItemType": "LocationAnchor"
},
{
"Property": "Vertices",
"Type": "Array",
"ItemType": "Point"
},
{
"Property": "Transform",
"Type": "Transformation"
},
{
"Property": "ShapeType",
"Type": "ShapeType"
},
{
"Property": "Color",
"Type": "Color"
},
{
"Property": "Text",
"Type": "string"
},
{
"Property": "ExternalId",
"Type": "string"
},
{
"Property": "ZIndex",
"Type": "Float"
},
{
"Property": "Size",
"Type": "Size"
},
{
"Property": "ShortId",
"Type": "uint"
},
{
"Property": "Visibility",
"Type": "VisibilityModes"
},
{
"Property": "OutlineColor",
"Type": "Color"
},
{
"Property": "OutlineSize",
"Type": "Float"
},
{
"Property": "OutlineStyle",
"Type": "OutlineStyle"
},
{
"Property": "Selectability",
"Type": "SelectabilityModes"
},
{
"Property": "ForcedWidth",
"Type": "Float"
},
{
"Property": "ForcedHeight",
"Type": "Float"
},
{
"Property": "DropShadow",
"Type": "Boolean"
},
{
"Property": "Id",
"Type": "Id"
},
{
"Property": "TechnicalName",
"Type": "string"
},
{
"Property": "Parent",
"Type": "Id"
}
]
},
{
"Type": "LocationImage",
"Class": "LocationImage",
"DisplayName": "LocationImage",
"Properties": [
{
"Property": "DisplayName",
"Type": "string"
},
{
"Property": "PreviewImage",
"Type": "PreviewImage"
},
{
"Property": "Anchors",
"Type": "Array",
"ItemType": "LocationAnchor"
},
{
"Property": "Vertices",
"Type": "Array",
"ItemType": "Point"
},
{
"Property": "Transform",
"Type": "Transformation"
},
{
"Property": "ShapeType",
"Type": "ShapeType"
},
{
"Property": "Color",
"Type": "Color"
},
{
"Property": "Text",
"Type": "string"
},
{
"Property": "ExternalId",
"Type": "string"
},
{
"Property": "ZIndex",
"Type": "Float"
},
{
"Property": "Size",
"Type": "Size"
},
{
"Property": "ShortId",
"Type": "uint"
},
{
"Property": "Visibility",
"Type": "VisibilityModes"
},
{
"Property": "OutlineColor",
"Type": "Color"
},
{
"Property": "OutlineSize",
"Type": "Float"
},
{
"Property": "OutlineStyle",
"Type": "OutlineStyle"
},
{
"Property": "Selectability",
"Type": "SelectabilityModes"
},
{
"Property": "DropShadow",
"Type": "Boolean"
},
{
"Property": "ClipRect",
"Type": "Rect"
},
{
"Property": "ImageOpacity",
"Type": "Float"
},
{
"Property": "ImageAsset",
"Type": "Id"
},
{
"Property": "CachedImageWidth",
"Type": "int"
},
{
"Property": "CachedImageHeight",
"Type": "int"
},
{
"Property": "ShowDisplayName",
"Type": "Boolean"
},
{
"Property": "DisplayNameColor",
"Type": "Color"
},
{
"Property": "DisplayNameSize",
"Type": "int"
},
{
"Property": "Id",
"Type": "Id"
},
{
"Property": "TechnicalName",
"Type": "string"
},
{
"Property": "Parent",
"Type": "Id"
}
]
},
{
"Type": "Document",
"Class": "Document",
"DisplayName": "Document",
"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"
}
]
},
{
"Type": "TextObject",
"Class": "TextObject",
"DisplayName": "TextObject",
"Properties": [
{
"Property": "DisplayName",
"Type": "string"
},
{
"Property": "Attachments",
"Type": "Array",
"ItemType": "Id"
},
{
"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"
}
]
},
{
"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": "All objects",
"Description": "Exports all objects & types of the project",
"IsDefaultPackage": true,
"Models": [
{
"Type": "FlowFragment",
"Properties": {
"TechnicalName": "FFr_F5EA4EA6",
"Id": "0x0100000000000314",
"Parent": "0x0300000043CE43F7",
"Attachments": [],
"DisplayName": "Tests",
"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": "",
"Position": {
"x": -225.0,
"y": 275.0
},
"ZIndex": 6.0,
"Size": {
"w": 275.0,
"h": 200.0
},
"ShortId": 4125773478,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000000317",
"Owner": "0x0100000000000314"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000000318",
"Owner": "0x0100000000000314"
}
]
}
},
{
"Type": "Dialogue",
"Properties": {
"TechnicalName": "Dlg_8C6B33D0",
"Id": "0x010000000000011B",
"Parent": "0x0300000043CE43F7",
"Attachments": [
"0x010000000000010F",
"0x0100000000000117"
],
"DisplayName": "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": "",
"Position": {
"x": 217.0,
"y": 275.0
},
"ZIndex": 0.0,
"Size": {
"w": 291.0,
"h": 200.0
},
"ShortId": 2355835856,
"InputPins": [
{
"Text": "",
"Id": "0x010000000000011E",
"Owner": "0x010000000000011B",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x010000000000013E",
"Target": "0x010000000000013B"
},
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000150",
"Target": "0x010000000000014D"
}
]
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x010000000000011F",
"Owner": "0x010000000000011B"
}
]
}
},
{
"Type": "Dialogue",
"Properties": {
"TechnicalName": "Dlg_80270600",
"Id": "0x0100000000000121",
"Parent": "0x0300000043CE43F7",
"Attachments": [
"0x010000000000010F",
"0x0100000000000113"
],
"DisplayName": "Dialogue 2",
"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": "",
"Position": {
"x": 642.0,
"y": 275.0
},
"ZIndex": 1.0,
"Size": {
"w": 291.0,
"h": 200.0
},
"ShortId": 2150041088,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000000124",
"Owner": "0x0100000000000121",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000200",
"Target": "0x01000000000001FD"
},
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000207",
"Target": "0x0100000000000204"
}
]
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000000125",
"Owner": "0x0100000000000121"
}
]
}
},
{
"Type": "Dialogue",
"Properties": {
"TechnicalName": "Dlg_19BF0109",
"Id": "0x01000000000002BD",
"Parent": "0x0100000000000314",
"Attachments": [
"0x010000000000010F",
"0x0100000000000117"
],
"DisplayName": "Linear Test",
"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": "",
"Position": {
"x": 788.0,
"y": 651.0
},
"ZIndex": 4.0,
"Size": {
"w": 291.0,
"h": 200.0
},
"ShortId": 431948041,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000002C0",
"Owner": "0x01000000000002BD",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000002CA",
"Target": "0x01000000000002C7"
}
]
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000002C1",
"Owner": "0x01000000000002BD"
}
]
}
},
{
"Type": "Dialogue",
"Properties": {
"TechnicalName": "Dlg_BCE87EF3",
"Id": "0x010000000000031C",
"Parent": "0x0100000000000314",
"Attachments": [
"0x010000000000010F",
"0x0100000000000113"
],
"DisplayName": "Branch test",
"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": "",
"Position": {
"x": 1167.0,
"y": 650.0
},
"ZIndex": 2.0,
"Size": {
"w": 291.0,
"h": 200.0
},
"ShortId": 3169353459,
"InputPins": [
{
"Text": "",
"Id": "0x010000000000031F",
"Owner": "0x010000000000031C",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000329",
"Target": "0x0100000000000326"
}
]
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000000320",
"Owner": "0x010000000000031C"
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_051B7DD2",
"Id": "0x010000000000013B",
"Parent": "0x010000000000011B",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000117",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Greetings. I am happy that you accepted our invitation",
"ExternalId": "",
"Position": {
"x": 325.0,
"y": 325.0
},
"ZIndex": 0.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 85687762,
"InputPins": [
{
"Text": "!GameState.dialogue1Visited",
"Id": "0x010000000000013E",
"Owner": "0x010000000000013B"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x010000000000013F",
"Owner": "0x010000000000013B",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000145",
"Target": "0x0100000000000142"
},
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000165",
"Target": "0x0100000000000162"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_036E6EA6",
"Id": "0x0100000000000142",
"Parent": "0x010000000000011B",
"MenuText": "No problem",
"StageDirections": "",
"Speaker": "0x010000000000010F",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Sure thing. I was in the area anyways, so it wasn't any trouble.",
"ExternalId": "",
"Position": {
"x": 650.0,
"y": 225.0
},
"ZIndex": 2.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 57568934,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000000145",
"Owner": "0x0100000000000142"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000000146",
"Owner": "0x0100000000000142",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x010000000000015E",
"Target": "0x010000000000015B"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_734FEB33",
"Id": "0x010000000000014D",
"Parent": "0x010000000000011B",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000117",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Hi.",
"ExternalId": "",
"Position": {
"x": 325.0,
"y": 750.0
},
"ZIndex": 4.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 1934617395,
"InputPins": [
{
"Text": "GameState.dialogue1Visited",
"Id": "0x0100000000000150",
"Owner": "0x010000000000014D"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000000151",
"Owner": "0x010000000000014D",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000157",
"Target": "0x0100000000000154"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_CE143CDC",
"Id": "0x0100000000000154",
"Parent": "0x010000000000011B",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000117",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Anything else?",
"ExternalId": "",
"Position": {
"x": 1375.0,
"y": 750.0
},
"ZIndex": 6.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 3457432796,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000000157",
"Owner": "0x0100000000000154"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000000158",
"Owner": "0x0100000000000154",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000175",
"Target": "0x0100000000000173"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_555939CB",
"Id": "0x010000000000015B",
"Parent": "0x010000000000011B",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000117",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Great to have an adventurer of your renown in our humble village",
"ExternalId": "",
"Position": {
"x": 1000.0,
"y": 325.0
},
"ZIndex": 8.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 1431910859,
"InputPins": [
{
"Text": "",
"Id": "0x010000000000015E",
"Owner": "0x010000000000015B"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x010000000000015F",
"Owner": "0x010000000000015B",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x010000000000016F",
"Target": "0x010000000000016C"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_937E84CD",
"Id": "0x0100000000000162",
"Parent": "0x010000000000011B",
"MenuText": "Long travels",
"StageDirections": "",
"Speaker": "0x010000000000010F",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "It was a long journey I had to take. But I am finally here.",
"ExternalId": "",
"Position": {
"x": 650.0,
"y": 475.0
},
"ZIndex": 10.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 2474542285,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000000165",
"Owner": "0x0100000000000162"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000000166",
"Owner": "0x0100000000000162",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x010000000000015E",
"Target": "0x010000000000015B"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_4BFC6044",
"Id": "0x010000000000016C",
"Parent": "0x010000000000011B",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000117",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Can I help you with anything before you talk to the Oracle?",
"ExternalId": "",
"Position": {
"x": 1375.0,
"y": 325.0
},
"ZIndex": 13.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 1274830916,
"InputPins": [
{
"Text": "",
"Id": "0x010000000000016F",
"Owner": "0x010000000000016C"
}
],
"OutputPins": [
{
"Text": "GameState.dialogue1Visited = true;",
"Id": "0x0100000000000170",
"Owner": "0x010000000000016C",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000175",
"Target": "0x0100000000000173"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_6540F317",
"Id": "0x010000000000017A",
"Parent": "0x010000000000011B",
"MenuText": "Oracle dangerous?",
"StageDirections": "",
"Speaker": "0x010000000000010F",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "I heard the Oracle is unpredictable and knows witchcraft. Am I in danger here?",
"ExternalId": "",
"Position": {
"x": 2050.0,
"y": 75.0
},
"ZIndex": 18.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 1698755351,
"InputPins": [
{
"Text": "",
"Id": "0x010000000000017D",
"Owner": "0x010000000000017A"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x010000000000017E",
"Owner": "0x010000000000017A",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000001A4",
"Target": "0x01000000000001A1"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_83758E1C",
"Id": "0x0100000000000180",
"Parent": "0x010000000000011B",
"MenuText": "No idea",
"StageDirections": "",
"Speaker": "0x010000000000010F",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Not really, my mind is kinda blank. Do you have a suggestion for a good topic?",
"ExternalId": "",
"Position": {
"x": 2050.0,
"y": 350.0
},
"ZIndex": 20.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 2205519388,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000000183",
"Owner": "0x0100000000000180"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000000184",
"Owner": "0x0100000000000180",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000001AA",
"Target": "0x01000000000001A7"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_1A5B8416",
"Id": "0x0100000000000186",
"Parent": "0x010000000000011B",
"MenuText": "Nope",
"StageDirections": "",
"Speaker": "0x010000000000010F",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "I am as prepared as one can be. Let's do this!",
"ExternalId": "",
"Position": {
"x": 2050.0,
"y": 625.0
},
"ZIndex": 22.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 442205206,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000000189",
"Owner": "0x0100000000000186"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x010000000000018A",
"Owner": "0x0100000000000186",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000196",
"Target": "0x0100000000000193"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_9D6B9F47",
"Id": "0x0100000000000193",
"Parent": "0x010000000000011B",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000117",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Good luck!",
"ExternalId": "",
"Position": {
"x": 2400.0,
"y": 625.0
},
"ZIndex": 24.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 2641076039,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000000196",
"Owner": "0x0100000000000193"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000000197",
"Owner": "0x0100000000000193",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x010000000000011F",
"Target": "0x010000000000011B"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_FFE3CE99",
"Id": "0x01000000000001A1",
"Parent": "0x010000000000011B",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000117",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Let me tell you a secret. That is a rumor we spread ourself.",
"ExternalId": "",
"Position": {
"x": 2400.0,
"y": 75.0
},
"ZIndex": 28.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 4293119641,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000001A4",
"Owner": "0x01000000000001A1"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000001A5",
"Owner": "0x01000000000001A1",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000001B1",
"Target": "0x01000000000001AE"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_772E01C2",
"Id": "0x01000000000001A7",
"Parent": "0x010000000000011B",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000117",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Well, if you have the chance...",
"ExternalId": "",
"Position": {
"x": 2400.0,
"y": 350.0
},
"ZIndex": 30.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 1999503810,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000001AA",
"Owner": "0x01000000000001A7"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000001AB",
"Owner": "0x01000000000001A7",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000001DC",
"Target": "0x01000000000001D9"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_671CD267",
"Id": "0x01000000000001AE",
"Parent": "0x010000000000011B",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x010000000000010F",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Why would you do that?",
"ExternalId": "",
"Position": {
"x": 2750.0,
"y": 75.0
},
"ZIndex": 32.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 1729942119,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000001B1",
"Owner": "0x01000000000001AE"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000001B2",
"Owner": "0x01000000000001AE",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000001BE",
"Target": "0x01000000000001BB"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_73753FEE",
"Id": "0x01000000000001BB",
"Parent": "0x010000000000011B",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000117",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Do you have any idea how stressful it is for her to get pestered for every misplaced oxen-cart key?",
"ExternalId": "",
"Position": {
"x": 3075.0,
"y": 75.0
},
"ZIndex": 34.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 1937063918,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000001BE",
"Owner": "0x01000000000001BB"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000001BF",
"Owner": "0x01000000000001BB",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000001C5",
"Target": "0x01000000000001C2"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_3E0251B9",
"Id": "0x01000000000001C2",
"Parent": "0x010000000000011B",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x010000000000010F",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Oh, haven't thought about that.",
"ExternalId": "",
"Position": {
"x": 3425.0,
"y": 75.0
},
"ZIndex": 36.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 1040339385,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000001C5",
"Owner": "0x01000000000001C2"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000001C6",
"Owner": "0x01000000000001C2",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000001CC",
"Target": "0x01000000000001C9"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_C2C050D6",
"Id": "0x01000000000001C9",
"Parent": "0x010000000000011B",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000117",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Now people only come if they really have problems.",
"ExternalId": "",
"Position": {
"x": 3775.0,
"y": 75.0
},
"ZIndex": 38.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 3267383510,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000001CC",
"Owner": "0x01000000000001C9"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000001CD",
"Owner": "0x01000000000001C9",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000001D3",
"Target": "0x01000000000001D0"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_FFFD9FE4",
"Id": "0x01000000000001D0",
"Parent": "0x010000000000011B",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000117",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Anything else?",
"ExternalId": "",
"Position": {
"x": 4475.0,
"y": 200.0
},
"ZIndex": 40.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 4294811620,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000001D3",
"Owner": "0x01000000000001D0"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000001D4",
"Owner": "0x01000000000001D0",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x010000000000019E",
"Target": "0x010000000000019B"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_153D469C",
"Id": "0x01000000000001D9",
"Parent": "0x010000000000011B",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000117",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Ah, no. You shouldn't.",
"ExternalId": "",
"Position": {
"x": 2750.0,
"y": 350.0
},
"ZIndex": 43.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 356337308,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000001DC",
"Owner": "0x01000000000001D9"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000001DD",
"Owner": "0x01000000000001D9",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000001E3",
"Target": "0x01000000000001E0"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_85676098",
"Id": "0x01000000000001E0",
"Parent": "0x010000000000011B",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x010000000000010F",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "What? Don't leave me hanging. Out with it.",
"ExternalId": "",
"Position": {
"x": 3075.0,
"y": 350.0
},
"ZIndex": 45.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 2238144664,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000001E3",
"Owner": "0x01000000000001E0"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000001E4",
"Owner": "0x01000000000001E0",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000001EA",
"Target": "0x01000000000001E7"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_B089ADB5",
"Id": "0x01000000000001E7",
"Parent": "0x010000000000011B",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000117",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "She wants a favor from you. So she might be inclined to answer if you ask for the upcoming lottery numbers.",
"ExternalId": "",
"Position": {
"x": 3425.0,
"y": 350.0
},
"ZIndex": 47.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 2961812917,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000001EA",
"Owner": "0x01000000000001E7"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000001EB",
"Owner": "0x01000000000001E7",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000001F1",
"Target": "0x01000000000001EE"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_D85A5126",
"Id": "0x01000000000001EE",
"Parent": "0x010000000000011B",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000117",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "But you haven't heard that from me!",
"ExternalId": "",
"Position": {
"x": 3775.0,
"y": 350.0
},
"ZIndex": 49.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 3629797670,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000001F1",
"Owner": "0x01000000000001EE"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000001F2",
"Owner": "0x01000000000001EE",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000001F8",
"Target": "0x01000000000001F5"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_D58D3529",
"Id": "0x01000000000001F5",
"Parent": "0x010000000000011B",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x010000000000010F",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Thank you. And don't worry - mum's the word.",
"ExternalId": "",
"Position": {
"x": 4100.0,
"y": 350.0
},
"ZIndex": 51.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 3582801193,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000001F8",
"Owner": "0x01000000000001F5"
}
],
"OutputPins": [
{
"Text": "GameState.gotTip = true",
"Id": "0x01000000000001F9",
"Owner": "0x01000000000001F5",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000001D3",
"Target": "0x01000000000001D0"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_0ADD76DD",
"Id": "0x01000000000001FD",
"Parent": "0x0100000000000121",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000113",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Welcome, welcome.",
"ExternalId": "",
"Position": {
"x": 800.0,
"y": 550.0
},
"ZIndex": 0.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 182286045,
"InputPins": [
{
"Text": "!GameState.dialogue2Visited",
"Id": "0x0100000000000200",
"Owner": "0x01000000000001FD"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000000201",
"Owner": "0x01000000000001FD",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x010000000000020E",
"Target": "0x010000000000020B"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_B29FF06C",
"Id": "0x0100000000000204",
"Parent": "0x0100000000000121",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000113",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Nice to see you again.",
"ExternalId": "",
"Position": {
"x": 800.0,
"y": 825.0
},
"ZIndex": 2.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 2996826220,
"InputPins": [
{
"Text": "GameState.dialogue2Visited",
"Id": "0x0100000000000207",
"Owner": "0x0100000000000204"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000000208",
"Owner": "0x0100000000000204",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000280",
"Target": "0x010000000000027D"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_E5A503CB",
"Id": "0x010000000000020B",
"Parent": "0x0100000000000121",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000113",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "I hope it is okay if I get right down to business? Time is of the essence here.",
"ExternalId": "",
"Position": {
"x": 1125.0,
"y": 550.0
},
"ZIndex": 4.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 3852796875,
"InputPins": [
{
"Text": "",
"Id": "0x010000000000020E",
"Owner": "0x010000000000020B"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x010000000000020F",
"Owner": "0x010000000000020B",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x010000000000021B",
"Target": "0x0100000000000218"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_40F502D3",
"Id": "0x0100000000000218",
"Parent": "0x0100000000000121",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x010000000000010F",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "The early bird speaks silver, as the wise ones say.",
"ExternalId": "",
"Position": {
"x": 1450.0,
"y": 550.0
},
"ZIndex": 8.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 1089798867,
"InputPins": [
{
"Text": "",
"Id": "0x010000000000021B",
"Owner": "0x0100000000000218"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x010000000000021C",
"Owner": "0x0100000000000218",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000239",
"Target": "0x0100000000000236"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_239E650A",
"Id": "0x0100000000000236",
"Parent": "0x0100000000000121",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000113",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "And the worm gets the cheese. So true.",
"ExternalId": "",
"Position": {
"x": 1775.0,
"y": 550.0
},
"ZIndex": 15.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 597583114,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000000239",
"Owner": "0x0100000000000236"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x010000000000023A",
"Owner": "0x0100000000000236",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000242",
"Target": "0x010000000000023F"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_7225F0A4",
"Id": "0x010000000000023F",
"Parent": "0x0100000000000121",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000113",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Are you aware of why I invited you here?",
"ExternalId": "",
"Position": {
"x": 2100.0,
"y": 550.0
},
"ZIndex": 10.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 1915089060,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000000242",
"Owner": "0x010000000000023F"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000000243",
"Owner": "0x010000000000023F",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000249",
"Target": "0x0100000000000246"
},
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x010000000000024F",
"Target": "0x010000000000024C"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_AE76FD71",
"Id": "0x0100000000000246",
"Parent": "0x0100000000000121",
"MenuText": "No idea",
"StageDirections": "",
"Speaker": "0x010000000000010F",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Not really. Besides promising a sizeable reward the invitation was pretty vague.",
"ExternalId": "",
"Position": {
"x": 2425.0,
"y": 425.0
},
"ZIndex": 12.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 2927033713,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000000249",
"Owner": "0x0100000000000246"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x010000000000024A",
"Owner": "0x0100000000000246",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000259",
"Target": "0x0100000000000256"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_519F3783",
"Id": "0x010000000000024C",
"Parent": "0x0100000000000121",
"MenuText": "I guess so",
"StageDirections": "",
"Speaker": "0x010000000000010F",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Could it have something to do with the evil looking forest behind the village?",
"ExternalId": "",
"Position": {
"x": 2425.0,
"y": 675.0
},
"ZIndex": 14.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 1369388931,
"InputPins": [
{
"Text": "",
"Id": "0x010000000000024F",
"Owner": "0x010000000000024C"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000000250",
"Owner": "0x010000000000024C",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x010000000000025F",
"Target": "0x010000000000025C"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_97BE50F2",
"Id": "0x0100000000000256",
"Parent": "0x0100000000000121",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000113",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "The task I ask of you is not without danger. We will reward you accordingly.",
"ExternalId": "",
"Position": {
"x": 2750.0,
"y": 425.0
},
"ZIndex": 16.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 2545832178,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000000259",
"Owner": "0x0100000000000256"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x010000000000025A",
"Owner": "0x0100000000000256",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000267",
"Target": "0x0100000000000264"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_346C9824",
"Id": "0x010000000000025C",
"Parent": "0x0100000000000121",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000113",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Indeed, mighty adventurer. You have keen eyes and a sharp mind.",
"ExternalId": "",
"Position": {
"x": 2750.0,
"y": 675.0
},
"ZIndex": 18.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 879532068,
"InputPins": [
{
"Text": "",
"Id": "0x010000000000025F",
"Owner": "0x010000000000025C"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000000260",
"Owner": "0x010000000000025C",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000267",
"Target": "0x0100000000000264"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_8F9A05A4",
"Id": "0x0100000000000264",
"Parent": "0x0100000000000121",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000113",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "The forest that lies beyond our village is cursed and we fear for our lives!",
"ExternalId": "",
"Position": {
"x": 3100.0,
"y": 550.0
},
"ZIndex": 20.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 2409235876,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000000267",
"Owner": "0x0100000000000264"
}
],
"OutputPins": [
{
"Text": "GameState.dialogue2Visited = true",
"Id": "0x0100000000000268",
"Owner": "0x0100000000000264",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x010000000000026E",
"Target": "0x010000000000026C"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_CDDD87E1",
"Id": "0x010000000000027D",
"Parent": "0x0100000000000121",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000113",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "You know that the forest beyond our village is still cursed?",
"ExternalId": "",
"Position": {
"x": 1125.0,
"y": 825.0
},
"ZIndex": 26.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 3453847521,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000000280",
"Owner": "0x010000000000027D"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000000281",
"Owner": "0x010000000000027D",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000275",
"Target": "0x0100000000000272"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_41B7C34B",
"Id": "0x0100000000000285",
"Parent": "0x0100000000000121",
"MenuText": "Forest?",
"StageDirections": "",
"Speaker": "0x010000000000010F",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "An evil Forest? We are indeed living in grim times.",
"ExternalId": "",
"Position": {
"x": 3700.0,
"y": 300.0
},
"ZIndex": 29.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 1102562123,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000000288",
"Owner": "0x0100000000000285"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000000289",
"Owner": "0x0100000000000285",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000002EA",
"Target": "0x01000000000002E7"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_C18C47A0",
"Id": "0x010000000000028B",
"Parent": "0x0100000000000121",
"MenuText": "Curse?",
"StageDirections": "",
"Speaker": "0x010000000000010F",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "A curse? That doesn't sound good.",
"ExternalId": "",
"Position": {
"x": 3700.0,
"y": 550.0
},
"ZIndex": 31.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 3247196064,
"InputPins": [
{
"Text": "",
"Id": "0x010000000000028E",
"Owner": "0x010000000000028B"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x010000000000028F",
"Owner": "0x010000000000028B",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000002F0",
"Target": "0x01000000000002ED"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_A95E9253",
"Id": "0x0100000000000291",
"Parent": "0x0100000000000121",
"MenuText": "No questions!",
"StageDirections": "",
"Speaker": "0x010000000000010F",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Say no more! I will find the origin of the curse and make short work of it!",
"ExternalId": "",
"Position": {
"x": 3700.0,
"y": 800.0
},
"ZIndex": 33.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 2841547347,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000000294",
"Owner": "0x0100000000000291"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000000295",
"Owner": "0x0100000000000291",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x010000000000029B",
"Target": "0x0100000000000298"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_3A9EDA62",
"Id": "0x0100000000000298",
"Parent": "0x0100000000000121",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000113",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "We will pray for your swift return.",
"ExternalId": "",
"Position": {
"x": 4025.0,
"y": 800.0
},
"ZIndex": 35.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 983489122,
"InputPins": [
{
"Text": "",
"Id": "0x010000000000029B",
"Owner": "0x0100000000000298"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x010000000000029C",
"Owner": "0x0100000000000298",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000002A1",
"Target": "0x010000000000029F"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_426B8005",
"Id": "0x01000000000002A6",
"Parent": "0x0100000000000121",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x010000000000010F",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Now that you mention it. Would it be any trouble to provide me with the lottery numbers for next week?",
"ExternalId": "",
"Position": {
"x": 5025.0,
"y": 550.0
},
"ZIndex": 40.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 1114341381,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000002A9",
"Owner": "0x01000000000002A6"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000002AA",
"Owner": "0x01000000000002A6",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000002B0",
"Target": "0x01000000000002AD"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_98AA31D9",
"Id": "0x01000000000002AD",
"Parent": "0x0100000000000121",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000113",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "*Sigh* Sure, why not. 12-17-32-33-41-49",
"ExternalId": "",
"Position": {
"x": 5325.0,
"y": 550.0
},
"ZIndex": 42.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 2561290713,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000002B0",
"Owner": "0x01000000000002AD"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000002B1",
"Owner": "0x01000000000002AD",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000125",
"Target": "0x0100000000000121"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_2F96A000",
"Id": "0x01000000000002DD",
"Parent": "0x0100000000000121",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000113",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Is there anything else I can do for you, before you leave?",
"ExternalId": "",
"Position": {
"x": 4725.0,
"y": 550.0
},
"ZIndex": 44.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 798400512,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000002E0",
"Owner": "0x01000000000002DD"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000002E1",
"Owner": "0x01000000000002DD",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000002A9",
"Target": "0x01000000000002A6"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_5DBB5368",
"Id": "0x01000000000002E7",
"Parent": "0x0100000000000121",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000113",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "To be precise not the forest is evil, but its denizens. Still, the entire situation is is very inconvenient.",
"ExternalId": "",
"Position": {
"x": 4050.0,
"y": 300.0
},
"ZIndex": 47.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 1572557672,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000002EA",
"Owner": "0x01000000000002E7"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000002EB",
"Owner": "0x01000000000002E7",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000002F6",
"Target": "0x01000000000002F3"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_C73E354E",
"Id": "0x01000000000002ED",
"Parent": "0x0100000000000121",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000113",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "I am afraid so. Although of what exact nature is still hidden from me.",
"ExternalId": "",
"Position": {
"x": 4050.0,
"y": 550.0
},
"ZIndex": 49.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 3342742862,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000002F0",
"Owner": "0x01000000000002ED"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000002F1",
"Owner": "0x01000000000002ED",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000002F6",
"Target": "0x01000000000002F3"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_ED5DF485",
"Id": "0x01000000000002C7",
"Parent": "0x01000000000002BD",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000117",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Hey! This is the first dialogue line in this test dialogue!",
"ExternalId": "",
"Position": {
"x": 775.0,
"y": 500.0
},
"ZIndex": 0.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 3982357637,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000002CA",
"Owner": "0x01000000000002C7"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000002CB",
"Owner": "0x01000000000002C7",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000002D1",
"Target": "0x01000000000002CE"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_17E8B79F",
"Id": "0x01000000000002CE",
"Parent": "0x01000000000002BD",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x010000000000010F",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Really?",
"ExternalId": "",
"Position": {
"x": 1125.0,
"y": 500.0
},
"ZIndex": 2.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 401127327,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000002D1",
"Owner": "0x01000000000002CE"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000002D2",
"Owner": "0x01000000000002CE",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000002D8",
"Target": "0x01000000000002D5"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_C1574955",
"Id": "0x01000000000002D5",
"Parent": "0x01000000000002BD",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000117",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Yes. Unbelievable, right?",
"ExternalId": "",
"Position": {
"x": 1475.0,
"y": 500.0
},
"ZIndex": 4.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 3243723093,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000002D8",
"Owner": "0x01000000000002D5"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000002D9",
"Owner": "0x01000000000002D5",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000308",
"Target": "0x0100000000000305"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_3EDA6235",
"Id": "0x0100000000000305",
"Parent": "0x01000000000002BD",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x010000000000010F",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "I think I spider!",
"ExternalId": "",
"Position": {
"x": 1825.0,
"y": 500.0
},
"ZIndex": 6.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 1054499381,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000000308",
"Owner": "0x0100000000000305"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000000309",
"Owner": "0x0100000000000305",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x010000000000030F",
"Target": "0x010000000000030C"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_BFFA0DA2",
"Id": "0x010000000000030C",
"Parent": "0x01000000000002BD",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000117",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Hey! Ho! Let's go! Gabba, gabba, hey!",
"ExternalId": "",
"Position": {
"x": 2150.0,
"y": 500.0
},
"ZIndex": 8.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 3220835746,
"InputPins": [
{
"Text": "",
"Id": "0x010000000000030F",
"Owner": "0x010000000000030C"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000000310",
"Owner": "0x010000000000030C",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000002C1",
"Target": "0x01000000000002BD"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_C58501C0",
"Id": "0x0100000000000326",
"Parent": "0x010000000000031C",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000113",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Hi there. How are things?",
"ExternalId": "",
"Position": {
"x": 750.0,
"y": 600.0
},
"ZIndex": 0.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 3313828288,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000000329",
"Owner": "0x0100000000000326"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x010000000000032A",
"Owner": "0x0100000000000326",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000330",
"Target": "0x010000000000032D"
},
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000336",
"Target": "0x0100000000000333"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_F76CB9F9",
"Id": "0x010000000000032D",
"Parent": "0x010000000000031C",
"MenuText": "Good",
"StageDirections": "",
"Speaker": "0x010000000000010F",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Doing great thanks.",
"ExternalId": "",
"Position": {
"x": 1075.0,
"y": 475.0
},
"ZIndex": 2.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 4151097849,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000000330",
"Owner": "0x010000000000032D"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000000331",
"Owner": "0x010000000000032D",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000340",
"Target": "0x010000000000033D"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_BAD9F592",
"Id": "0x0100000000000333",
"Parent": "0x010000000000031C",
"MenuText": "Meh",
"StageDirections": "",
"Speaker": "0x010000000000010F",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Like the Germans are fond of saying: \"Muss\".",
"ExternalId": "",
"Position": {
"x": 1075.0,
"y": 725.0
},
"ZIndex": 4.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 3134846354,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000000336",
"Owner": "0x0100000000000333"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000000337",
"Owner": "0x0100000000000333",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000340",
"Target": "0x010000000000033D"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_79D29BF3",
"Id": "0x010000000000033D",
"Parent": "0x010000000000031C",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000113",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "What do you think of the weather?",
"ExternalId": "",
"Position": {
"x": 1400.0,
"y": 625.0
},
"ZIndex": 6.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 2043845619,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000000340",
"Owner": "0x010000000000033D"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000000341",
"Owner": "0x010000000000033D",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x010000000000034F",
"Target": "0x010000000000034C"
},
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000355",
"Target": "0x0100000000000352"
},
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x010000000000035B",
"Target": "0x0100000000000358"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_5CD4C92B",
"Id": "0x0100000000000346",
"Parent": "0x010000000000031C",
"MenuText": "",
"StageDirections": "",
"Speaker": "0x0100000000000113",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "Okay then. Take care.",
"ExternalId": "",
"Position": {
"x": 2150.0,
"y": 625.0
},
"ZIndex": 6.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 1557449003,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000000347",
"Owner": "0x0100000000000346"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000000348",
"Owner": "0x0100000000000346",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000320",
"Target": "0x010000000000031C"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_98281AB9",
"Id": "0x010000000000034C",
"Parent": "0x010000000000031C",
"MenuText": "Too hot",
"StageDirections": "",
"Speaker": "0x010000000000010F",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "I am melting! Not a fan of this humid heat.",
"ExternalId": "",
"Position": {
"x": 1712.0,
"y": 375.0
},
"ZIndex": 11.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 2552765113,
"InputPins": [
{
"Text": "",
"Id": "0x010000000000034F",
"Owner": "0x010000000000034C"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000000350",
"Owner": "0x010000000000034C",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000347",
"Target": "0x0100000000000346"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_D260A08E",
"Id": "0x0100000000000352",
"Parent": "0x010000000000031C",
"MenuText": "Too cold",
"StageDirections": "",
"Speaker": "0x010000000000010F",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "I am freezing, where is the sun?",
"ExternalId": "",
"Position": {
"x": 1712.0,
"y": 625.0
},
"ZIndex": 13.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 3529547918,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000000355",
"Owner": "0x0100000000000352"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000000356",
"Owner": "0x0100000000000352",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000347",
"Target": "0x0100000000000346"
}
]
}
]
}
},
{
"Type": "DialogueFragment",
"Properties": {
"TechnicalName": "DFr_EB3D8305",
"Id": "0x0100000000000358",
"Parent": "0x010000000000031C",
"MenuText": "Pretty wet",
"StageDirections": "",
"Speaker": "0x010000000000010F",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "I am cool with all the rain - I like jumping into puddles.",
"ExternalId": "",
"Position": {
"x": 1712.0,
"y": 875.0
},
"ZIndex": 15.0,
"Size": {
"w": 225.0,
"h": 200.0
},
"ShortId": 3946676997,
"InputPins": [
{
"Text": "",
"Id": "0x010000000000035B",
"Owner": "0x0100000000000358"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x010000000000035C",
"Owner": "0x0100000000000358",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000347",
"Target": "0x0100000000000346"
}
]
}
]
}
},
{
"Type": "Hub",
"Properties": {
"TechnicalName": "Hub_6F4EAF29",
"Id": "0x0100000000000173",
"Parent": "0x010000000000011B",
"DisplayName": "Questions",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 1725.0,
"y": 400.0
},
"ZIndex": 15.0,
"Size": {
"w": 175.0,
"h": 50.0
},
"ShortId": 1867427625,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000000175",
"Owner": "0x0100000000000173"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x0100000000000176",
"Owner": "0x0100000000000173",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x010000000000017D",
"Target": "0x010000000000017A"
},
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000183",
"Target": "0x0100000000000180"
},
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000189",
"Target": "0x0100000000000186"
}
]
}
]
}
},
{
"Type": "Hub",
"Properties": {
"TechnicalName": "Hub_93724850",
"Id": "0x010000000000026C",
"Parent": "0x0100000000000121",
"DisplayName": "Questions",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 3425.0,
"y": 625.0
},
"ZIndex": 23.0,
"Size": {
"w": 175.0,
"h": 50.0
},
"ShortId": 2473740368,
"InputPins": [
{
"Text": "",
"Id": "0x010000000000026E",
"Owner": "0x010000000000026C"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x010000000000026F",
"Owner": "0x010000000000026C",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000288",
"Target": "0x0100000000000285"
},
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x010000000000028E",
"Target": "0x010000000000028B"
},
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000294",
"Target": "0x0100000000000291"
}
]
}
]
}
},
{
"Type": "Jump",
"Properties": {
"TechnicalName": "Jmp_F087E397",
"Id": "0x010000000000019B",
"Parent": "0x010000000000011B",
"Target": "0x0100000000000173",
"TargetPin": "0x0100000000000175",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 4775.0,
"y": 225.0
},
"ZIndex": 27.0,
"Size": {
"w": 175.0,
"h": 150.0
},
"ShortId": 4035437463,
"InputPins": [
{
"Text": "",
"Id": "0x010000000000019E",
"Owner": "0x010000000000019B"
}
]
}
},
{
"Type": "Jump",
"Properties": {
"TechnicalName": "Jmp_F2E7FD71",
"Id": "0x0100000000000272",
"Parent": "0x0100000000000121",
"Target": "0x010000000000026C",
"TargetPin": "0x010000000000026E",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 1450.0,
"y": 850.0
},
"ZIndex": 25.0,
"Size": {
"w": 175.0,
"h": 150.0
},
"ShortId": 4075289969,
"InputPins": [
{
"Text": "",
"Id": "0x0100000000000275",
"Owner": "0x0100000000000272"
}
]
}
},
{
"Type": "Jump",
"Properties": {
"TechnicalName": "Jmp_83A87C4F",
"Id": "0x01000000000002F3",
"Parent": "0x0100000000000121",
"Target": "0x010000000000026C",
"TargetPin": "0x010000000000026E",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 4425.0,
"y": 450.0
},
"ZIndex": 51.0,
"Size": {
"w": 175.0,
"h": 150.0
},
"ShortId": 2208857167,
"InputPins": [
{
"Text": "",
"Id": "0x01000000000002F6",
"Owner": "0x01000000000002F3"
}
]
}
},
{
"Type": "Condition",
"Properties": {
"TechnicalName": "Cnd_BBA54379",
"Id": "0x010000000000029F",
"Parent": "0x0100000000000121",
"DisplayName": "GameState.gotTip == true",
"Text": "",
"ExternalId": "",
"Position": {
"x": 4375.0,
"y": 850.0
},
"ZIndex": 37.0,
"Size": {
"w": 225.0,
"h": 100.0
},
"ShortId": 3148170105,
"Expression": "GameState.gotTip == true",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"InputPins": [
{
"Text": "",
"Id": "0x01000000000002A1",
"Owner": "0x010000000000029F"
}
],
"OutputPins": [
{
"Text": "",
"Id": "0x01000000000002A2",
"Owner": "0x010000000000029F",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x01000000000002E0",
"Target": "0x01000000000002DD"
}
]
},
{
"Text": "",
"Id": "0x01000000000002A3",
"Owner": "0x010000000000029F",
"Connections": [
{
"Color": {
"a": 1.0,
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Label": "",
"TargetPin": "0x0100000000000125",
"Target": "0x0100000000000121"
}
]
}
]
}
},
{
"Type": "Comment",
"Properties": {
"TechnicalName": "CMT_72057594037928238",
"Id": "0x010000000000012E",
"Parent": "0x0300000043CE43F7",
"CreatedBy": "",
"CreatedOn": "2021-07-27T13:32:41.04524",
"Color": {
"r": 0.0,
"g": 0.0,
"b": 0.0
},
"Text": "Dialogue with NPC 1",
"ExternalId": "",
"Position": {
"x": 225.0,
"y": 150.0
},
"ZIndex": 2.0,
"Size": {
"w": 225.0,
"h": 100.0
},
"ShortId": 595989412
}
},
{
"Type": "Comment",
"Properties": {
"TechnicalName": "CMT_72057594037928240",
"Id": "0x0100000000000130",
"Parent": "0x0300000043CE43F7",
"CreatedBy": "",
"CreatedOn": "2021-07-27T13:32:58.3520136",
"Color": {
"r": 0.0,
"g": 0.0,
"b": 0.0
},
"Text": "Dialogue with NPC 2",
"ExternalId": "",
"Position": {
"x": 650.0,
"y": 150.0
},
"ZIndex": 3.0,
"Size": {
"w": 225.0,
"h": 100.0
},
"ShortId": 1824239227
}
},
{
"Type": "Comment",
"Properties": {
"TechnicalName": "CMT_72057594037928643",
"Id": "0x01000000000002C3",
"Parent": "0x0100000000000314",
"CreatedBy": "",
"CreatedOn": "2021-07-29T10:00:18.5891534",
"Color": {
"r": 0.0,
"g": 0.0,
"b": 0.0
},
"Text": "Just a small linear test for first implementation",
"ExternalId": "",
"Position": {
"x": 821.0,
"y": 526.0
},
"ZIndex": 5.0,
"Size": {
"w": 225.0,
"h": 100.0
},
"ShortId": 974441162
}
},
{
"Type": "Comment",
"Properties": {
"TechnicalName": "CMT_72057594037928738",
"Id": "0x0100000000000322",
"Parent": "0x0100000000000314",
"CreatedBy": "",
"CreatedOn": "2021-08-04T08:29:45.262165",
"Color": {
"r": 0.0,
"g": 0.0,
"b": 0.0
},
"Text": "Small branching structure",
"ExternalId": "",
"Position": {
"x": 1200.0,
"y": 525.0
},
"ZIndex": 3.0,
"Size": {
"w": 225.0,
"h": 100.0
},
"ShortId": 1630476027
}
},
{
"Type": "Comment",
"Properties": {
"TechnicalName": "CMT_72057594037928730",
"Id": "0x010000000000031A",
"Parent": "0x0300000043CE43F7",
"CreatedBy": "",
"CreatedOn": "2021-08-04T08:28:49.4179905",
"Color": {
"r": 0.0,
"g": 0.0,
"b": 0.0
},
"Text": "Test dialogues for implementations",
"ExternalId": "",
"Position": {
"x": -225.0,
"y": 150.0
},
"ZIndex": 7.0,
"Size": {
"w": 225.0,
"h": 100.0
},
"ShortId": 3532094464
}
},
{
"Type": "Entity",
"Properties": {
"TechnicalName": "Ntt_65BA230A",
"Id": "0x010000000000010F",
"Parent": "0x03000000AC61A2B3",
"Attachments": [],
"DisplayName": "Player",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"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": "0x0100000000000138"
},
"ShortId": 1706697482
}
},
{
"Type": "Entity",
"Properties": {
"TechnicalName": "Ntt_B1F02A9D",
"Id": "0x0100000000000113",
"Parent": "0x03000000AC61A2B3",
"Attachments": [],
"DisplayName": "Oracle",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"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": "0x0100000000000132"
},
"ShortId": 2985306781
}
},
{
"Type": "Entity",
"Properties": {
"TechnicalName": "Ntt_C01E8510",
"Id": "0x0100000000000117",
"Parent": "0x03000000AC61A2B3",
"Attachments": [],
"DisplayName": "Kirian",
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"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": "0x0100000000000135"
},
"ShortId": 3223225616
}
},
{
"Type": "Asset",
"AssetRef": "Assets/Images/ava_guinevere_01.jpg",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_C2F4992D",
"Id": "0x0100000000000132",
"Parent": "0x0100000000000105",
"DisplayName": "ava_guinevere_01",
"Filename": "ava_guinevere_01(0032).jpg",
"OriginalSource": "file:///F:/_Assets/Images/articy/Galahad/Assets/Portraits/ava_guinevere_01.jpg",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 0.0,
"y": 0.0
},
"ZIndex": 0.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 3270809901
}
},
{
"Type": "Asset",
"AssetRef": "Assets/Images/ava_sitlancelot_01.jpg",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_EA0AE647",
"Id": "0x0100000000000135",
"Parent": "0x0100000000000105",
"DisplayName": "ava_sitlancelot_01",
"Filename": "ava_sitlancelot_01(0035).jpg",
"OriginalSource": "file:///F:/_Assets/Images/articy/Galahad/Assets/Portraits/ava_sitlancelot_01.jpg",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 20.0,
"y": 20.0
},
"ZIndex": 1.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 3926582855
}
},
{
"Type": "Asset",
"AssetRef": "Assets/Images/Class_Template_Entity_MainCharacter_256.png",
"Category": "Image",
"Properties": {
"TechnicalName": "Ast_8ADE173A",
"Id": "0x0100000000000138",
"Parent": "0x0100000000000105",
"DisplayName": "Class_Template_Entity_MainCharacter_256",
"Filename": "Class_Template_Entity_MainCharacter_256(0038).png",
"OriginalSource": "file:///F:/_Assets/Images/articy/Graphics/Icons/Class_Template_Entity_MainCharacter_256.png",
"PreviewImage": {
"ViewBox": {
"x": 0.0,
"y": 0.0,
"w": 0.0,
"h": 0.0
}
},
"Color": {
"r": 0.577580452,
"g": 0.7605245,
"b": 0.7991027
},
"Text": "",
"ExternalId": "",
"Position": {
"x": 40.0,
"y": 40.0
},
"ZIndex": 2.0,
"Size": {
"w": 256.0,
"h": 196.0
},
"ShortId": 2329810746
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_126E1374",
"Id": "0x0100000000000105",
"Parent": "0x030000004C3DAF54",
"DisplayName": "Images",
"ExternalId": "",
"ShortId": 309203828
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_8B9CAC75",
"Id": "0x0100000000000107",
"Parent": "0x030000004C3DAF54",
"DisplayName": "Videos",
"ExternalId": "",
"ShortId": 2342300789
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_E52E5680",
"Id": "0x0100000000000109",
"Parent": "0x030000004C3DAF54",
"DisplayName": "Audio",
"ExternalId": "",
"ShortId": 3845019264
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_9DC42329",
"Id": "0x010000000000010B",
"Parent": "0x030000004C3DAF54",
"DisplayName": "Documents",
"ExternalId": "",
"ShortId": 2646876969
}
},
{
"Type": "UserFolder",
"Properties": {
"TechnicalName": "Ufo_F9A0B0B5",
"Id": "0x010000000000010D",
"Parent": "0x030000004C3DAF54",
"DisplayName": "Miscellaneous",
"ExternalId": "",
"ShortId": 4188057781
}
}
]
}
],
"ScriptMethods": [],
"Hierarchy": {
"Id": "0x0100000000000001",
"TechnicalName": "UnityImporterTutorial",
"Type": "Project",
"Children": [
{
"Id": "0x03000000F917511B",
"TechnicalName": "ProjectSettings",
"Type": "ProjectSettingsFolder",
"Children": [
{
"Id": "0x01000000000000FD",
"TechnicalName": "",
"Type": "ProjectSettingsFlow"
},
{
"Id": "0x01000000000000FA",
"TechnicalName": "",
"Type": "ProjectSettingsGeneral"
},
{
"Id": "0x01000000000000FB",
"TechnicalName": "",
"Type": "ProjectSettingsJourneys"
},
{
"Id": "0x01000000000000FC",
"TechnicalName": "",
"Type": "ProjectSettingsLocation"
}
]
},
{
"Id": "0x030000002B4F4C54",
"TechnicalName": "GlobalVariables",
"Type": "GlobalVariables",
"Children": [
{
"Id": "0x010000000000012B",
"TechnicalName": "",
"Type": "VariableSet"
}
]
},
{
"Id": "0x0300000043CE43F7",
"TechnicalName": "Flow",
"Type": "Flow",
"Children": [
{
"Id": "0x010000000000012E",
"TechnicalName": "",
"Type": "Comment"
},
{
"Id": "0x0100000000000130",
"TechnicalName": "",
"Type": "Comment"
},
{
"Id": "0x010000000000031A",
"TechnicalName": "",
"Type": "Comment"
},
{
"Id": "0x0100000000000314",
"TechnicalName": "FFr_F5EA4EA6",
"Type": "FlowFragment",
"Children": [
{
"Id": "0x01000000000002C3",
"TechnicalName": "",
"Type": "Comment"
},
{
"Id": "0x0100000000000322",
"TechnicalName": "",
"Type": "Comment"
},
{
"Id": "0x01000000000002BD",
"TechnicalName": "Dlg_19BF0109",
"Type": "Dialogue",
"Children": [
{
"Id": "0x01000000000002C7",
"TechnicalName": "DFr_ED5DF485",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000002CE",
"TechnicalName": "DFr_17E8B79F",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000002D5",
"TechnicalName": "DFr_C1574955",
"Type": "DialogueFragment"
},
{
"Id": "0x0100000000000305",
"TechnicalName": "DFr_3EDA6235",
"Type": "DialogueFragment"
},
{
"Id": "0x010000000000030C",
"TechnicalName": "DFr_BFFA0DA2",
"Type": "DialogueFragment"
}
]
},
{
"Id": "0x010000000000031C",
"TechnicalName": "Dlg_BCE87EF3",
"Type": "Dialogue",
"Children": [
{
"Id": "0x0100000000000326",
"TechnicalName": "DFr_C58501C0",
"Type": "DialogueFragment"
},
{
"Id": "0x010000000000032D",
"TechnicalName": "DFr_F76CB9F9",
"Type": "DialogueFragment"
},
{
"Id": "0x0100000000000333",
"TechnicalName": "DFr_BAD9F592",
"Type": "DialogueFragment"
},
{
"Id": "0x010000000000033D",
"TechnicalName": "DFr_79D29BF3",
"Type": "DialogueFragment"
},
{
"Id": "0x010000000000034C",
"TechnicalName": "DFr_98281AB9",
"Type": "DialogueFragment"
},
{
"Id": "0x0100000000000352",
"TechnicalName": "DFr_D260A08E",
"Type": "DialogueFragment"
},
{
"Id": "0x0100000000000358",
"TechnicalName": "DFr_EB3D8305",
"Type": "DialogueFragment"
},
{
"Id": "0x0100000000000346",
"TechnicalName": "DFr_5CD4C92B",
"Type": "DialogueFragment"
}
]
}
]
},
{
"Id": "0x010000000000011B",
"TechnicalName": "Dlg_8C6B33D0",
"Type": "Dialogue",
"Children": [
{
"Id": "0x010000000000013B",
"TechnicalName": "DFr_051B7DD2",
"Type": "DialogueFragment"
},
{
"Id": "0x010000000000014D",
"TechnicalName": "DFr_734FEB33",
"Type": "DialogueFragment"
},
{
"Id": "0x0100000000000142",
"TechnicalName": "DFr_036E6EA6",
"Type": "DialogueFragment"
},
{
"Id": "0x0100000000000162",
"TechnicalName": "DFr_937E84CD",
"Type": "DialogueFragment"
},
{
"Id": "0x010000000000015B",
"TechnicalName": "DFr_555939CB",
"Type": "DialogueFragment"
},
{
"Id": "0x010000000000016C",
"TechnicalName": "DFr_4BFC6044",
"Type": "DialogueFragment"
},
{
"Id": "0x0100000000000154",
"TechnicalName": "DFr_CE143CDC",
"Type": "DialogueFragment"
},
{
"Id": "0x0100000000000173",
"TechnicalName": "Hub_6F4EAF29",
"Type": "Hub"
},
{
"Id": "0x010000000000017A",
"TechnicalName": "DFr_6540F317",
"Type": "DialogueFragment"
},
{
"Id": "0x0100000000000180",
"TechnicalName": "DFr_83758E1C",
"Type": "DialogueFragment"
},
{
"Id": "0x0100000000000186",
"TechnicalName": "DFr_1A5B8416",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000001A1",
"TechnicalName": "DFr_FFE3CE99",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000001A7",
"TechnicalName": "DFr_772E01C2",
"Type": "DialogueFragment"
},
{
"Id": "0x0100000000000193",
"TechnicalName": "DFr_9D6B9F47",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000001AE",
"TechnicalName": "DFr_671CD267",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000001D9",
"TechnicalName": "DFr_153D469C",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000001BB",
"TechnicalName": "DFr_73753FEE",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000001E0",
"TechnicalName": "DFr_85676098",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000001C2",
"TechnicalName": "DFr_3E0251B9",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000001E7",
"TechnicalName": "DFr_B089ADB5",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000001C9",
"TechnicalName": "DFr_C2C050D6",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000001EE",
"TechnicalName": "DFr_D85A5126",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000001F5",
"TechnicalName": "DFr_D58D3529",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000001D0",
"TechnicalName": "DFr_FFFD9FE4",
"Type": "DialogueFragment"
},
{
"Id": "0x010000000000019B",
"TechnicalName": "Jmp_F087E397",
"Type": "Jump"
}
]
},
{
"Id": "0x0100000000000121",
"TechnicalName": "Dlg_80270600",
"Type": "Dialogue",
"Children": [
{
"Id": "0x01000000000001FD",
"TechnicalName": "DFr_0ADD76DD",
"Type": "DialogueFragment"
},
{
"Id": "0x0100000000000204",
"TechnicalName": "DFr_B29FF06C",
"Type": "DialogueFragment"
},
{
"Id": "0x010000000000020B",
"TechnicalName": "DFr_E5A503CB",
"Type": "DialogueFragment"
},
{
"Id": "0x010000000000027D",
"TechnicalName": "DFr_CDDD87E1",
"Type": "DialogueFragment"
},
{
"Id": "0x0100000000000218",
"TechnicalName": "DFr_40F502D3",
"Type": "DialogueFragment"
},
{
"Id": "0x0100000000000272",
"TechnicalName": "Jmp_F2E7FD71",
"Type": "Jump"
},
{
"Id": "0x0100000000000236",
"TechnicalName": "DFr_239E650A",
"Type": "DialogueFragment"
},
{
"Id": "0x010000000000023F",
"TechnicalName": "DFr_7225F0A4",
"Type": "DialogueFragment"
},
{
"Id": "0x0100000000000246",
"TechnicalName": "DFr_AE76FD71",
"Type": "DialogueFragment"
},
{
"Id": "0x010000000000024C",
"TechnicalName": "DFr_519F3783",
"Type": "DialogueFragment"
},
{
"Id": "0x0100000000000256",
"TechnicalName": "DFr_97BE50F2",
"Type": "DialogueFragment"
},
{
"Id": "0x010000000000025C",
"TechnicalName": "DFr_346C9824",
"Type": "DialogueFragment"
},
{
"Id": "0x0100000000000264",
"TechnicalName": "DFr_8F9A05A4",
"Type": "DialogueFragment"
},
{
"Id": "0x010000000000026C",
"TechnicalName": "Hub_93724850",
"Type": "Hub"
},
{
"Id": "0x0100000000000285",
"TechnicalName": "DFr_41B7C34B",
"Type": "DialogueFragment"
},
{
"Id": "0x010000000000028B",
"TechnicalName": "DFr_C18C47A0",
"Type": "DialogueFragment"
},
{
"Id": "0x0100000000000291",
"TechnicalName": "DFr_A95E9253",
"Type": "DialogueFragment"
},
{
"Id": "0x0100000000000298",
"TechnicalName": "DFr_3A9EDA62",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000002E7",
"TechnicalName": "DFr_5DBB5368",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000002ED",
"TechnicalName": "DFr_C73E354E",
"Type": "DialogueFragment"
},
{
"Id": "0x010000000000029F",
"TechnicalName": "Cnd_BBA54379",
"Type": "Condition"
},
{
"Id": "0x01000000000002F3",
"TechnicalName": "Jmp_83A87C4F",
"Type": "Jump"
},
{
"Id": "0x01000000000002DD",
"TechnicalName": "DFr_2F96A000",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000002A6",
"TechnicalName": "DFr_426B8005",
"Type": "DialogueFragment"
},
{
"Id": "0x01000000000002AD",
"TechnicalName": "DFr_98AA31D9",
"Type": "DialogueFragment"
}
]
}
]
},
{
"Id": "0x03000000AC61A2B3",
"TechnicalName": "Entities",
"Type": "Entities",
"Children": [
{
"Id": "0x0100000000000117",
"TechnicalName": "Ntt_C01E8510",
"Type": "Entity"
},
{
"Id": "0x0100000000000113",
"TechnicalName": "Ntt_B1F02A9D",
"Type": "Entity"
},
{
"Id": "0x010000000000010F",
"TechnicalName": "Ntt_65BA230A",
"Type": "Entity"
}
]
},
{
"Id": "0x030000003140D3AC",
"TechnicalName": "Locations",
"Type": "Locations"
},
{
"Id": "0x03000000103AA2F0",
"TechnicalName": "Documents",
"Type": "Documents"
},
{
"Id": "0x03000000236F7272",
"TechnicalName": "Journeys",
"Type": "Journeys"
},
{
"Id": "0x0300000029CF057C",
"TechnicalName": "TemplateDesign",
"Type": "TemplateDesign",
"Children": [
{
"Id": "0x03000000D2404DC0",
"TechnicalName": "Features",
"Type": "Features",
"Children": [
{
"Id": "0x0100000000000008",
"TechnicalName": "DefaultBasicCharacterFeature",
"Type": "Feature"
},
{
"Id": "0x0100000000000043",
"TechnicalName": "DefaultExtendedCharacterFeature",
"Type": "Feature"
}
]
},
{
"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": "0x0300000030635118",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x03000000DCC67F9D",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x03000000030B5ACF",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x030000008DD5C0F2",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x03000000ECC00F83",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x0300000078B45A71",
"TechnicalName": "",
"Type": "TemplateTypeFolder",
"Children": [
{
"Id": "0x0100000000000095",
"TechnicalName": "DefaultMainCharacterTemplate",
"Type": "Template"
},
{
"Id": "0x010000000000006B",
"TechnicalName": "DefaultSupportingCharacterTemplate",
"Type": "Template"
}
]
},
{
"Id": "0x030000006D1BC275",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x0300000013DF3A1A",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x03000000CC5A07F0",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x03000000BA022E2F",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x03000000ADA9FA17",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x03000000FB371D5C",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x0300000092CF598E",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x030000005314E813",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x030000004264B29C",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x03000000F514339C",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x0300000096812FC1",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
},
{
"Id": "0x03000000A715C057",
"TechnicalName": "",
"Type": "TemplateTypeFolder"
}
]
}
]
},
{
"Id": "0x03000000173C3392",
"TechnicalName": "",
"Type": "RuleSets",
"Children": [
{
"Id": "0x01000000000000FF",
"TechnicalName": "",
"Type": "RuleSet",
"Children": [
{
"Id": "0x0100000000000102",
"TechnicalName": "",
"Type": "RuleSetPackage"
}
]
}
]
},
{
"Id": "0x030000004C3DAF54",
"TechnicalName": "Assets",
"Type": "Assets",
"Children": [
{
"Id": "0x0100000000000109",
"TechnicalName": "Ufo_E52E5680",
"Type": "AssetsUserFolder"
},
{
"Id": "0x010000000000010B",
"TechnicalName": "Ufo_9DC42329",
"Type": "AssetsUserFolder"
},
{
"Id": "0x0100000000000105",
"TechnicalName": "Ufo_126E1374",
"Type": "AssetsUserFolder",
"Children": [
{
"Id": "0x0100000000000132",
"TechnicalName": "Ast_C2F4992D",
"Type": "Asset"
},
{
"Id": "0x0100000000000135",
"TechnicalName": "Ast_EA0AE647",
"Type": "Asset"
},
{
"Id": "0x0100000000000138",
"TechnicalName": "Ast_8ADE173A",
"Type": "Asset"
}
]
},
{
"Id": "0x010000000000010D",
"TechnicalName": "Ufo_F9A0B0B5",
"Type": "AssetsUserFolder"
},
{
"Id": "0x0100000000000107",
"TechnicalName": "Ufo_8B9CAC75",
"Type": "AssetsUserFolder"
}
]
}
]
}
}