@@ -272,6 +272,150 @@ export const FAYE_LOCATIONS: RelatedItem[] = [
272272 } ,
273273]
274274
275+ export const FAYE_COMICS : ComicList [ ] = [
276+ {
277+ comic : 4805 ,
278+ title : 'Messy Joseph' ,
279+ tagline : 'say no more' ,
280+ isNonCanon : false ,
281+ isGuestComic : false ,
282+ } ,
283+ {
284+ comic : 4801 ,
285+ title : 'Five Bars' ,
286+ tagline : "it's the little things" ,
287+ isNonCanon : false ,
288+ isGuestComic : false ,
289+ } ,
290+ {
291+ comic : 4800 ,
292+ title : 'Fumigation' ,
293+ tagline : 'smells kinda mustardy' ,
294+ isNonCanon : false ,
295+ isGuestComic : false ,
296+ } ,
297+ {
298+ comic : 4799 ,
299+ title : 'Intestinal Fortitude' ,
300+ tagline : 'just a gut feeling' ,
301+ isNonCanon : false ,
302+ isGuestComic : false ,
303+ } ,
304+ {
305+ comic : 4798 ,
306+ title : 'Beast Mode' ,
307+ tagline : 'then the hyenas came' ,
308+ isNonCanon : false ,
309+ isGuestComic : false ,
310+ } ,
311+ {
312+ comic : 4796 ,
313+ title : 'Pollen' ,
314+ tagline : 'just a sneeze' ,
315+ isNonCanon : false ,
316+ isGuestComic : false ,
317+ } ,
318+ {
319+ comic : 4795 ,
320+ title : 'The Brute Force Method' ,
321+ tagline : 'do not try this at home' ,
322+ isNonCanon : false ,
323+ isGuestComic : false ,
324+ } ,
325+ {
326+ comic : 4794 ,
327+ title : 'Skull Buddy' ,
328+ tagline : 'explains a lot' ,
329+ isNonCanon : false ,
330+ isGuestComic : false ,
331+ } ,
332+ {
333+ comic : 4793 ,
334+ title : 'Self-Diagnostic' ,
335+ tagline : 'haha woo' ,
336+ isNonCanon : false ,
337+ isGuestComic : false ,
338+ } ,
339+ {
340+ comic : 4792 ,
341+ title : 'Heat Shrink' ,
342+ tagline : "it's just really fancy shrinkwrap" ,
343+ isNonCanon : false ,
344+ isGuestComic : false ,
345+ } ,
346+ {
347+ comic : 4791 ,
348+ title : 'Does A Body Good' ,
349+ tagline : 'humans are like 80% goop, robots are about 20%' ,
350+ isNonCanon : false ,
351+ isGuestComic : false ,
352+ } ,
353+ {
354+ comic : 4790 ,
355+ title : 'Renowned Entomologist' ,
356+ tagline : 'some never before known to science' ,
357+ isNonCanon : false ,
358+ isGuestComic : false ,
359+ } ,
360+ {
361+ comic : 4778 ,
362+ title : 'Frankenmelon' ,
363+ tagline : 'SO smug' ,
364+ isNonCanon : false ,
365+ isGuestComic : false ,
366+ } ,
367+ {
368+ comic : 4727 ,
369+ title : 'Stick The Pose' ,
370+ tagline : 'who could have foreseen this' ,
371+ isNonCanon : false ,
372+ isGuestComic : false ,
373+ } ,
374+ {
375+ comic : 4716 ,
376+ title : 'Exit Strategy' ,
377+ tagline : 'in reality, bears shit pretty much wherever they feel like' ,
378+ isNonCanon : false ,
379+ isGuestComic : false ,
380+ } ,
381+ {
382+ comic : 4712 ,
383+ title : 'The Straight And Narrow' ,
384+ tagline : 'crimes and bad decisions are not necessarily the same thing' ,
385+ isNonCanon : false ,
386+ isGuestComic : false ,
387+ } ,
388+ {
389+ comic : 4711 ,
390+ title : 'The Dankest Emmett Lore' ,
391+ tagline :
392+ "either Emmett rules or they're a really creative liar. or both" ,
393+ isNonCanon : false ,
394+ isGuestComic : false ,
395+ } ,
396+ {
397+ comic : 4710 ,
398+ title : 'More Emmett Lore' ,
399+ tagline : 'the cool S...' ,
400+ isNonCanon : false ,
401+ isGuestComic : false ,
402+ } ,
403+ {
404+ comic : 4705 ,
405+ title : 'Pupating' ,
406+ tagline : 'babies freak me out' ,
407+ isNonCanon : false ,
408+ isGuestComic : false ,
409+ } ,
410+ {
411+ comic : 4704 ,
412+ title : 'Wind-Blown' ,
413+ tagline : 'all other emotions are a subset of either chomp or awoo' ,
414+ isNonCanon : false ,
415+ isGuestComic : false ,
416+ } ,
417+ ]
418+
275419export const MANY_IMAGES : ItemImageList [ ] = [
276420 { id : 1 , crc32cHash : 0 } ,
277421 { id : 2 , crc32cHash : 0 } ,
0 commit comments