Переглянути джерело

Update Violette's size and weight

tags/v0.1.0
Fen Dweller 5 роки тому
джерело
коміт
8e03241f51
1 змінених файлів з 3 додано та 3 видалено
  1. +3
    -3
      presets/characters.js

+ 3
- 3
presets/characters.js Переглянути файл

@@ -18923,8 +18923,8 @@ characterMakers.push(() => makeCharacter(
{ name: "Violette" },
{
front: {
height: math.unit(6, "feet"),
weight: math.unit(160, "lb"),
height: math.unit(293, "meters"),
weight: math.unit(70400, "tons"),
name: "Front",
image: {
source: "./media/characters/violette/front.svg",
@@ -18935,7 +18935,7 @@ characterMakers.push(() => makeCharacter(
[
{
name: "Macro",
height: math.unit(300, "meters"),
height: math.unit(293, "meters"),
default: true
},
]


Завантаження…
Відмінити
Зберегти