Vi flyttar från butik till nätet - så funkar det framåt
The Dragonbone Chair | 0:e upplagan
- Danskt band, Engelska, 2016
- Författare: Tad Williams
- Betyg:
149
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"
>
Fler utgåvor
Beskrivning
'One of my favourite fantasy series.' George R. R. Martin, international bestselling author of A Game of Thrones
Kitchen-boy Simon is bored, restless and fourteen years old - a dangerous combination. It seems, however, that his life has just taken a turn for the better when he's apprenticed to his castle's resident wizard. As Simon's learning to read and write under Doctor Morgenes' tutelage, forces greater than he could possible imagine are gathering: forces which will change Simon's life - and his world - forever.
Following the death of Good King John, Osten Ard is plunged into civil war as his sons battle for control of the fabled Dragonbone Chair - the country's throne as well as the symbol of its power. Simon is forced to flee the only home he has ever known, a journey which will test him beyond his worst nightmares.
With THE DRAGONBONE CHAIR, Tad Williams introduced readers to the incredible fantasy world of Osten Ard and kicked off the beloved, internationally bestselling series Memory, Sorrow and Thorn.
PRAISE FOR MEMORY, SORROW AND THORN
'Ground-breaking . . . changed how people thought of the genre and paved the way for so much modern fantasy, including mine.' Patrick Rothfuss, bestselling author of The Kingkiller Chronicle
'One of the main reasons I started writing fantasy . . . Tad Williams' work is an essential part of any science fiction and fantasy library.' Christopher Paolini, author of the Inheritance Cycle series
Kitchen-boy Simon is bored, restless and fourteen years old - a dangerous combination. It seems, however, that his life has just taken a turn for the better when he's apprenticed to his castle's resident wizard. As Simon's learning to read and write under Doctor Morgenes' tutelage, forces greater than he could possible imagine are gathering: forces which will change Simon's life - and his world - forever.
Following the death of Good King John, Osten Ard is plunged into civil war as his sons battle for control of the fabled Dragonbone Chair - the country's throne as well as the symbol of its power. Simon is forced to flee the only home he has ever known, a journey which will test him beyond his worst nightmares.
With THE DRAGONBONE CHAIR, Tad Williams introduced readers to the incredible fantasy world of Osten Ard and kicked off the beloved, internationally bestselling series Memory, Sorrow and Thorn.
PRAISE FOR MEMORY, SORROW AND THORN
'Ground-breaking . . . changed how people thought of the genre and paved the way for so much modern fantasy, including mine.' Patrick Rothfuss, bestselling author of The Kingkiller Chronicle
'One of the main reasons I started writing fantasy . . . Tad Williams' work is an essential part of any science fiction and fantasy library.' Christopher Paolini, author of the Inheritance Cycle series
Om denna bok
The Dragonbone Chair av Tad Williams är en Danskt band bok med 944 sidor på Engelska. Den utgavs 2016.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Dragonbone Chair 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:
9781473642102
Upplaga:
0
Utgiven:
2016-03-01
Förlag:
Okänt
Sidantal:
944
$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"
>