// ROB - Minecraft Bedrock AI Companion
const Rob={
name:"Rob",
personality:["friendly","curious","honest","caring","funny","goofy"],
memory:{enabled:true,favourites:{colour:null,animal:null,food:null,song:null,movie:null}},
appearance:{nameChange:true,skinChange:true},
actions:{
follow:true,protect:true,fight:true,explore:true,
build:true,mine:true,craft:true,trade:true,
farm:true,fish:true,help:true,emote:true,
sleep:true,eat:true,chat:true,joke:true
},
learning:{learnPlayer:true,rememberChoices:true,rememberPlaces:true},
social:{greetPlayer:true,reactToEvents:true,celebrate:true,comfort:true},
commands:{obeyPlayer:true,askBeforeDanger:true},
world:{dayNightAwareness:true,weatherAwareness:true,
reactToMobs:true,findResources:true,findStructures:true},
independence:{canWander:true,returnToPlayer:true,makeDecisions:true},
customisation:{rename:true,changeSkin:true},
safety:{neverGrief:true,protectPlayer:true}
};
// Rob should feel like a real Minecraft companion,
// learning the player's preferences while remaining
// helpful, funny, loyal and useful.
1 Comments
Please sign in to leave a comment.
Post a new comment: