Skip to content

Instantly share code, notes, and snippets.

@HamsterofDeath
Created June 24, 2023 16:37
Show Gist options
  • Save HamsterofDeath/386410ca82400157e4d3cc73b2bc769d to your computer and use it in GitHub Desktop.
Save HamsterofDeath/386410ca82400157e4d3cc73b2bc769d to your computer and use it in GitHub Desktop.
[ {
"nodeId" : "d5575ad3-0528-44c4-bd50-3c645ab12706",
"phrase" : {
"speaker" : "Luray",
"outfit" : "Blue",
"mood" : "Neutral",
"goto" : null,
"text" : [ "Where am I?", "I've never seen a place like this before." ]
}
}, {
"nodeId" : "ebc4dad6-c7d8-4bfa-bd23-911ca03b1bf9",
"phrase" : {
"speaker" : "Dinkel",
"outfit" : "Default",
"mood" : "Happy",
"goto" : null,
"text" : [ "Ah, you're awake!" ]
}
}, {
"nodeId" : "0932bb25-c84a-4d94-8d40-394682086e61",
"phrase" : {
"speaker" : "Dinkel",
"outfit" : "Default",
"mood" : "Happy",
"goto" : null,
"text" : [ "Would you like to join the Aurigan Empire?" ]
}
}, {
"nodeId" : "882fefa1-61a4-4cb1-b707-3bec2482f853",
"multipleChoice" : {
"options" : [ {
"option" : "Yes",
"action" : {
"value" : "true",
"varName" : "joined_the_empire",
"operation" : "set"
},
"goto" : "edae1ad3-88c1-43c1-893e-b1807cafe24f"
}, {
"option" : "No",
"action" : {
"value" : "1",
"varName" : "refused_the_offer",
"operation" : "inc"
},
"goto" : "abe53b6a-466c-4d07-83e3-efdd419b5c6f"
}, {
"option" : "Huh?",
"action" : null,
"goto" : "0932bb25-c84a-4d94-8d40-394682086e61"
}, {
"option" : "What?",
"action" : null,
"goto" : "0932bb25-c84a-4d94-8d40-394682086e61"
} ]
}
}, {
"nodeId" : "abe53b6a-466c-4d07-83e3-efdd419b5c6f",
"conditionalGoto" : {
"operand_1" : "refused_the_offer",
"operand_2" : "5",
"operation" : "more",
"goto" : "0acfe73d-a4e3-4452-82a9-9c53fab95044"
},
"orElseGoTo" : "baff6d01-d902-447d-8390-1fc3fce8889f"
}, {
"nodeId" : "baff6d01-d902-447d-8390-1fc3fce8889f",
"phrase" : {
"speaker" : "Dinkel",
"outfit" : "Default",
"mood" : "Sad",
"goto" : "882fefa1-61a4-4cb1-b707-3bec2482f853",
"text" : [ "Are you sure? Think about it again." ]
}
}, {
"nodeId" : "0acfe73d-a4e3-4452-82a9-9c53fab95044",
"phrase" : {
"speaker" : "Dinkel",
"outfit" : "Default",
"mood" : "Angry",
"goto" : "3aa6eb4d-fb10-4a01-b008-63fb2b9b4489",
"text" : [ "So stubborn!" ]
}
}, {
"nodeId" : "edae1ad3-88c1-43c1-893e-b1807cafe24f",
"phrase" : {
"speaker" : "Dinkel",
"outfit" : "Default",
"mood" : "Happy",
"goto" : null,
"text" : [ "I'm glad! Now, what would you like your Aurigan name to be?" ]
}
}, {
"nodeId" : "54a38cbd-0a53-4d42-bc76-905f47b51fb5",
"inputText" : {
"storeIn" : "playername"
}
}, {
"nodeId" : "1e5d67c2-40fa-482a-a164-382bb50e6baf",
"phrase" : {
"speaker" : "Dinkel",
"outfit" : "Default",
"mood" : "Happy",
"goto" : null,
"text" : [ "Welcome to the glorious empire, $playername!" ]
}
} ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment