Sfoglia il codice sorgente

Add info to Kimiko

master
Fen Dweller 3 anni fa
parent
commit
dbc9a0ab5d
1 ha cambiato i file con 23 aggiunte e 5 eliminazioni
  1. +23
    -5
      presets/characters.js

+ 23
- 5
presets/characters.js Vedi File

@@ -12574,27 +12574,45 @@ characterMakers.push(() => makeCharacter(
{ name: "Kimiko", species: ["eastern-dragon"], tags: ["anthro"] },
{
front: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
height: math.unit(15, "feet"),
weight: math.unit(3000, "kg"),
preyCapacity: math.unit(450, "people"),
name: "Front",
image: {
source: "./media/characters/kimiko/front.svg",
extra: 875/832,
bottom: 36/911
},
extraAttributes: {
"pawSize": {
name: "Paw Size",
power: 1,
type: "length",
base: math.unit(0.9, "meters")
},
}
},
side: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
height: math.unit(15, "feet"),
weight: math.unit(3000, "kg"),
preyCapacity: math.unit(400, "people"),
name: "Side",
image: {
source: "./media/characters/kimiko/side.svg",
extra: 448/270,
bottom: 7/455
},
extraAttributes: {
"pawSize": {
name: "Paw Size",
power: 1,
type: "length",
base: math.unit(0.9, "meters")
},
}
},
maw: {
height: math.unit(0.81 / 15 * 6, "feet"),
height: math.unit(0.81, "feet"),
name: "Maw",
image: {
source: "./media/characters/kimiko/maw.svg"


Loading…
Annulla
Salva