|
|
|
@@ -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" |
|
|
|
|