Vi flyttar från butik till nätet - så funkar det framåt
Long Live Evil | 0:e upplagan
- Pocket, Engelska, 2025
- Författare: Sarah Rees Brennan
- Betyg:
131
kr
Skickas inom 0-2 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"
>
Fler utgåvor
Beskrivning
A TALE FOR EVERYONE WHO'S EVER FALLEN FOR THE VILLAIN...
When her whole life collapsed, Rae still had books. Dying, she seizes a second chance at living: a magical bargain that lets her enter the world of her favourite fantasy series.
She wakes in a castle on the edge of a hellish chasm, in a kingdom on the brink of war. Home to dangerous monsters, scheming courtiers and her favourite fictional character: the Once and Forever Emperor. He's impossibly alluring, as only fiction can be. And in this fantasy world, she discovers she's not the heroine, but the villainess in the Emperor's tale.
So be it. The wicked are better dressed, with better one-liners, even if they're doomed to bad ends. She assembles the wildly disparate villains of the story under her evil leadership, plotting to change their fate. But as the body count rises and the Emperor's fury increases, it seems Rae and her allies may not survive to see the final page.
This adult epic fantasy debut from Sarah Rees Brennan puts the reader in the villain's shoes, for an adventure that is both 'brilliant' (Holly Black) and 'supremely satisfying' (Leigh Bardugo).
Expect a rogue's gallery of villains including an axe wielding maid, a shining knight with dark moods, a homicidal bodyguard, and a playboy spymaster with a golden heart and a filthy reputation.
When her whole life collapsed, Rae still had books. Dying, she seizes a second chance at living: a magical bargain that lets her enter the world of her favourite fantasy series.
She wakes in a castle on the edge of a hellish chasm, in a kingdom on the brink of war. Home to dangerous monsters, scheming courtiers and her favourite fictional character: the Once and Forever Emperor. He's impossibly alluring, as only fiction can be. And in this fantasy world, she discovers she's not the heroine, but the villainess in the Emperor's tale.
So be it. The wicked are better dressed, with better one-liners, even if they're doomed to bad ends. She assembles the wildly disparate villains of the story under her evil leadership, plotting to change their fate. But as the body count rises and the Emperor's fury increases, it seems Rae and her allies may not survive to see the final page.
This adult epic fantasy debut from Sarah Rees Brennan puts the reader in the villain's shoes, for an adventure that is both 'brilliant' (Holly Black) and 'supremely satisfying' (Leigh Bardugo).
Expect a rogue's gallery of villains including an axe wielding maid, a shining knight with dark moods, a homicidal bodyguard, and a playboy spymaster with a golden heart and a filthy reputation.
Om denna bok
Long Live Evil av Sarah Rees Brennan är en Pocket bok med 448 sidor på Engelska. Den utgavs 2025 av Little Brown.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Long Live Evil 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:
Skönlitteratur
Bandtyp:
Pocket
Språk:
Engelska
ISBN:
9780356522081
Upplaga:
0
Utgiven:
2025-07-03
Förlag:
Little Brown
Sidantal:
448
$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"
>