Selaa lähdekoodia

Update Pocket's weight and sizes

tags/v0.1.0
Fen Dweller 6 vuotta sitten
vanhempi
commit
fe1f86df9c
1 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. +5
    -1
      presets/characters.js

+ 5
- 1
presets/characters.js Näytä tiedosto

@@ -17358,7 +17358,7 @@ characterMakers["Pocket Jabari"] = () => {
{ {
front: { front: {
height: math.unit(3, "inches"), height: math.unit(3, "inches"),
weight: math.unit(60, "grams"),
weight: math.unit(8, "grams"),
name: "Front", name: "Front",
image: { image: {
source: "./media/characters/pocket-jabari/front.svg", source: "./media/characters/pocket-jabari/front.svg",
@@ -17368,6 +17368,10 @@ characterMakers["Pocket Jabari"] = () => {
}, },
}, },
[ [
{
name: "Minimicro",
height: math.unit(8, "mm")
},
{ {
name: "Micro", name: "Micro",
height: math.unit(3, "inches"), height: math.unit(3, "inches"),


Loading…
Peruuta
Tallenna