feat: update character data
This commit is contained in:
parent
909641b672
commit
0adf7cb855
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ export default {
|
||||||
dateOfBirth: new Date("1988-04-25"),
|
dateOfBirth: new Date("1988-04-25"),
|
||||||
gender: "male",
|
gender: "male",
|
||||||
height: 210, // cm
|
height: 210, // cm
|
||||||
weight: 97, // kg
|
weight: 167, // kg
|
||||||
wingspan: 400, // cm
|
wingspan: 400, // cm
|
||||||
colors: {
|
colors: {
|
||||||
hairPrimary: "#4b608f",
|
hairPrimary: "#4b608f",
|
||||||
|
@ -107,7 +107,7 @@ export default {
|
||||||
["Primary Hair Color", this.colors.hairPrimary],
|
["Primary Hair Color", this.colors.hairPrimary],
|
||||||
["Secondary Hair Color", this.colors.hairSecondary],
|
["Secondary Hair Color", this.colors.hairSecondary],
|
||||||
["Eyes", this.colors.eyes],
|
["Eyes", this.colors.eyes],
|
||||||
["Eyebrows", this.colors.eyebrows],
|
["Facial Spikes", this.colors.eyebrows],
|
||||||
["Horns / Claws / Nipples", this.colors.horns],
|
["Horns / Claws / Nipples", this.colors.horns],
|
||||||
["Tail Spikes", this.colors.tailspikes]
|
["Tail Spikes", this.colors.tailspikes]
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue