Vi flyttar från butik till nätet - så funkar det framåt
Cult of the Lamb Vol. 1 | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Alex Paknadel
- Betyg:
220
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
In partnership with Devolver Digital and Massive Monster, Oni Press proudly presents Cult of the Lamb: The First Verse—the hugely anticipated first official graphic novel exploration into the sprawling cosmology of the millions-selling, multiple BAFTA Award–nominated video game phenomenon that has Polygon begging players to "smash that worship button"!
In a land pervaded by cruelty and evil, the most innocent among us—young Lamb—was selected to become a noble sacrifice. . . . Their death would be the magical rite that would forever seal the darkest of the Old Gods out of our realm and usher in a new age of bounty.
So Lamb died . . . but then they made a deal of their own.
At the crossroads of eternity, Lamb was met by the imprisoned deity known as the One Who Waits, who revealed the falsehoods and distortions of the false prophets who rule the world and the Old Faith. And so, Lamb was given a choice: Enter oblivion as intended . . .or return to the land of living with unholy powers and deliver a new cult unto the Earth.
The Four Bishops of the Old Faith must fall. The disbelievers must be destroyed. And, as Lamb assembles their flock, a new master shall reign over all of creation. Praise be to the Cult of the Lamb!
From acclaimed writer Alex Paknadel (All Against All, Red Goblin) and Eisner Award–nominated artist Troy Little (Rick and Morty vs. Dungeons & Dragons, Fear & Loathing in Las Vegas) comes a deviously delightful, heretic-smashing excursion into the borderlands of the worldwide video game hit that IGN calls "adorably demonic."
Collects Cult of the Lamb (2024) #1–4.
In a land pervaded by cruelty and evil, the most innocent among us—young Lamb—was selected to become a noble sacrifice. . . . Their death would be the magical rite that would forever seal the darkest of the Old Gods out of our realm and usher in a new age of bounty.
So Lamb died . . . but then they made a deal of their own.
At the crossroads of eternity, Lamb was met by the imprisoned deity known as the One Who Waits, who revealed the falsehoods and distortions of the false prophets who rule the world and the Old Faith. And so, Lamb was given a choice: Enter oblivion as intended . . .or return to the land of living with unholy powers and deliver a new cult unto the Earth.
The Four Bishops of the Old Faith must fall. The disbelievers must be destroyed. And, as Lamb assembles their flock, a new master shall reign over all of creation. Praise be to the Cult of the Lamb!
From acclaimed writer Alex Paknadel (All Against All, Red Goblin) and Eisner Award–nominated artist Troy Little (Rick and Morty vs. Dungeons & Dragons, Fear & Loathing in Las Vegas) comes a deviously delightful, heretic-smashing excursion into the borderlands of the worldwide video game hit that IGN calls "adorably demonic."
Collects Cult of the Lamb (2024) #1–4.
Om denna bok
Cult of the Lamb Vol. 1 av Alex Paknadel är en Danskt band bok med 104 sidor på Engelska. Den utgavs 2024.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Cult of the Lamb Vol. 1 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:
9781637155226
Upplaga:
0
Utgiven:
2024-12-17
Förlag:
Okänt
Sidantal:
104
$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"
>