Parcourir la source

Update the heights of Davy and Lyla

master
Fen Dweller il y a 4 ans
Parent
révision
8e322ea93d
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. +5
    -5
      presets/characters.js

+ 5
- 5
presets/characters.js Voir le fichier

@@ -17774,8 +17774,8 @@ characterMakers.push(() => makeCharacter(
{ name: "Davy", species: ["cat"], tags: ["feral"] }, { name: "Davy", species: ["cat"], tags: ["feral"] },
{ {
side: { side: {
height: math.unit(1 + 10 / 12, "feet"),
weight: math.unit(25, "lb"),
height: math.unit(15.6, "inches"),
weight: math.unit(10, "lb"),
name: "Side", name: "Side",
image: { image: {
source: "./media/characters/davy/side.svg", source: "./media/characters/davy/side.svg",
@@ -17787,7 +17787,7 @@ characterMakers.push(() => makeCharacter(
[ [
{ {
name: "Normal", name: "Normal",
height: math.unit(1 + 10 / 12, "feet"),
height: math.unit(15.6, "inches"),
default: true default: true
}, },
] ]
@@ -17820,8 +17820,8 @@ characterMakers.push(() => makeCharacter(
{ name: "Lyla", species: ["european-honey-buzzard"], tags: ["feral"] }, { name: "Lyla", species: ["european-honey-buzzard"], tags: ["feral"] },
{ {
front: { front: {
height: math.unit(3, "feet"),
weight: math.unit(100, "lb"),
height: math.unit(26, "inches"),
weight: math.unit(35, "lb"),
name: "Front", name: "Front",
image: { image: {
source: "./media/characters/lyla/front.svg", source: "./media/characters/lyla/front.svg",


Chargement…
Annuler
Enregistrer