Vi flyttar från butik till nätet - så funkar det framåt
The Invocations | 0:e upplagan
- Häftad, Engelska, 2024
- Författare: Krystal Sutherland
- Betyg:
186
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"
>
Beskrivning
From the author of New York Times bestseller House of Hollow comes a darkly seductive witchy thriller where, though both men and demons lurk in shadows, girls refuse to go quietly into the night.
Three girls, one supernatural killer on the loose . . .
Zara Jones believes in magic because the alternative is too painful to consider-that her murdered sister is gone forever and there is nothing she can do about it. Rather than grieving and moving on, Zara decides she will do whatever it takes to claw her sister back from the grave-even trading in the occult.
Jude Wolf may be the daughter of a billionaire, but she is also undeniably cursed. After a deal with a demon went horribly wrong, her soul has been slowly turning necrotic. It's a miserable existence marred by pain, sickness, and monstrous things that taunt her in the night. Now that she's glimpsed what's beyond the veil, Jude's desperate to find someone to undo the damage she's done to herself.
Enter Emer Byrne, an orphaned witch with a dark past and a deadly power, a.k.a. the solution to both Zara's and Jude's problems. Though Emer lives a hardscrabble life, she gives away her most valuable asset-her invocations-to women in desperate situations who are willing to sacrifice a piece of their soul in exchange for a scrap of power. Zara and Jude are willing, but they first have to find Emer.
When Emer's clients start turning up dead all over London, a vital clue leads Zara and Jude right to her. If a serial killer is targeting her clients, Emer wants to know why-and to stop them. She strikes a tenuous alliance with Zara and Jude to hunt a killer before they are next on his list, even if she can't give them in return what Zara and Jude want most: a sister and a soul.
Three girls, one supernatural killer on the loose . . .
Zara Jones believes in magic because the alternative is too painful to consider-that her murdered sister is gone forever and there is nothing she can do about it. Rather than grieving and moving on, Zara decides she will do whatever it takes to claw her sister back from the grave-even trading in the occult.
Jude Wolf may be the daughter of a billionaire, but she is also undeniably cursed. After a deal with a demon went horribly wrong, her soul has been slowly turning necrotic. It's a miserable existence marred by pain, sickness, and monstrous things that taunt her in the night. Now that she's glimpsed what's beyond the veil, Jude's desperate to find someone to undo the damage she's done to herself.
Enter Emer Byrne, an orphaned witch with a dark past and a deadly power, a.k.a. the solution to both Zara's and Jude's problems. Though Emer lives a hardscrabble life, she gives away her most valuable asset-her invocations-to women in desperate situations who are willing to sacrifice a piece of their soul in exchange for a scrap of power. Zara and Jude are willing, but they first have to find Emer.
When Emer's clients start turning up dead all over London, a vital clue leads Zara and Jude right to her. If a serial killer is targeting her clients, Emer wants to know why-and to stop them. She strikes a tenuous alliance with Zara and Jude to hunt a killer before they are next on his list, even if she can't give them in return what Zara and Jude want most: a sister and a soul.
Om denna bok
The Invocations av Krystal Sutherland är en Häftad bok med 400 sidor på Engelska. Den utgavs 2024 av Penguin UK.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Invocations 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:
Häftad
Språk:
Engelska
ISBN:
9780593696286
Upplaga:
0
Utgiven:
2024-01-30
Förlag:
Penguin UK
Sidantal:
400
$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"
>