Vi flyttar från butik till nätet - så funkar det framåt
Eye of the Sh*t Storm | 0:e upplagan
- Danskt band, Engelska, 2021
- Författare: Jackson Ford
- Betyg:
140
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
'AN UN-PUT-DOWN-ABLE, ACTION-PACKED ADVENTURE THAT PACKS AN EMOTIONAL PUNCH' Kirkus
Full of imagination, wit and random sh*t flying through the air, this insane new Frost Files adventure will blow your tiny mind.
Teagan Frost might be getting better at moving sh*t with her mind - but her job working as a telekinetic government operative only ever seems to get harder. That's not even talking about her car-crash of a love life . . .
And things are about to get even tougher. No sooner has Teagan chased off one psychotic kid hell-bent on trashing the whole West Coast, but now she has to contend with another supernatural being who can harness devastating electrical power. And if Teagan can't stop him, the whole of Los Angeles will be facing the sh*tstorm of the century . . .
'A non-stop adrenaline high. Fans of the series will be eagerly awaiting the further adventures of Teagan and her cohorts, and newcomers will quickly fall in love with Jackson's quirky cast of characters, imaginative storytelling, and wry wit' Library Journal
Praise for the Frost Files series:
'Proceeds at breakneck speed through almost 500 pages of madcap adventure' Guardian
'Fast-paced and a lot of fun to read . . . a modern action movie that just happens to be in book form' The Fantasy Inn
'A drunken back-alley brawler of a book' Robert Brockway, author of The Unnoticeables
'Ford's breakneck pace keeps the tension high, and the thrills coming the whole way through' BookPage
'A fast-paced, high-adrenaline tale' Kirkus
The Frost Files novels:
The Girl Who Could Move Sh*t With Her Mind
Random Sh*t Flying Through the Air
Eye of the Sh*t Storm
Full of imagination, wit and random sh*t flying through the air, this insane new Frost Files adventure will blow your tiny mind.
Teagan Frost might be getting better at moving sh*t with her mind - but her job working as a telekinetic government operative only ever seems to get harder. That's not even talking about her car-crash of a love life . . .
And things are about to get even tougher. No sooner has Teagan chased off one psychotic kid hell-bent on trashing the whole West Coast, but now she has to contend with another supernatural being who can harness devastating electrical power. And if Teagan can't stop him, the whole of Los Angeles will be facing the sh*tstorm of the century . . .
'A non-stop adrenaline high. Fans of the series will be eagerly awaiting the further adventures of Teagan and her cohorts, and newcomers will quickly fall in love with Jackson's quirky cast of characters, imaginative storytelling, and wry wit' Library Journal
Praise for the Frost Files series:
'Proceeds at breakneck speed through almost 500 pages of madcap adventure' Guardian
'Fast-paced and a lot of fun to read . . . a modern action movie that just happens to be in book form' The Fantasy Inn
'A drunken back-alley brawler of a book' Robert Brockway, author of The Unnoticeables
'Ford's breakneck pace keeps the tension high, and the thrills coming the whole way through' BookPage
'A fast-paced, high-adrenaline tale' Kirkus
The Frost Files novels:
The Girl Who Could Move Sh*t With Her Mind
Random Sh*t Flying Through the Air
Eye of the Sh*t Storm
Om denna bok
Eye of the Sh*t Storm av Jackson Ford är en Danskt band bok med 496 sidor på Engelska. Den utgavs 2021.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Eye of the Sh*t Storm 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:
9780356514666
Upplaga:
0
Utgiven:
2021-04-29
Förlag:
Okänt
Sidantal:
496
$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"
>