From dbc9a0ab5d778d347f2963adbc7c02a6e2f4f85f Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 5 Jun 2022 13:07:52 -0400 Subject: [PATCH] Add info to Kimiko --- presets/characters.js | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/presets/characters.js b/presets/characters.js index 5b6dadb3..8c59b58a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -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"