diff --git a/files/assets/images/emojis/marseyturban.webp b/files/assets/images/emojis/marseyturban.webp new file mode 100644 index 000000000..07518ac07 Binary files /dev/null and b/files/assets/images/emojis/marseyturban.webp differ diff --git a/files/assets/images/hats/A Beautiful Mind.webp b/files/assets/images/hats/A Beautiful Mind.webp new file mode 100644 index 000000000..0c79a5d9b Binary files /dev/null and b/files/assets/images/hats/A Beautiful Mind.webp differ diff --git a/files/assets/images/hats/BTC.webp b/files/assets/images/hats/BTC.webp new file mode 100644 index 000000000..5862678df Binary files /dev/null and b/files/assets/images/hats/BTC.webp differ diff --git a/files/assets/images/hats/Coke Jail.webp b/files/assets/images/hats/Coke Jail.webp new file mode 100644 index 000000000..c087dba29 Binary files /dev/null and b/files/assets/images/hats/Coke Jail.webp differ diff --git a/files/assets/images/hats/Fat and Stinky Visor.webp b/files/assets/images/hats/Fat and Stinky Visor.webp new file mode 100644 index 000000000..927024a63 Binary files /dev/null and b/files/assets/images/hats/Fat and Stinky Visor.webp differ diff --git a/files/assets/images/hats/Fatass minecrap streamer mask.webp b/files/assets/images/hats/Fatass minecrap streamer mask.webp new file mode 100644 index 000000000..cc51a1dac Binary files /dev/null and b/files/assets/images/hats/Fatass minecrap streamer mask.webp differ diff --git a/files/assets/images/hats/Ricks hair.webp b/files/assets/images/hats/Ricks hair.webp new file mode 100644 index 000000000..ac4eeb4a0 Binary files /dev/null and b/files/assets/images/hats/Ricks hair.webp differ diff --git a/files/assets/images/hats/Winged Hussar.webp b/files/assets/images/hats/Winged Hussar.webp new file mode 100644 index 000000000..c66f8478c Binary files /dev/null and b/files/assets/images/hats/Winged Hussar.webp differ diff --git a/files/assets/images/hats/Yolo swag 420 rekt.webp b/files/assets/images/hats/Yolo swag 420 rekt.webp new file mode 100644 index 000000000..61126d0f9 Binary files /dev/null and b/files/assets/images/hats/Yolo swag 420 rekt.webp differ diff --git a/files/assets/images/hats/nemean lion hood.webp b/files/assets/images/hats/nemean lion hood.webp new file mode 100644 index 000000000..77f27537e Binary files /dev/null and b/files/assets/images/hats/nemean lion hood.webp differ diff --git a/seed-db.sql b/seed-db.sql index 01375757c..9f82fb0f5 100644 --- a/seed-db.sql +++ b/seed-db.sql @@ -259,15 +259,15 @@ INSERT INTO public.hat_defs VALUES (774, 'French Fries', 'Now your salty and tas INSERT INTO public.hat_defs VALUES (775, 'Condiment Top', 'Now you can squirt out tasty condiments!', 2, 500, NULL, 1664658867); INSERT INTO public.hat_defs VALUES (767, 'bleh', 'froggy go “bleh”', 2, 500, NULL, 1664646019); INSERT INTO public.hat_defs VALUES (768, 'PLAYER 1', 'you only have 2 lives left oop', 2, 500, NULL, 1664646508); - - - - - - - - - +INSERT INTO public.hat_defs VALUES (783, 'A Beautiful Mind', 'Or a euphemism for schizophrenia', 2, 1000, NULL, 1664825990); +INSERT INTO public.hat_defs VALUES (784, 'Yolo swag 420 rekt', 'Also known as the epilepsy inducer', 2, 1000, NULL, 1664826603); +INSERT INTO public.hat_defs VALUES (782, 'Fatass minecrap streamer mask', 'I suck his dick / for hours at a time / stare at his nutsack / while I hold back my cum tonite', 2, 500, NULL, 1664768706); +INSERT INTO public.hat_defs VALUES (777, 'Fat and Stinky Visor', 'Why would you put those pins on a visor?!', 2, 500, NULL, 1664683498); +INSERT INTO public.hat_defs VALUES (778, 'Coke Jail', 'You drank pepsi, to coke jail with you.-CocaColaMan', 2, 500, NULL, 1664727469); +INSERT INTO public.hat_defs VALUES (779, 'nemean lion hood', 'Like a true roman, wear a lion!-gudi', 2, 500, NULL, 1664728578); +INSERT INTO public.hat_defs VALUES (780, 'Winged Hussar', 'To battle with wings on your head!', 2, 500, NULL, 1664731432); +INSERT INTO public.hat_defs VALUES (786, 'Ricks hair', 'Wubba lubba dub dub', 2, 500, NULL, 1664930047); +INSERT INTO public.hat_defs VALUES (781, 'BTC', 'Only wear this if you''re worth billions.', 2, 500, NULL, 1664750970); INSERT INTO public.hat_defs VALUES (723, 'Hohol', 'Мій предок :)', 2, 500, NULL, 1663892328); INSERT INTO public.hat_defs VALUES (750, 'Cave Man', 'UNGA BUNGA UNGA BUNGA OOO OOO', 2, 500, NULL, 1664595865); @@ -924,7 +924,7 @@ INSERT INTO public.hat_defs VALUES (504, 'Iron Crown of Lombardy', 'This isn''t -- Name: hat_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.hat_defs_id_seq', 786, true); +SELECT pg_catalog.setval('public.hat_defs_id_seq', 787, true); --