Open Leo-Felde opened 1 year ago
INSERT INTO public.items( nome, valor, referencia, categoria) VALUES ('Roupa de mago', 25, 'robes', 'top'), ('Camisa e colete', 25, 'shirt', 'top'), ('Calças pretas', 25, 'black-pants', 'bottom'), ('Mascara de Cultista', 125, 'cultist', 'head'), ('Capuz de Cultista', 125, 'lunar', 'head'), ('Veste de Cultista', 125, 'cultist', 'top'), ('Elmo Azul', 100, 'blue-armor', 'head'), ('Armadura Azul',100, 'blue-armor', 'top'), ('Pernas Azul', 100, 'blue-armor', 'bottom'), ('Elmo Vermelho', 100, 'red-armor', 'head'), ('Armadura Vermelho',100, 'red-armor', 'top'), ('Pernas Vermelhas', 100, 'red-armor', 'bottom'), ('Elmo Branco', 150, 'dtow', 'head'), ('Armadura Branca',150, 'dtow', 'top'), ('Pernas Brancas', 150, 'dtow', 'bottom'), ('Elmo Negro', 150, 'wills', 'head'), ('Armadura Negra',150, 'wills', 'top'), ('Pernas Negras', 150, 'wills', 'bottom'), ('Elmo de Templário', 150, 'templar', 'head'), ('Armadura de Templário',150, 'templar', 'top'), ('Pernas de Templário', 150, 'templar', 'bottom');
INSERT INTO public.items( nome, valor, referencia, categoria) VALUES ('Roupa de mago', 25, 'robes', 'top'), ('Camisa e colete', 25, 'shirt', 'top'), ('Calças pretas', 25, 'black-pants', 'bottom'), ('Mascara de Cultista', 125, 'cultist', 'head'), ('Capuz de Cultista', 125, 'lunar', 'head'), ('Veste de Cultista', 125, 'cultist', 'top'), ('Elmo Azul', 100, 'blue-armor', 'head'), ('Armadura Azul',100, 'blue-armor', 'top'), ('Pernas Azul', 100, 'blue-armor', 'bottom'), ('Elmo Vermelho', 100, 'red-armor', 'head'), ('Armadura Vermelho',100, 'red-armor', 'top'), ('Pernas Vermelhas', 100, 'red-armor', 'bottom'), ('Elmo Branco', 150, 'dtow', 'head'), ('Armadura Branca',150, 'dtow', 'top'), ('Pernas Brancas', 150, 'dtow', 'bottom'), ('Elmo Negro', 150, 'wills', 'head'), ('Armadura Negra',150, 'wills', 'top'), ('Pernas Negras', 150, 'wills', 'bottom'), ('Elmo de Templário', 150, 'templar', 'head'), ('Armadura de Templário',150, 'templar', 'top'), ('Pernas de Templário', 150, 'templar', 'bottom');