Vi flyttar från butik till nätet - så funkar det framåt
Gears of War: Bloodlines | 0:e upplagan
- Danskt band, Engelska, 2020
- Författare: Jason m Hough
- Betyg:
110
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
The new novel set within the action of the Xbox Game Studios video game Gears 5, by New York Times bestselling author Jason Hough.
THE OFFICIAL TIE-IN TO THE EXCITING VIDEO GAMES GEARS 5 AND GEARS TACTICS
In the aftermath of Settlement 2’s destruction, Kait Diaz reels from the near loss of a close friend amid utter defeat at the hands of the Swarm. To move forward, she must choose either to walk the Outsider path of her mother, or rise to her beckoning duty as a Gear, as her father did. As Kait grapples with her circumstance, an unexpected ally illuminates secrets from the past that offer a new perspective.
Over four decades before, the two superpowers of Sera – the Coalition of Ordered Governments, and the Union of Independent Republics – wage a bitter, worldwide conflict known as the Pendulum Wars. For nearly a century, the two have fought to wrest control over Sera’s most precious energy resource: Imulsion.
On the 79th year of the Pendulum Wars, Gabriel Diaz is a decorated Lieutenant Colonel serving the Coalition, assigned to Vectes Naval Base – a fortress that’s seen little action despite its close proximity to UIR territory. The island’s relative quiet is disturbed when a COG special forces team known as Ghost Squad arrive with a mysterious mission to the nearby island of Knifespire: an unforgiving rock of seemingly no strategic value.
When the Ghosts send out a distress call, it’s up to Gabe to evacuate them – and what he discovers on Knifespire could change the very course of the Pendulum Wars. There, the Battle of Gatka Ridge will define Gabe’s legacy, and shape the future of his daughter, Kait Diaz.
THE OFFICIAL TIE-IN TO THE EXCITING VIDEO GAMES GEARS 5 AND GEARS TACTICS
In the aftermath of Settlement 2’s destruction, Kait Diaz reels from the near loss of a close friend amid utter defeat at the hands of the Swarm. To move forward, she must choose either to walk the Outsider path of her mother, or rise to her beckoning duty as a Gear, as her father did. As Kait grapples with her circumstance, an unexpected ally illuminates secrets from the past that offer a new perspective.
Over four decades before, the two superpowers of Sera – the Coalition of Ordered Governments, and the Union of Independent Republics – wage a bitter, worldwide conflict known as the Pendulum Wars. For nearly a century, the two have fought to wrest control over Sera’s most precious energy resource: Imulsion.
On the 79th year of the Pendulum Wars, Gabriel Diaz is a decorated Lieutenant Colonel serving the Coalition, assigned to Vectes Naval Base – a fortress that’s seen little action despite its close proximity to UIR territory. The island’s relative quiet is disturbed when a COG special forces team known as Ghost Squad arrive with a mysterious mission to the nearby island of Knifespire: an unforgiving rock of seemingly no strategic value.
When the Ghosts send out a distress call, it’s up to Gabe to evacuate them – and what he discovers on Knifespire could change the very course of the Pendulum Wars. There, the Battle of Gatka Ridge will define Gabe’s legacy, and shape the future of his daughter, Kait Diaz.
Om denna bok
Gears of War: Bloodlines av Jason m Hough är en Danskt band bok med 352 sidor på Engelska. Den utgavs 2020.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Gears of War: Bloodlines 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:
9781789094787
Upplaga:
0
Utgiven:
2020-04-21
Förlag:
Okänt
Sidantal:
352
$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"
>