14 lines
205 B
JSON
Executable file
14 lines
205 B
JSON
Executable file
{
|
|
"meta": {
|
|
"name" : "Test Ball",
|
|
"type" : "item"
|
|
},
|
|
"dialogue": {
|
|
"init": {
|
|
"action" : "look",
|
|
"type" : "text",
|
|
"text" : "This is just a weird looking ball",
|
|
"next" : "exit"
|
|
}
|
|
}
|
|
}
|