Välkommen tillbaka till Campusbokhandeln! Vi firar med inlämningskampanj: Lämna in din kurslitteratur – få 150 :- och chansen att vinna 1 000 :-. Läs mer här!
Lassiter | 0:e upplagan
- Danskt band, Engelska, 2023
- Författare: J. R. Ward
- Betyg:
151
kr
Skickas inom 7-14 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
Destiny, duty . . . and desire. In the next epic instalment in J. R. Ward's No. 1 New York Times bestselling Black Dagger Brotherhood series, a fallen angel finds love with a mysterious female - who could be his destiny . . . or the embodiment of his utter destruction.
Lassiter, the fallen angel, is too good at the saviour business. In his new role overseeing the fates of all vampires, he's influenced outcomes he shouldn't have - so the Creator is calling him home. But the angel has a reason to stay in Caldwell. He's bonded with a mysterious female who seemed to appear from out of nowhere . . . and has powers that defy all reason.
Rahvyn is well aware that she doesn't belong in the present. And she never intended to stay, for her true place is in the past. Lassiter proves to be undeniable, however, and she lets herself fall for the angel - until a secret he's been keeping comes out and she fears that for him, it's not about love, but duty.
As the Omega's son re-establishes the Lessening Society, and the Brotherhood must resume the deadly war, an unfathomable tragedy occurs. In the aftermath, Rahvyn has to decide whether to stay and help - or save herself from an immortal heartbreak she knows will crush her very soul . . .
Find out why readers are OBSESSED with the Black Dagger Brotherhood . . .
'Insanely good! . . . Intensely romantic and straight up flipping steamy, violent and gruesome, heartbreaking and deep. Her addictive writing tells a story like none other' Goodreads reviewer
''I can't get enough of these sexy, tough, intriguing vampires' Amazon reviewer
'Emotional by epic proportions' Kobo reviewer
'The Black Dagger Brotherhood is a twisting, often surprising, but always awesome read' Amazon reviewer
'A must read' Goodreads reviewer
'The story had me captivated the whole way' Kobo reviewer
'Each and every character is compelling' Amazon reviewer
Lassiter, the fallen angel, is too good at the saviour business. In his new role overseeing the fates of all vampires, he's influenced outcomes he shouldn't have - so the Creator is calling him home. But the angel has a reason to stay in Caldwell. He's bonded with a mysterious female who seemed to appear from out of nowhere . . . and has powers that defy all reason.
Rahvyn is well aware that she doesn't belong in the present. And she never intended to stay, for her true place is in the past. Lassiter proves to be undeniable, however, and she lets herself fall for the angel - until a secret he's been keeping comes out and she fears that for him, it's not about love, but duty.
As the Omega's son re-establishes the Lessening Society, and the Brotherhood must resume the deadly war, an unfathomable tragedy occurs. In the aftermath, Rahvyn has to decide whether to stay and help - or save herself from an immortal heartbreak she knows will crush her very soul . . .
Find out why readers are OBSESSED with the Black Dagger Brotherhood . . .
'Insanely good! . . . Intensely romantic and straight up flipping steamy, violent and gruesome, heartbreaking and deep. Her addictive writing tells a story like none other' Goodreads reviewer
''I can't get enough of these sexy, tough, intriguing vampires' Amazon reviewer
'Emotional by epic proportions' Kobo reviewer
'The Black Dagger Brotherhood is a twisting, often surprising, but always awesome read' Amazon reviewer
'A must read' Goodreads reviewer
'The story had me captivated the whole way' Kobo reviewer
'Each and every character is compelling' Amazon reviewer
Produktinformation
Kategori:
Skönlitteratur
Bandtyp:
Danskt band
Språk:
Engelska
Förlag:
Okänt
Upplaga:
0
Utgiven:
2023-11-28
ISBN:
9780349430898
Sidantal:
480
$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"
>