Sfoglia il codice sorgente

Update Cafat's size

tags/v0.1.0
Fen Dweller 6 anni fa
parent
commit
50a0fa7865
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +3
    -3
      presets/characters.js

+ 3
- 3
presets/characters.js Vedi File

@@ -14296,7 +14296,7 @@ characterMakers["Cafat"] = () => {
"Dalken", "Dalken",
{ {
side: { side: {
height: math.unit(5, "feet"),
height: math.unit(7, "feet"),
weight: math.unit(170, "lb"), weight: math.unit(170, "lb"),
name: "Side", name: "Side",
image: { image: {
@@ -14305,7 +14305,7 @@ characterMakers["Cafat"] = () => {
} }
}, },
sideFull: { sideFull: {
height: math.unit(5, "feet"),
height: math.unit(7, "feet"),
weight: math.unit(170, "lb"), weight: math.unit(170, "lb"),
name: "Side (Full)", name: "Side (Full)",
image: { image: {
@@ -14317,7 +14317,7 @@ characterMakers["Cafat"] = () => {
[ [
{ {
name: "Small", name: "Small",
height: math.unit(5, "feet"),
height: math.unit(7, "feet"),
default: true default: true
}, },
{ {


Loading…
Annulla
Salva