Vi flyttar från butik till nätet - så funkar det framåt
Infinity Kings | 0:e upplagan
- Pocket, Engelska, 2024
- Författare: Adam Silvera
- Betyg:
178
kr
Skickas inom 1-3 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 the INTERNATIONAL NO.1 BESTSELLER THEY BOTH DIE AT THE END.
In this epic conclusion to the New York Times bestselling Infinity Cycle trilogy, two brothers find themselves in a heartbreaking war against one another . . . For fans of Cassandra Clare, Leigh Bardugo and Sarah J Maas.
After the ultimate betrayal, Emil must rise up as a leader to stop his brother, Brighton, before he becomes too powerful. Even if that means pushing away Ness and Wyatt as they compete for his heart so he can focus on the war.
Brighton has a legion of followers at his command, but when he learns about an ancient scythe that can kill the unkillable, he realises that's all he needs to become unstoppable against Emil and other rising threats.
Meanwhile, Maribelle aligns with her greatest enemy to resurrect her lost love, and Ness infiltrates political circles to stop Iron from ruling the country, but both missions lead to tragedies that will change everyone's lives for ever.
As the Infinity Son and the Infinity Reaper go to war, who will be crowned the Infinity King?
Praise for Infinity Son:
'A magnificent addition to the ranks of Young Adult fantasy' Waterstones
'Silvera shoots off his plot like a gun and writes action sequences as if they were car chases - relentless, quick-cutting, sparks flying' New York Times
'Silvera has created an exciting fantasy series opener. Fans of Cassandra Clare ... will love this magical book that embodies it all.' School Library Journal
In this epic conclusion to the New York Times bestselling Infinity Cycle trilogy, two brothers find themselves in a heartbreaking war against one another . . . For fans of Cassandra Clare, Leigh Bardugo and Sarah J Maas.
After the ultimate betrayal, Emil must rise up as a leader to stop his brother, Brighton, before he becomes too powerful. Even if that means pushing away Ness and Wyatt as they compete for his heart so he can focus on the war.
Brighton has a legion of followers at his command, but when he learns about an ancient scythe that can kill the unkillable, he realises that's all he needs to become unstoppable against Emil and other rising threats.
Meanwhile, Maribelle aligns with her greatest enemy to resurrect her lost love, and Ness infiltrates political circles to stop Iron from ruling the country, but both missions lead to tragedies that will change everyone's lives for ever.
As the Infinity Son and the Infinity Reaper go to war, who will be crowned the Infinity King?
Praise for Infinity Son:
'A magnificent addition to the ranks of Young Adult fantasy' Waterstones
'Silvera shoots off his plot like a gun and writes action sequences as if they were car chases - relentless, quick-cutting, sparks flying' New York Times
'Silvera has created an exciting fantasy series opener. Fans of Cassandra Clare ... will love this magical book that embodies it all.' School Library Journal
Om denna bok
Infinity Kings av Adam Silvera är en Pocket bok med 592 sidor på Engelska. Den utgavs 2024 av Simon & Schuster.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Infinity Kings 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:
9781398504974
Upplaga:
0
Utgiven:
2024-03-12
Förlag:
Simon & Schuster
Sidantal:
592
$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"
>