Skip to content

Commit

Permalink
Update with El Pesaje weight
Browse files Browse the repository at this point in the history
  • Loading branch information
midudev committed Jul 16, 2024
1 parent e87f1a0 commit b676aa4
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions src/consts/boxers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const BOXERS: Boxer[] = addGetters([
birthDate: new Date(1998, 6, 23),
height: 1.95,
age: 25,
weight: 87,
weight: 80.1,
country: "mx",
versus: "plex",
guard: "Izquierda",
Expand Down Expand Up @@ -65,7 +65,7 @@ export const BOXERS: Boxer[] = addGetters([
birthDate: new Date(1990, 5, 8),
height: 1.88,
age: 33,
weight: 95,
weight: 86.1,
country: "cl",
versus: "viruzz",
guard: "Izquierda", // encontrado
Expand Down Expand Up @@ -104,7 +104,7 @@ export const BOXERS: Boxer[] = addGetters([
gender: "femenino",
birthDate: new Date(1995, 10, 3),
height: 1.71,
weight: 65,
weight: 57.7,
age: 28,
country: "es",
gallery: true,
Expand Down Expand Up @@ -141,7 +141,7 @@ export const BOXERS: Boxer[] = addGetters([
gender: "femenino",
birthDate: new Date(1994, 3, 4),
height: 1.64,
weight: 46,
weight: 56,
age: 30,
country: "es",
gallery: true,
Expand Down Expand Up @@ -182,7 +182,7 @@ export const BOXERS: Boxer[] = addGetters([
gender: "masculino",
birthDate: new Date(2000, 9, 9),
height: 1.65,
weight: 60,
weight: 59.2,
age: 23,
country: "ar",
versus: "agustin-51",
Expand Down Expand Up @@ -218,7 +218,7 @@ export const BOXERS: Boxer[] = addGetters([
gender: "masculino",
birthDate: new Date(1997, 8, 8),
height: 1.82,
weight: 108,
weight: 103.9,
age: 26,
country: "ar",
versus: "guanyar",
Expand Down Expand Up @@ -255,7 +255,7 @@ export const BOXERS: Boxer[] = addGetters([
gender: "masculino",
birthDate: new Date(2000, 7, 4),
height: 1.84,
weight: 88,
weight: 79.3,
age: 23,
country: "es",
socials: {
Expand Down Expand Up @@ -319,7 +319,7 @@ export const BOXERS: Boxer[] = addGetters([
gender: "masculino",
birthDate: new Date(1996, 9, 14),
height: 1.79,
weight: 80,
weight: 78.5,
age: 27,
country: "mx",
socials: {
Expand Down Expand Up @@ -381,7 +381,7 @@ export const BOXERS: Boxer[] = addGetters([
gender: "masculino",
birthDate: new Date(1977, 8, 29),
height: 1.75,
weight: 96,
weight: 79.6,
age: 46,
country: "es",
socials: {
Expand Down Expand Up @@ -414,7 +414,7 @@ export const BOXERS: Boxer[] = addGetters([
gender: "masculino",
birthDate: new Date(1999, 5, 7),
height: 1.75,
weight: 81,
weight: 79.9,
age: 25,
country: "ar",
socials: {
Expand Down Expand Up @@ -448,7 +448,7 @@ export const BOXERS: Boxer[] = addGetters([
gender: "masculino",
birthDate: new Date(2001, 0, 7),
height: 1.88,
weight: 92,
weight: 89.5,
age: 23,
country: "co",
socials: {
Expand Down Expand Up @@ -477,7 +477,7 @@ export const BOXERS: Boxer[] = addGetters([
gender: "masculino",
birthDate: new Date(1998, 6, 29),
height: 1.65,
weight: 63,
weight: 69.3,
age: 25,
country: "mx",
socials: {
Expand Down Expand Up @@ -506,7 +506,7 @@ export const BOXERS: Boxer[] = addGetters([
gender: "masculino",
birthDate: new Date(1997, 2, 10),
height: 1.83,
weight: 72,
weight: 72.8,
age: 27,
country: "es",
socials: {
Expand Down Expand Up @@ -540,7 +540,7 @@ export const BOXERS: Boxer[] = addGetters([
gender: "masculino",
birthDate: new Date(1994, 11, 9),
height: 1.8,
weight: 74,
weight: 73.7,
age: 29,
country: "es",
socials: {
Expand Down Expand Up @@ -589,7 +589,7 @@ export const BOXERS: Boxer[] = addGetters([
gender: "masculino",
birthDate: new Date(2001, 8, 20),
height: 1.97,
weight: 77,
weight: 81.9,
age: 22,
country: "es",
versus: "el-mariana",
Expand Down Expand Up @@ -628,7 +628,7 @@ export const BOXERS: Boxer[] = addGetters([
gender: "masculino",
birthDate: new Date(1992, 4, 1),
height: 1.82,
weight: 86,
weight: 81.9,
age: 31,
country: "es",
versus: "shelao",
Expand Down Expand Up @@ -663,7 +663,7 @@ export const BOXERS: Boxer[] = addGetters([
gender: "femenino",
birthDate: new Date(2000, 11, 15),
height: 1.56,
weight: 50,
weight: 52.8,
age: 23,
country: "mx",
versus: ["nissaxter", "zeling"],
Expand Down Expand Up @@ -705,7 +705,7 @@ export const BOXERS: Boxer[] = addGetters([
gender: "femenino",
birthDate: new Date(1995, 2, 1),
height: 1.58,
weight: 60.6,
weight: 56.2,
age: 30,
country: "mx",
versus: ["zeling", "nissaxter"],
Expand Down Expand Up @@ -738,7 +738,7 @@ export const BOXERS: Boxer[] = addGetters([
gender: "masculino",
birthDate: new Date(2000, 10, 18),
height: 1.69,
weight: 61.7,
weight: 59.6,
age: 23,
country: "es",
versus: "carreraaa",
Expand Down Expand Up @@ -773,7 +773,7 @@ export const BOXERS: Boxer[] = addGetters([
gender: "masculino",
birthDate: new Date(1998, 8, 28),
height: 1.9,
weight: 125,
weight: 109.2,
age: 26,
country: "es",
versus: "la-cobra",
Expand Down

0 comments on commit b676aa4

Please sign in to comment.