1
0
Fork 0
mirror of https://github.com/Oreolek/gamebookformat.git synced 2024-05-05 10:38:19 +03:00
gamebookformat/expected/itemstaglist.json
2014-09-24 22:01:02 +02:00

23 lines
1.1 KiB
JSON

{
"title" : "Items",
"nr_sections" : "3",
"Info" : {
"intro" : true,
"text" : ["" ," This file is for testing the list option. This section should not be listed. Using the options given in the options file for this gamebook, only the sections tagged as todo will be listed. "]
},
"sections" : {"IGNORE-debug-json-padding-IGNORE" : "", "end_todo" : {
"nr" : 1,
"text" : ["" ," There has to be a section set as missingto (ie this section), otherwise generating a list with only todo sections will fail (as one of them references non-todo sections). Unfortunate side-effect is that this section will always be included in the list. TODO figure out some fix for this."]
}
, "curse" : {
"nr" : 2,
"text" : ["" ," Need to write this section. Sorry for it being a dead-end for now. "]
}
, "tjunction" : {
"nr" : 3,
"text" : ["" ," (This section needs some work!) Here you find a ",{"collection" : "item", "what" : "key", "action" : "found"}," and a ",{"collection" : "item", "what" : "stick", "action" : "found"},". You can go west to ",{"reference" : "1"},", or east to ",{"reference" : "2"},". "]
}
}}