pull/225/head
SneedBot 2024-03-29 04:00:15 +00:00
parent a87aebc0d5
commit 20307c3555
1 changed files with 16 additions and 1 deletions

View File

@ -990,6 +990,7 @@ INSERT INTO public.hat_defs VALUES (1153, 'Hope Eradicated', 'Who needs friends
INSERT INTO public.hat_defs VALUES (1150, 'Power In Misery', 'Stop wasting company resources by getting killed...', 2, 500, NULL, 1679343066);
INSERT INTO public.hat_defs VALUES (514, 'Glowing', 'Hit me with your car', 2, 1000, NULL, 1662167687);
INSERT INTO public.hat_defs VALUES (1157, 'Divine Light', 'Who has time to enjoy life when you''re making MONEY?!', 2, 500, NULL, 1679347512);
INSERT INTO public.hat_defs VALUES (1155, 'Flesh Automaton', 'You are a flesh automaton powered by neurotransmiters', 2, 500, NULL, 1679347040);
INSERT INTO public.hat_defs VALUES (1169, 'Mimic', 'That is NOT a health pack!', 2, 500, NULL, 1679359754);
INSERT INTO public.hat_defs VALUES (1167, 'Tattered Rain Hat', 'Old and worn. You''ve never seen it before but it feels nostalgic.', 2, 500, NULL, 1679359347);
@ -1158,6 +1159,10 @@ INSERT INTO public.hat_defs VALUES (1499, 'Pigtail Bows', 'Twice the bow, twice
INSERT INTO public.hat_defs VALUES (1507, 'pkmn0172 Ears', 'Pichu, the Tiny Mouse Pokémon. A pre-evolved form of Pikachu. Despite their size, Pichu release bursts of electricity that can shock even humans. However, Pichu are unskilled at become the rat, and sometimes release it by accident when surprised, or when laughing, and become the rat become the rat', 2, 500, NULL, 1710736368);
INSERT INTO public.hat_defs VALUES (1510, 'pkmn0195', 'Quagsire, the Water Fish Pokémon and the evolved form of Wooper. Known as quite dim-witted, it doesn''t care when it crashes its head against rocks or the bottoms of boats.', 2, 500, NULL, 1710737929);
INSERT INTO public.hat_defs VALUES (1513, 'pkmn0272', 'Ludicolo, the Carefree Pokémon. Ludicolo becomes extremely active whenever it hears a cheery rhythm. This can also lead it to exert extreme power in battle.', 2, 500, NULL, 1710738317);
INSERT INTO public.hat_defs VALUES (1450, 'Red Eminent Horns', 'Queen of the devils, leader of the chuds.', 2, 500, NULL, 1708367282);
INSERT INTO public.hat_defs VALUES (1377, 'pkmn0094', 'Gengar, the Shadow Pokémon. A Ghost and Poison type. Gengar can pass through dimensions and appear almost anywhere. Since Gengar absorbs any warmth around it, the temperature suddenly drops wherever it appears.', 2, 500, NULL, 1698658745);
INSERT INTO public.hat_defs VALUES (1376, 'pkmn0039', 'Jigglypuff, a Balloon Pokémon. It has large friendly eyes and it sings a pleasant song.', 2, 500, NULL, 1698658603);
@ -1178,6 +1183,10 @@ INSERT INTO public.hat_defs VALUES (1496, 'Pink Heart Halo', 'I''m falling for y
INSERT INTO public.hat_defs VALUES (1500, 'Exclamation', 'WHAT?!', 2, 500, NULL, 1708649201);
INSERT INTO public.hat_defs VALUES (1508, 'pkmn0088', 'Grimer, the Sludge Pokémon. It was born when sludge in a dirty stream was exposed to X-rays from the moon.', 2, 500, NULL, 1710737819);
INSERT INTO public.hat_defs VALUES (1511, 'pkmn0195 Ass', 'Quagsire, the Water Fish Pokémon. The Quagsire makes its home in clean freshwater lakes. The Quagsire is covered by a slippery layer of skin, making this Pokémon especially difficult to handle.', 2, 500, NULL, 1710737979);
INSERT INTO public.hat_defs VALUES (1396, 'Click Me', 'Come on, you know you want to see my profile.', 2, 500, NULL, 1704921421);
INSERT INTO public.hat_defs VALUES (1408, 'Kadio Stance', '*thwack* YEEEEEEEEOUCHHHHHHHHHH', 2, 500, NULL, 1705616850);
INSERT INTO public.hat_defs VALUES (1381, 'Griffith Helmet', 'The Falcon has fallen. Billions must die.', 2, 500, NULL, 1698690002);
@ -1244,11 +1253,17 @@ INSERT INTO public.hat_defs VALUES (1515, 'The Rizzler', '"Oh, that''s interesti
INSERT INTO public.hat_defs VALUES (1514, 'Pacify', '👶🏻 x9', 2, 1000, NULL, 1711470504);
--
-- Name: hat_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: -
--
SELECT pg_catalog.setval('public.hat_defs_id_seq', 1515, true);
SELECT pg_catalog.setval('public.hat_defs_id_seq', 1531, true);
--