Vi flyttar från butik till nätet - så funkar det framåt
Oathbound | 0:e upplagan
- Häftad, Engelska, 2025
- Författare: Tracy Deonn
- Betyg:
182
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
The phenomenal third book in the TikTok sensation Legendborn Cycle by New York Times bestselling and award-winning author Tracy Deonn. Perfect for fans of Tahereh Mafi, Sabaa Tahir, Cassandra Clare and Leigh Bardugo!
Severed from the Legendborn. Oathbound to a monster.
Bree Matthews is alone. She exiled herself from the Legendborn Order, cut her ancestral connections, and turned away from the friends who can't understand the impossible cost of her powers. This is the only way to keep herself - and those she loves - safe.
But Bree's decision has come with a terrible price: an unbreakable bargain with the Shadow King himself, a shapeshifter who can move between humanity, the demon underworld, and the Legendborn secret society. In exchange for training to wield her unprecedented abilities, Bree has put her future in the Shadow King's hands - and unwittingly bound herself to do his bidding as his new protege.
Meanwhile, the other Scions must face war with their Round Table fractured, leaderless, and missing its Kingsmage, as Selwyn has also disappeared. When Nick is detained by the Order's Merlins, he invokes an ancient law that requires the High Council of Regents to convene at the Northern Keep and grant him an audience. No one knows what he will demand of them . . . or what secrets he has kept hidden from the Table.
As a string of mysterious kidnappings escalates and Merlins are found dead, it becomes clear that no matter how hard Bree runs from who she is, the past will always find her . . .
Praise for Legendborn:
'I love the feeling of a magical world existing just beneath the surface of our own and this story gave me everything I wanted: incredible characters, ancient lore and secret societies - all grounded in our very real, very flawed world . . .' Leigh Bardugo, author of Shadow and Bone
'Tracy Deonn's Legendborn braids southern folk traditions and Black Girl Magic into a searing modern tale of grief, power and self-discovery.' Dhonielle Clayton, New York Times bestselling author of The Belles
Severed from the Legendborn. Oathbound to a monster.
Bree Matthews is alone. She exiled herself from the Legendborn Order, cut her ancestral connections, and turned away from the friends who can't understand the impossible cost of her powers. This is the only way to keep herself - and those she loves - safe.
But Bree's decision has come with a terrible price: an unbreakable bargain with the Shadow King himself, a shapeshifter who can move between humanity, the demon underworld, and the Legendborn secret society. In exchange for training to wield her unprecedented abilities, Bree has put her future in the Shadow King's hands - and unwittingly bound herself to do his bidding as his new protege.
Meanwhile, the other Scions must face war with their Round Table fractured, leaderless, and missing its Kingsmage, as Selwyn has also disappeared. When Nick is detained by the Order's Merlins, he invokes an ancient law that requires the High Council of Regents to convene at the Northern Keep and grant him an audience. No one knows what he will demand of them . . . or what secrets he has kept hidden from the Table.
As a string of mysterious kidnappings escalates and Merlins are found dead, it becomes clear that no matter how hard Bree runs from who she is, the past will always find her . . .
Praise for Legendborn:
'I love the feeling of a magical world existing just beneath the surface of our own and this story gave me everything I wanted: incredible characters, ancient lore and secret societies - all grounded in our very real, very flawed world . . .' Leigh Bardugo, author of Shadow and Bone
'Tracy Deonn's Legendborn braids southern folk traditions and Black Girl Magic into a searing modern tale of grief, power and self-discovery.' Dhonielle Clayton, New York Times bestselling author of The Belles
Om denna bok
Oathbound av Tracy Deonn är en Häftad bok med 576 sidor på Engelska. Den utgavs 2025 av Simon & Schuster.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Oathbound 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:
9781398531451
Upplaga:
0
Utgiven:
2025-03-04
Förlag:
Simon & Schuster
Sidantal:
576
$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"
>