base-adventure/assets/items/test-ball/test-ball.json

15 lines
206 B
JSON
Raw Permalink Normal View History

2024-10-05 01:21:42 +00:00
{
"meta": {
"name" : "Second Test Ball",
"type" : "item"
},
"dialogue": {
"init": {
"action" : "speak",
"type" : "text",
"text" : "Apparently this ball talks",
"next" : "exit"
}
}
}