base-adventure/assets/items/test-ball/test-ball.json
2024-10-05 11:21:42 +10:00

14 lines
206 B
JSON
Executable file

{
"meta": {
"name" : "Second Test Ball",
"type" : "item"
},
"dialogue": {
"init": {
"action" : "speak",
"type" : "text",
"text" : "Apparently this ball talks",
"next" : "exit"
}
}
}