fix: 🩹 adjust character data
This commit is contained in:
parent
2e39002ea8
commit
1ae78d4ed4
2 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ const firstName = 'Sebin',
|
||||||
orientation = 'gay',
|
orientation = 'gay',
|
||||||
position = 'vers, prefers top',
|
position = 'vers, prefers top',
|
||||||
height = 210, // cm
|
height = 210, // cm
|
||||||
weight = 124, // kg
|
weight = 174, // kg
|
||||||
tailLength = 154, // cm
|
tailLength = 154, // cm
|
||||||
wingspan = 417, // cm
|
wingspan = 417, // cm
|
||||||
colors = [
|
colors = [
|
||||||
|
|
|
@ -9,8 +9,8 @@ const firstName = 'Viktor',
|
||||||
pronouns = 'he/him',
|
pronouns = 'he/him',
|
||||||
orientation = 'gay',
|
orientation = 'gay',
|
||||||
role = 'bottom',
|
role = 'bottom',
|
||||||
height = 227, // cm
|
height = 192, // cm
|
||||||
weight = 175, // kg
|
weight = 164, // kg
|
||||||
colors = [
|
colors = [
|
||||||
{ name: 'Front', value: '#e7c7b1' },
|
{ name: 'Front', value: '#e7c7b1' },
|
||||||
{ name: 'Arms, legs', value: '#493428' },
|
{ name: 'Arms, legs', value: '#493428' },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue