base-rpg/assets/items/test-ball/test-ball2.json

15 lines
205 B
JSON
Raw Normal View History

2024-10-05 01:09:17 +00:00
{
"meta": {
"name" : "Test Ball",
"type" : "item"
},
"dialogue": {
"init": {
"action" : "look",
"type" : "text",
"text" : "This is just a weird looking ball",
"next" : "exit"
}
}
}