Просмотр исходного кода

Update the heights of Davy and Lyla

master
Fen Dweller 4 лет назад
Родитель
Сommit
8e322ea93d
1 измененных файлов: 5 добавлений и 5 удалений
  1. +5
    -5
      presets/characters.js

+ 5
- 5
presets/characters.js Просмотреть файл

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


Загрузка…
Отмена
Сохранить