Explorar el Código

Actually give Bari sizes

tags/v0.1.0
Fen Dweller hace 6 años
padre
commit
1104f47f49
Se han modificado 1 ficheros con 19 adiciones y 7 borrados
  1. +19
    -7
      presets/characters.js

+ 19
- 7
presets/characters.js Ver fichero

@@ -15216,8 +15216,8 @@ characterMakers["Bari"] = () => {
"Bariamph",
{
front: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
height: math.unit(5 + 2/12, "feet"),
weight: math.unit(190, "lb"),
name: "Front",
image: {
source: "./media/characters/bari/front.svg",
@@ -15226,8 +15226,8 @@ characterMakers["Bari"] = () => {
}
},
back: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
height: math.unit(5 + 2/12, "feet"),
weight: math.unit(190, "lb"),
name: "Back",
image: {
source: "./media/characters/bari/back.svg",
@@ -15236,8 +15236,8 @@ characterMakers["Bari"] = () => {
}
},
frontPlush: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
height: math.unit(5 + 2/12, "feet"),
weight: math.unit(190, "lb"),
name: "Front (Plush)",
image: {
source: "./media/characters/bari/front-plush.svg",
@@ -15247,7 +15247,19 @@ characterMakers["Bari"] = () => {
},
},
[
{
name: "Micro",
height: math.unit(3, "inches")
},
{
name: "Normal",
height: math.unit(5 + 2/12, "feet"),
default: true
},
{
name: "Macro",
height: math.unit(20, "feet")
},
]
)
};


Cargando…
Cancelar
Guardar