Vi flyttar från butik till nätet - så funkar det framåt
The Prison Healer | 0:e upplagan
- Danskt band, Engelska, 2022
- Författare: Lynette Noni
- 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"
>
Beskrivning
'A marvelous and inventive storyteller' Sarah J Maas, #1 New York Times Bestselling Author
At Zalindov, the only person you can trust is yourself.
Seventeen-year-old Kiva Meridan is a survivor. For ten years, she has worked as the healer in the notorious death prison, Zalindov, making herself indispensable. Kept afloat by messages of hope from her family, Kiva has one goal and one goal only: stay alive.
Then one day the infamous Rebel Queen arrives at the prison on death's door and Kiva receives a new message: Don't let her die. We are coming.
The queen is sentenced to the Trial by Ordeal: a series of elemental challenges against the torments of air, fire, water, and earth, assigned to only the most dangerous of criminals. Aware the sickly queen has little chance of making it through the Trials alive, Kiva volunteers to take her place. If she succeeds, both she and the queen will be granted their freedom.
But no one has ever survived.
And with an incurable plague sweeping Zalindov, a mysterious new inmate fighting for Kiva's heart, and a prison rebellion brewing, Kiva can't escape the terrible feeling that her trials have only just begun.
From bestselling Australian author Lynette Noni comes a masterful and action-packed YA fantasy perfect for fans of Sarah J. Maas and Sabaa Tahir.
At Zalindov, the only person you can trust is yourself.
Seventeen-year-old Kiva Meridan is a survivor. For ten years, she has worked as the healer in the notorious death prison, Zalindov, making herself indispensable. Kept afloat by messages of hope from her family, Kiva has one goal and one goal only: stay alive.
Then one day the infamous Rebel Queen arrives at the prison on death's door and Kiva receives a new message: Don't let her die. We are coming.
The queen is sentenced to the Trial by Ordeal: a series of elemental challenges against the torments of air, fire, water, and earth, assigned to only the most dangerous of criminals. Aware the sickly queen has little chance of making it through the Trials alive, Kiva volunteers to take her place. If she succeeds, both she and the queen will be granted their freedom.
But no one has ever survived.
And with an incurable plague sweeping Zalindov, a mysterious new inmate fighting for Kiva's heart, and a prison rebellion brewing, Kiva can't escape the terrible feeling that her trials have only just begun.
From bestselling Australian author Lynette Noni comes a masterful and action-packed YA fantasy perfect for fans of Sarah J. Maas and Sabaa Tahir.
Om denna bok
The Prison Healer av Lynette Noni är en Danskt band bok med 416 sidor på Engelska. Den utgavs 2022.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Prison Healer 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:
9781529360400
Upplaga:
0
Utgiven:
2022-05-10
Förlag:
Okänt
Sidantal:
416
$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"
>