base-rpg/assets/items/test-ball/test-ball2.json
2024-10-05 11:09:17 +10:00

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"
}
}
}