Browse Source

Adjust Kenzie Lee's micro height

master
Fen Dweller 4 years ago
parent
commit
a7f75d332a
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      presets/characters.js

+ 5
- 1
presets/characters.js View File

@@ -6078,6 +6078,7 @@ characterMakers.push(() => makeCharacter(
{
front: {
height: math.unit(8 + 4/12, "feet"),
weight: math.unit(450, "kilograms"),
name: "Front",
image: {
source: "./media/characters/andy-renard/front.svg",
@@ -6087,6 +6088,7 @@ characterMakers.push(() => makeCharacter(
},
back: {
height: math.unit(8 + 4/12, "feet"),
weight: math.unit(450, "kilograms"),
name: "Back",
image: {
source: "./media/characters/andy-renard/back.svg",
@@ -29210,7 +29212,7 @@ characterMakers.push(() => makeCharacter(
},
{
name: "Micro",
height: math.unit(1.5, "inches")
height: math.unit(2, "inches")
},
{
name: "Normal",
@@ -40616,6 +40618,7 @@ characterMakers.push(() => makeCharacter(
{
front: {
height: math.unit(6 + 8/12, "feet"),
weight: math.unit(250, "kilograms"),
name: "Front",
image: {
source: "./media/characters/rebecca-pawlson/front.svg",
@@ -40625,6 +40628,7 @@ characterMakers.push(() => makeCharacter(
},
back: {
height: math.unit(6 + 8/12, "feet"),
weight: math.unit(250, "kilograms"),
name: "Back",
image: {
source: "./media/characters/rebecca-pawlson/back.svg",


Loading…
Cancel
Save