From 4efe9bb0468ef2eb4bf269effb89303063c702cd Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 26 Mar 2022 19:53:10 -0400 Subject: [PATCH] Add Kylie --- media/attribution.js | 15 + media/characters/kylie/back.svg | 1014 +++++++++++++++++++++++++++ media/characters/kylie/front.svg | 1101 ++++++++++++++++++++++++++++++ media/characters/kylie/head.svg | 761 +++++++++++++++++++++ media/characters/kylie/side.svg | 794 +++++++++++++++++++++ presets/characters.js | 92 +++ 6 files changed, 3777 insertions(+) create mode 100644 media/characters/kylie/back.svg create mode 100644 media/characters/kylie/front.svg create mode 100644 media/characters/kylie/head.svg create mode 100644 media/characters/kylie/side.svg diff --git a/media/attribution.js b/media/attribution.js index 57d7813b..422763a8 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -21827,6 +21827,21 @@ const attributionData = { "kirigayato" ] }, + { + prefix: "./media/characters/kylie/", + files: [ + { name: "front.svg", source: "https://twitter.com/fromjaf/status/1454951978220486659" }, + { name: "side.svg", source: "https://twitter.com/fromjaf/status/1454951978220486659" }, + { name: "back.svg", source: "https://twitter.com/fromjaf/status/1454951978220486659" }, + { name: "head.svg", source: "https://twitter.com/fromjaf/status/1454951978220486659" }, + ], + authors: [ + "shadypixel" + ], + owners: [ + "fromjaf" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/kylie/back.svg b/media/characters/kylie/back.svg new file mode 100644 index 00000000..0d887812 --- /dev/null +++ b/media/characters/kylie/back.svg @@ -0,0 +1,1014 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/kylie/front.svg b/media/characters/kylie/front.svg new file mode 100644 index 00000000..8c90d806 --- /dev/null +++ b/media/characters/kylie/front.svg @@ -0,0 +1,1101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/kylie/head.svg b/media/characters/kylie/head.svg new file mode 100644 index 00000000..b824f0d9 --- /dev/null +++ b/media/characters/kylie/head.svg @@ -0,0 +1,761 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/kylie/side.svg b/media/characters/kylie/side.svg new file mode 100644 index 00000000..63290021 --- /dev/null +++ b/media/characters/kylie/side.svg @@ -0,0 +1,794 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 8c38bde0..e9921690 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -62580,6 +62580,98 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Kylie", species: ["giraffe"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/kylie/front.svg", + extra: 1114/1046, + bottom: 65/1179 + }, + extraAttributes: { + "hoofSize": { + name: "Hoof Size", + power: 2, + type: "area", + base: math.unit(0.034, "m^2") + }, + "footSize": { + name: "Foot Size", + power: 2, + type: "area", + base: math.unit(0.75, "m^2") + }, + } + }, + side: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Side", + image: { + source: "./media/characters/kylie/side.svg", + extra: 1178/1110, + bottom: 21/1199 + }, + extraAttributes: { + "hoofSize": { + name: "Hoof Size", + power: 2, + type: "area", + base: math.unit(0.034, "m^2") + }, + "footSize": { + name: "Foot Size", + power: 2, + type: "area", + base: math.unit(0.75, "m^2") + }, + } + }, + back: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Back", + image: { + source: "./media/characters/kylie/back.svg", + extra: 1115/1047, + bottom: 66/1181 + }, + extraAttributes: { + "hoofSize": { + name: "Hoof Size", + power: 2, + type: "area", + base: math.unit(0.034, "m^2") + }, + "footSize": { + name: "Foot Size", + power: 2, + type: "area", + base: math.unit(0.75, "m^2") + }, + } + }, + head: { + height: math.unit(1.85, "feet"), + name: "Head", + image: { + source: "./media/characters/kylie/head.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(90, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {