Vi flyttar från butik till nätet - så funkar det framåt
Heir of Uncertain Magic | 0:e upplagan
- Danskt band, Engelska, 2023
- Författare: Charlie N. Holmberg
- Betyg:
114
kr
Skickas inom 6-8 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
One man is on a journey to unravel his magical lineage in the next spellbinding novel of the Whimbrel House series by Amazon Charts and Wall Street Journal bestselling author Charlie N. Holmberg.
Thanks to house tamer Hulda Larkin, the mischief infesting Whimbrel House has calmed. But if Hulda’s job is done, what does that mean for Merritt Fernsby, inheritor of the remote Narragansett Bay estate, who’s only now coming to terms with his enchanted place in the world?
Merritt has realized his own burgeoning powers, which draw the thoughts of every plant, insect, and dog. His nights are sleepless, with an uncontrollable cacophony of voices that compel a long-overdue search into his uncanny bloodline. It’s not the only puzzle uniting Merritt and his ex-housekeeper, Hulda. Her friend and former employer at the Boston Institute for the Keeping of Enchanted Rooms has disappeared. Hulda herself is up for the now-vacant position of institute director, and her rival for the role is a stranger who’s suspiciously curious about Whimbrel House—and could have connections to an old foe.
As Merritt struggles to face his estranged family and Hulda dives into the institute’s secrets, the two are brought intimately closer than ever into the mysteries of wizardry, chaos, and love.
Thanks to house tamer Hulda Larkin, the mischief infesting Whimbrel House has calmed. But if Hulda’s job is done, what does that mean for Merritt Fernsby, inheritor of the remote Narragansett Bay estate, who’s only now coming to terms with his enchanted place in the world?
Merritt has realized his own burgeoning powers, which draw the thoughts of every plant, insect, and dog. His nights are sleepless, with an uncontrollable cacophony of voices that compel a long-overdue search into his uncanny bloodline. It’s not the only puzzle uniting Merritt and his ex-housekeeper, Hulda. Her friend and former employer at the Boston Institute for the Keeping of Enchanted Rooms has disappeared. Hulda herself is up for the now-vacant position of institute director, and her rival for the role is a stranger who’s suspiciously curious about Whimbrel House—and could have connections to an old foe.
As Merritt struggles to face his estranged family and Hulda dives into the institute’s secrets, the two are brought intimately closer than ever into the mysteries of wizardry, chaos, and love.
Om denna bok
Heir of Uncertain Magic av Charlie N. Holmberg är en Danskt band bok med 304 sidor på Engelska. Den utgavs 2023.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Heir of Uncertain Magic begagnad från Campusbokhandeln och spara upp till 25% jämfört med nypris. Du kan bevaka den här boken så får du ett mail så fort vi får in den i lager som begagnad.
Genom att köpa & sälja begagnat sänker du kostnaden för studier både för dig och nästa student samtidigt som du gör nytta för klimatet.
Produktinformation
Kategori:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781662508691
Upplaga:
0
Utgiven:
2023-04-11
Förlag:
Okänt
Sidantal:
304
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>