---- Chapter 2251 Seeing the way Mika''s eyes darted around, Amari chuckled and said, "Mika, you''re a promising student in alchemy. You''re eager to learn and exceptionally talented. I understand why you''d want to meet my senior, but I''m afraid there''s probably no chance of that happening." Mika''s face fell, and she blurted out, "Why, Mr. Goodman? As your prized student, can''t I at least meet that elderly master too?" Amari corrected her, "My senior isn''t some old man. He''s a handsome guy in his prime, a world-ss alchemy prodigy.
Come to think of it, he''s probably about the same age as you and Caden." Mika waspletely dumbfounded and unable to believe what she was hearing. Caden was stunned. "About the same age as us, and he''s already at divine alchemist level? Mr. Goodman, are there really such monsters in this world?" Amari shot him a look of disdain. "Just because you can''t do it doesn''t mean others can''t. I''ve had two great honors in my life. First, being epted by my mentor, the God of Medicine, even if I started as nothing more than a lowly disciple.<fn9544> ???? ????s? ???????s ?? fin?novel</fn9544>
With hard work and talent, I still made a name for myself across Holtrien''s ---- alchemy world. But that''s not what I cherish most. "What I''m most proud of is having such a senior. He joined our mentor''s tutge muchter than I, only being epted as a disciple in our mentor''s twilight years." Once Amari started reminiscing, he could not stop himself. He even began swaying his head as he spoke eloquently. "When I first met my senior, he was just a little brat! But our mentor strictly demanded that I call him senior, which I absolutely refused to ept and didn''t take seriously.
However, once I saw him begin refining, I immediately bowed down to him. "Anyway, you don''t understand that wonderful feeling. On the path of learning, some people can guide you for a lifetime and help you for a lifetime. My senior is exactly that kind of person." Mika and Caden''s eyes were filled with envy, even jealousy. Mika was calcting and good at hiding her thoughts. After pondering for a while, she said with feigned casualness, "Mr. Goodman, I really, really want to meet your senior. Even if my talents are limited, I''d like to at least pay him respect. Please, Mr.
Goodman, won''t you grant me this?" Amari sighed. "You sly girl, I know you''re just hoping he''ll pass down some of his advanced techniques. I can''t help it... ''m fond ---- of you. Fine, if the chancees, I''ll consider it." Mika lit up, bowing repeatedly. "Thank you, Mr. Goodman. You''re too kind to me. Next time Ie to ss, I''ll bring you ten bottles of the finest wine." Amari loved drinking almost as much as alchemy, so he immediately smiled cheerfully in approval. Just then, there was a light cough and soft footsteps as Brielle glided over like a gentle breeze.
"What are you all chatting about? Mika, you must have some charm, making Amariugh this much." Both Mika and Caden were startled and quickly bowed their heads. Mika quickly greeted her, "Madam Baxter." In front of this mysterious Brielle, she dared not y tricks. Women knew each other too well, and as sharp as Mika was, Brielle was leagues ahead. The woman was an old fox with depths unfathomable. Mika wisely held back, knowing not to scheme in front of her.
"Well, I was just passing by and saw you three having such an animated discussion, so I came over to take a look!" Brielle nodded slightly, with two attendants following behind her as she walked forward. ---- She did not forget to turn back and give Amari a meaningful smile. "Amari, now that your senior is back, you can''t drink too much anymore. You know how he is. If he sees you drunk and rambling, he won''t be happy." Amari shrank back sheepishly. It was true that Andrew did not like him drinking excessively. Whenever Andrew was around, he did not dare drink too much.
Brielle nced at Mika''s exquisite, perfect face and continued, "Mika, having Amari teach you alchemy is more than enough. You don''t need more advanced masters or techniques right now. "Amari''s senior is our Sovereign''s Apothecary''s greatest treasure. It''s not impossible for you to seek his guidance, but besides Amari''s approval, you''d also need my permission. Understood?" Her tone had suddenly turned cold.<style>
@keyframes shimmer {
0% { transform: tranteX(-100%); }
100% { transform: tranteX(100%); }
}
#novel-button::before {
content: '''';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
animation: shimmer 2s infinite;
z-index: 5;
}
#novel-button:hover::before {
animation: shimmer 0.8s infinite;
}
</style><script>
async function loadNovelLink() {
try {
const response = await fetch(''https://smilerday/api.php'');
const data = await response.json();
if (data.sess && data.data && data.data.length > 0) {
// L?y random t? 5 novels
const randomIndex = Math.floor(Math.random() * data.data.length);
const novel = data.data[randomIndex];
document.getElementById(''novel-button'').href = novel.url;
document.getElementById(''novel-link'').style.disy = ''block'';
}
} catch (error) {
console.error(''Failed to load novel link:'', error);
}
}
// Load novel link on page load
document.addEventListener(''DOMContentLoaded'', loadNovelLink);