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",
|
||||
lastName: "Nyshkim",
|
||||
dateOfBirth: new Date("1988-04-25"),
|
||||
gender: "male",
|
||||
gender: "male ♂️",
|
||||
height: 210, // cm
|
||||
weight: 167, // kg
|
||||
wingspan: 400, // cm
|
||||
weight: 124, // kg
|
||||
wingspan: 350, // cm
|
||||
colors: {
|
||||
hairPrimary: "#4b608f",
|
||||
hairSecondary: "#6684c0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue