Vi flyttar från butik till nätet - så funkar det framåt
The Wolf Hunt | 0:e upplagan
- Danskt band, Engelska, 2021
- Författare: Tim Hodkinson
- Betyg:
Butikslager
Onlinelager
Ej i lager
$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"
>
Fler utgåvor
Beskrivning
'Fast-paced, detailed and brilliantly written [for] fans of Bernard Cornwell, George R.R. Martin, and especially Theodore Brun' HISTORICAL NOVEL SOCIETY
When you can't protect everyone, who will you save?
Iceland, AD 935
Einar Unnsson is destined to be great. When he fights, a frenzy comes upon him. It makes him lethal in battle – so lethal he just defeated the man his own father sent to kill him.
Now, with Einar exiled from his kingdom, his father turns his vengeance on Einar's mother – his escaped former bedslave. Yet Einar is in no position to protect her. He's made an enemy of the powerful King Eirik and must fight for his own life before he can save her.
Einar depends on the Wolf Coats, a band of fearsome, bloodthirsty warriors, but they're convinced the fates have cursed them. Will Einar's skill in battle be enough to save his mother? Or will the Wolf Coats' superstition destroy them all?
PRAISE FOR TIM HODKINSON:
'A brilliantly written historical adventure which will appeal to fans of Bernard Cornwell, George R.R. Martin, and especially Theodore Brun' HISTORICAL NOVEL ASSOCIATION
'A gripping action adventure like the sagas of old; and once finished, you just want to go back and read it all over again' MELISENDE'S LIBRARY
'An excellently written page-turner, with a feel for the period which invites you into the era and keeps you there' HISTORICAL WRITERS ASSOCIATION
READERS LOVE THE WOLF HUNT:
'Fantastically written! This book will have you hooked from the very first page!... 5 stars all the way, buy it, read it, love it, recommend it!' 5 stars -Paula Cwikla, Netgalley Reviewer
'Hodkinson weaves his spell so intricately that you are drawn in before you know it – and pages and hours have passed in no time at all... This is a series worth investing in!' 4 stars - Melisende d'Outremer, Netgalley Reviewer
'This is right down my street! I loved it, what a tale, excellent character depth, brilliantly written and full of action, what more could I want. Excellent work Tim!' 5 stars - Stephen Walker, Netgalley Reviewer
When you can't protect everyone, who will you save?
Iceland, AD 935
Einar Unnsson is destined to be great. When he fights, a frenzy comes upon him. It makes him lethal in battle – so lethal he just defeated the man his own father sent to kill him.
Now, with Einar exiled from his kingdom, his father turns his vengeance on Einar's mother – his escaped former bedslave. Yet Einar is in no position to protect her. He's made an enemy of the powerful King Eirik and must fight for his own life before he can save her.
Einar depends on the Wolf Coats, a band of fearsome, bloodthirsty warriors, but they're convinced the fates have cursed them. Will Einar's skill in battle be enough to save his mother? Or will the Wolf Coats' superstition destroy them all?
PRAISE FOR TIM HODKINSON:
'A brilliantly written historical adventure which will appeal to fans of Bernard Cornwell, George R.R. Martin, and especially Theodore Brun' HISTORICAL NOVEL ASSOCIATION
'A gripping action adventure like the sagas of old; and once finished, you just want to go back and read it all over again' MELISENDE'S LIBRARY
'An excellently written page-turner, with a feel for the period which invites you into the era and keeps you there' HISTORICAL WRITERS ASSOCIATION
READERS LOVE THE WOLF HUNT:
'Fantastically written! This book will have you hooked from the very first page!... 5 stars all the way, buy it, read it, love it, recommend it!' 5 stars -Paula Cwikla, Netgalley Reviewer
'Hodkinson weaves his spell so intricately that you are drawn in before you know it – and pages and hours have passed in no time at all... This is a series worth investing in!' 4 stars - Melisende d'Outremer, Netgalley Reviewer
'This is right down my street! I loved it, what a tale, excellent character depth, brilliantly written and full of action, what more could I want. Excellent work Tim!' 5 stars - Stephen Walker, Netgalley Reviewer
Om denna bok
The Wolf Hunt av Tim Hodkinson är en Danskt band bok med 480 sidor på Engelska. Den utgavs 2021 av Bloomsbury Publishing PLC.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Wolf Hunt 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:
9781800246409
Upplaga:
0
Utgiven:
2021-01-07
Förlag:
Bloomsbury Publishing PLC
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"
>