feat: update character data

This commit is contained in:
Sebin Nyshkim 2020-03-06 22:17:12 +01:00
parent 909641b672
commit 0adf7cb855

View file

@ -7,7 +7,7 @@ export default {
dateOfBirth: new Date("1988-04-25"),
gender: "male",
height: 210, // cm
weight: 97, // kg
weight: 167, // kg
wingspan: 400, // cm
colors: {
hairPrimary: "#4b608f",
@ -107,7 +107,7 @@ export default {
["Primary Hair Color", this.colors.hairPrimary],
["Secondary Hair Color", this.colors.hairSecondary],
["Eyes", this.colors.eyes],
["Eyebrows", this.colors.eyebrows],
["Facial Spikes", this.colors.eyebrows],
["Horns / Claws / Nipples", this.colors.horns],
["Tail Spikes", this.colors.tailspikes]
]