fix: change to more realistic measurements
This commit is contained in:
parent
24182bf283
commit
c2c3810423
1 changed files with 3 additions and 3 deletions
|
@ -5,10 +5,10 @@ export default {
|
||||||
middleName: "Antario",
|
middleName: "Antario",
|
||||||
lastName: "Nyshkim",
|
lastName: "Nyshkim",
|
||||||
dateOfBirth: new Date("1988-04-25"),
|
dateOfBirth: new Date("1988-04-25"),
|
||||||
gender: "male",
|
gender: "male ♂️",
|
||||||
height: 210, // cm
|
height: 210, // cm
|
||||||
weight: 167, // kg
|
weight: 124, // kg
|
||||||
wingspan: 400, // cm
|
wingspan: 350, // cm
|
||||||
colors: {
|
colors: {
|
||||||
hairPrimary: "#4b608f",
|
hairPrimary: "#4b608f",
|
||||||
hairSecondary: "#6684c0",
|
hairSecondary: "#6684c0",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue