Explorar el Código

Give Umiko two separate forms

master
Fen Dweller hace 4 años
padre
commit
39df13a503
Se han modificado 1 ficheros con 23 adiciones y 4 borrados
  1. +23
    -4
      presets/characters.js

+ 23
- 4
presets/characters.js Ver fichero

@@ -15785,22 +15785,25 @@ characterMakers.push(() => makeCharacter(
buizel: { buizel: {
height: math.unit(2 + 5 / 12, "feet"), height: math.unit(2 + 5 / 12, "feet"),
weight: math.unit(87, "lb"), weight: math.unit(87, "lb"),
name: "Buizel",
name: "Front",
image: { image: {
source: "./media/characters/umiko/buizel.svg", source: "./media/characters/umiko/buizel.svg",
extra: 172 / 157, extra: 172 / 157,
bottom: 0.01 bottom: 0.01
}
},
form: "buizel",
default: true
}, },
floatzel: { floatzel: {
height: math.unit(5 + 9 / 12, "feet"), height: math.unit(5 + 9 / 12, "feet"),
weight: math.unit(250, "lb"), weight: math.unit(250, "lb"),
name: "Floatzel",
name: "Front",
image: { image: {
source: "./media/characters/umiko/floatzel.svg", source: "./media/characters/umiko/floatzel.svg",
extra: 1076/1006, extra: 1076/1006,
bottom: 15/1091 bottom: 15/1091
}, },
form: "floatzel",
default: true default: true
}, },
}, },
@@ -15808,9 +15811,25 @@ characterMakers.push(() => makeCharacter(
{ {
name: "Normal", name: "Normal",
height: math.unit(2 + 5 / 12, "feet"), height: math.unit(2 + 5 / 12, "feet"),
form: "buizel",
default: true default: true
}, },
]
{
name: "Normal",
height: math.unit(5 + 9 / 12, "feet"),
form: "floatzel",
default: true
},
],
{
"buizel": {
name: "Buizel"
},
"floatzel": {
name: "Floatzel",
default: true
}
}
)) ))


characterMakers.push(() => makeCharacter( characterMakers.push(() => makeCharacter(


Cargando…
Cancelar
Guardar