Fen Dweller 4 lat temu
rodzic
commit
4a145d519c
1 zmienionych plików z 98 dodań i 0 usunięć
  1. +98
    -0
      presets/characters.js

+ 98
- 0
presets/characters.js Wyświetl plik

@@ -36714,6 +36714,104 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Max Kobold", species: ["imp", "human"], tags: ["anthro"] },
{
frontImp: {
height: math.unit(1 + 11/12, "feet"),
name: "Front (Imp)",
image: {
source: "./media/characters/max-kobold/front-imp.svg",
extra: 1238/1134,
bottom: 81/1319
}
},
backImp: {
height: math.unit(1 + 11/12, "feet"),
name: "Back (Imp)",
image: {
source: "./media/characters/max-kobold/back-imp.svg",
extra: 1334/1175,
bottom: 34/1368
}
},
frontDemi: {
height: math.unit(5 + 9/12, "feet"),
name: "Front (Demi)",
image: {
source: "./media/characters/max-kobold/front-demi.svg",
extra: 1715/1685,
bottom: 54/1769
}
},
backDemi: {
height: math.unit(5 + 9/12, "feet"),
name: "Back (Demi)",
image: {
source: "./media/characters/max-kobold/back-demi.svg",
extra: 1752/1729,
bottom: 41/1793
}
},
handImp: {
height: math.unit(0.45, "feet"),
name: "Hand (Imp)",
image: {
source: "./media/characters/max-kobold/hand.svg"
}
},
pawImp: {
height: math.unit(0.46, "feet"),
name: "Paw (Imp)",
image: {
source: "./media/characters/max-kobold/paw.svg"
}
},
handDemi: {
height: math.unit(0.80, "feet"),
name: "Hand (Demi)",
image: {
source: "./media/characters/max-kobold/hand.svg"
}
},
pawDemi: {
height: math.unit(1.1, "feet"),
name: "Paw (Demi)",
image: {
source: "./media/characters/max-kobold/paw.svg"
}
},
headImp: {
height: math.unit(1.33, "feet"),
name: "Head (Imp)",
image: {
source: "./media/characters/max-kobold/head-imp.svg"
}
},
mawImp: {
height: math.unit(0.75, "feet"),
name: "Maw (Imp)",
image: {
source: "./media/characters/max-kobold/maw-imp.svg"
}
},
mawDemi: {
height: math.unit(0.42, "feet"),
name: "Maw (Demi)",
image: {
source: "./media/characters/max-kobold/maw-demi.svg"
}
},
},
[
{
name: "Normal",
height: math.unit(1 + 11/12, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Ładowanie…
Anuluj
Zapisz