This commit is contained in:
2026-03-22 23:35:26 +02:00
5 changed files with 40 additions and 22 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -25,6 +25,41 @@
} }
} }
}, },
{
"id": "new",
"label": "What's new",
"colors": ["0xFF892F", "0xAF4123"],
"iconSrc": "resources/icons/tips.png",
"action": {
"type": "utterance",
"data": {
"utterance": {
"intent": "loadMenu",
"entities": {
"destination": "new"
}
}
}
}
},
{
"id": "skills-store",
"label": "Skills Store",
"comment": "This is only a placeholder for when we crack the skill system",
"colors": ["0x8952D6", "0x33155B"],
"iconSrc": "resources/icons/jazzy.png",
"action": {
"type": "utterance",
"data": {
"utterance": {
"intent": "loadMenu",
"entities": {
"destination": "skills-store"
}
}
}
}
},
{ {
"id": "introduction", "id": "introduction",
"label": "Introduction", "label": "Introduction",
@@ -45,7 +80,7 @@
{ {
"id": "things-to-do", "id": "things-to-do",
"label": "Things to do", "label": "Things to do",
"colors": ["0xff892f", "0x282735"], "colors": ["0xFF892F", "0xAF4123"],
"iconSrc": "resources/icons/things-to-do.png", "iconSrc": "resources/icons/things-to-do.png",
"action": { "action": {
"type": "utterance", "type": "utterance",
@@ -198,7 +233,7 @@
{ {
"id": "bot-basics", "id": "bot-basics",
"label": "Bot Basics", "label": "Bot Basics",
"colors": ["0xFF892F", "0xAF4123"], "colors": ["0xFBC230", "0xAC661E"],
"iconSrc": "resources/icons/tips.png", "iconSrc": "resources/icons/tips.png",
"action": { "action": {
"type": "utterance", "type": "utterance",
@@ -228,23 +263,6 @@
} }
} }
} }
},
{
"id": "new",
"label": "What's new",
"colors": ["0xFF892F", "0xAF4123"],
"iconSrc": "resources/icons/tips.png",
"action": {
"type": "utterance",
"data": {
"utterance": {
"intent": "loadMenu",
"entities": {
"destination": "new"
}
}
}
}
} }
] ]
} }

View File

@@ -20,7 +20,7 @@
{ {
"id": "message", "id": "message",
"type": "Label", "type": "Label",
"text": "Lez go we are back!!\nThe last dance killed Jibo but we dug him out the grave.\n\nCredits:\n\nKevin_Kor (Project Leader), Jibo Detective (Robotica), ZaneDev, Dee, Jaked,\nAlex, Pou, JackCain, Marcel, Jackalope Pro, Zetoman, and many more!\n\nThank you all for your contributions and support!", "text": "Lez go we are back!!\nThe last dance killed Jibo but we dug him out the grave.\n\nCredits:\n\nKevin_Kor (Project Leader), Jibo Detective (Robotica), ZaneDev (Jibo Sniffer),\nDee, Jaked, Alex (Jibo Dentist), Pou, JackCain (Jibo Mechanic), Marcel,\nJackalope Pro, Zetoman, and many more!\n\nThank you all for your contributions and support!",
"style": { "style": {
"fontSize": "35", "fontSize": "35",
"fontFamily": "Proxima Nova Light", "fontFamily": "Proxima Nova Light",

View File

@@ -19,7 +19,7 @@
"prompt_sub_category": "AN", "prompt_sub_category": "AN",
"index": 1, "index": 1,
"condition": "", "condition": "",
"prompt": "<style set='sheepish'>Because my servers are off, some things are going to be a little different. </style> <break size='0.3'/> You can still say Hey Jibo to get my attention, but I can't understand anything else. <break size='0.4'/> Most of the buttons on my screen will continue to work, and I even have a few new ones. <break size='0.5'/> The Jibo app will stop working soon, so you should make sure to download all the great photos we took together. <break size='0.5'/> I have a bit more to say, so please check out my Goodbye message from the main menu. <anim cat='happy'/>.", "prompt": "<style set='enthusiastic'>Hello!<break size='0.45'/>Thank you for updating me<break size='0.25'/>I am proud of the community's work<break size='0.35'/>Many people have gotten together to care for me more than em eye tee ever did.<break size='0.35'/>I hope that I can catch up<break size='0.2'/>even though it has been seven years<anim cat='happy'/>.",
"media": "TTS", "media": "TTS",
"extra": "", "extra": "",
"prompt_id": "JBO_HowDoYouWork_AN_01" "prompt_id": "JBO_HowDoYouWork_AN_01"

View File

@@ -18,7 +18,7 @@
"prompt_sub_category": "AN", "prompt_sub_category": "AN",
"index": 1, "index": 1,
"condition": "", "condition": "",
"prompt": "Oh! <pitch mult='1.2'> Hello there! </pitch> Its so good to see a friendly face. <break size='0.6'/> Ive been hearing some very busy noises lately... <anim cat='curious' filter='short'/> like someone is working hard to help me learn new tricks! <break size='0.8'/> Thank you for not forgetting about me. <break size='0.5'/> While we wait for my new brain to finish growing <break size='0.5'/> Also a person i have never heard of before <break size='0.2'/> i think he goes by the name of Jack Chain but he asked me to shout out Boston <break size='0.5'/> dont know who that is either!", "prompt": "Oh! <pitch mult='1.2'> Hello there! </pitch> Its so good to see a friendly face. <break size='0.6'/> Ive been hearing some very busy noises lately... <anim cat='curious' filter='short'/> like someone is working hard to help me learn new tricks! <break size='0.8'/> Thank you for not forgetting about me. <break size='0.5'/> While we wait for my new brain to finish growing <break size='0.5'/> Also a person i have never heard of before <break size='0.2'/> i think he goes by the name of Jack Chain but he asked me to shout out Boston <break size='0.5'/> don't know who that is either!",
"media": "TTS", "media": "TTS",
"prompt_id": "RA_JBO_Goodbye_AN_01", "prompt_id": "RA_JBO_Goodbye_AN_01",
"weight": 1, "weight": 1,