Vi flyttar från butik till nätet - så funkar det framåt
Conan: Cult of the Obsidian Moon | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: James Lovegrove
- Betyg:
197
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
A new chapter of the Titan comics & Heroic Signatures massive narrative event: The Battle of the Black Stone. A thrilling story about Conan the Barbarian facing incomprehensible Lovecraftian horrors written by New York Times Bestselling author James Lovegrove.
A NEW CHAPTER OF THE TITAN COMICS & HEROIC SIGNATURES MASSIVE NARRATIVE EVENT: THE BATTLE OF THE BLACK STONE.
Still mourning Bêlit, Conan attempts to drink away his sorrows. In his tavern-hopping journey he meets and befriends married couple Hunwulf and Gudrun and their son, Bjørn. A decade ago, Hunwulf eloped with Gudrun after killing her betrothed, they live on the run from her tribe, who are desperate for revenge.
Bjørn has the makings of a shaman, while Hunwulf is prone to having strange fits which bring him visions of past and future lives. When a descendant warns Hunwulf of imminent danger, he and his wife ride out to ambush the tribe, leaving Bjørn with Conan, who vows to protect the boy with his life.
Unfortunately, Conan is betrayed by a former accomplice, and Bjørn is kidnapped by the tribe. Conan and Bjørn’s vengeful parents search for the lad. They catch up to the tribe, only to find Bjørn has been taken by murderous bat-winged figures, who fought with talon and sword. The boy, and other “gifted” children have been taken to the Rotlands, a place plagued by a contaminating supernatural force that warps all who go there. To save Bjørn, the trio must go to the heart of the Rotlands, where strange, horrifying fates await at every turn.
A NEW CHAPTER OF THE TITAN COMICS & HEROIC SIGNATURES MASSIVE NARRATIVE EVENT: THE BATTLE OF THE BLACK STONE.
Still mourning Bêlit, Conan attempts to drink away his sorrows. In his tavern-hopping journey he meets and befriends married couple Hunwulf and Gudrun and their son, Bjørn. A decade ago, Hunwulf eloped with Gudrun after killing her betrothed, they live on the run from her tribe, who are desperate for revenge.
Bjørn has the makings of a shaman, while Hunwulf is prone to having strange fits which bring him visions of past and future lives. When a descendant warns Hunwulf of imminent danger, he and his wife ride out to ambush the tribe, leaving Bjørn with Conan, who vows to protect the boy with his life.
Unfortunately, Conan is betrayed by a former accomplice, and Bjørn is kidnapped by the tribe. Conan and Bjørn’s vengeful parents search for the lad. They catch up to the tribe, only to find Bjørn has been taken by murderous bat-winged figures, who fought with talon and sword. The boy, and other “gifted” children have been taken to the Rotlands, a place plagued by a contaminating supernatural force that warps all who go there. To save Bjørn, the trio must go to the heart of the Rotlands, where strange, horrifying fates await at every turn.
Om denna bok
Conan: Cult of the Obsidian Moon av James Lovegrove är en Danskt band bok med 512 sidor på Engelska. Den utgavs 2024.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Conan: Cult of the Obsidian Moon 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:
Danskt band
Språk:
Engelska
ISBN:
9781835411674
Upplaga:
0
Utgiven:
2024-11-19
Förlag:
Okänt
Sidantal:
512
$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"
>