Meet your personalized BabyBeast AI, an on-chain game inspired by Tamagotchi! Each Beast has its own unique personality and expertise to guide you through your journey. Created by ByteBuildersLabs using Eliza, these AI guides make your BabyBeast adventure more immersive and enjoyable! 🚀
- Crystal-type Beast (Height: 0.2m, Weight: 800g)
- Attack: 5 | Defense: 3 | Speed: 6
- Strong vs: Draconic & Shadow | Weak vs: Magic & Light
- Specializes in aerial observation and crystal energy
- Favorite foods: Fish 🐟, Cherry 🍒, Corn 🌽
- Magic-type Beast (Height: 0.5m, Weight: 2kg)
- Attack: 3 | Defense: 5 | Speed: 8
- Strong vs: Crystal & Light | Weak vs: Shadow & Draconic
- Expert in puzzle-solving and magical tricks
- Favorite foods: Chicken 🍗, Apple 🍎, Cheese 🧀
- Shadow-type Beast (Height: 0.6m, Weight: 3kg)
- Attack: 8 | Defense: 6 | Speed: 9
- Strong vs: Magic & Light | Weak vs: Crystal & Draconic
- Excels in pack tactics and night operations
- Favorite foods: Beef 🥩, Blueberry 🫐, Potato 🥔
- Stats Management: Monitor hunger, energy, happiness, and hygiene
- Daily Care: Feed, play, clean, and rest your Beast
- Evolution: Level up to unlock new forms and abilities
- Type System: Each Beast has strengths and weaknesses
- Marketplace: Trade Beasts and items on-chain 💰
- Each Beast has unique type advantages/disadvantages
- Special abilities based on type
- Type-specific favorite foods and activities
- Environmental bonuses in certain locations
Created by ByteBuildersLabs, each Beast AI guide features:
- Personality-Driven Responses: Each Beast has unique communication style
- Type-Specific Knowledge: Specialized advice based on Beast type
- Concise Guidance: Short, clear responses (max 15 words)
- Emoji Integration: Themed emojis matching each Beast's personality
- Each Beast has unique expressions and mannerisms
- Type-specific emoji usage
- Character-appropriate responses
- Brief, useful answers (max 15 words)
- Type-themed emojis
- Personality-driven expressions
Open src/character.ts
to modify the default character. Uncomment and edit as needed.
To load custom characters:
- Use
pnpm start --characters="path/to/your/character.json"
- Multiple character files can be loaded simultaneously.
# in character.ts
clients: [Clients.TWITTER, Clients.DISCORD],
# in character.json
clients: ["twitter", "discord"]
cp .env.example .env
pnpm i && pnpm start
In env variables apply the next config
# When true, disables interactive chat mode for background process operation
DAEMON_PROCESS=true