Przeglądaj źródła

Add info to Kimiko

master
Fen Dweller 3 lat temu
rodzic
commit
dbc9a0ab5d
1 zmienionych plików z 23 dodań i 5 usunięć
  1. +23
    -5
      presets/characters.js

+ 23
- 5
presets/characters.js Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz