From c444397dfc395a0c3ce0d02a29595d8ecfdcee3d Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 2 Mar 2022 09:28:20 -0500 Subject: [PATCH] Add Carie --- media/attribution.js | 17 +- media/characters/carie/back-dressed.svg | 977 ++++++++++++++++++ media/characters/carie/back.svg | 816 +++++++++++++++ media/characters/carie/front-dressed.svg | 1163 ++++++++++++++++++++++ media/characters/carie/front.svg | 990 ++++++++++++++++++ presets/characters.js | 85 ++ 6 files changed, 4047 insertions(+), 1 deletion(-) create mode 100644 media/characters/carie/back-dressed.svg create mode 100644 media/characters/carie/back.svg create mode 100644 media/characters/carie/front-dressed.svg create mode 100644 media/characters/carie/front.svg diff --git a/media/attribution.js b/media/attribution.js index cc8509aa..837fcd2c 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -18187,7 +18187,7 @@ const attributionData = { "hedgehoggoddess" ], owners: [ - "hedgehoggoddess" + "roxannevoltaire" ] }, { @@ -20757,6 +20757,21 @@ const attributionData = { "rrerradmiral" ] }, + { + prefix: "./media/characters/carie/", + files: [ + { name: "front-dressed.svg", source: "https://twitter.com/RoxanneVoltaire/status/1498648418809524230/" }, + { name: "back-dressed.svg", source: "https://twitter.com/RoxanneVoltaire/status/1498648418809524230/" }, + { name: "front.svg", source: "https://twitter.com/RoxanneVoltaire/status/1498648418809524230/" }, + { name: "back.svg", source: "https://twitter.com/RoxanneVoltaire/status/1498648418809524230/" }, + ], + authors: [ + "hedgehoggoddess" + ], + owners: [ + "hedgehoggoddess" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/carie/back-dressed.svg b/media/characters/carie/back-dressed.svg new file mode 100644 index 00000000..53e40c55 --- /dev/null +++ b/media/characters/carie/back-dressed.svg @@ -0,0 +1,977 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/carie/back.svg b/media/characters/carie/back.svg new file mode 100644 index 00000000..263ee42b --- /dev/null +++ b/media/characters/carie/back.svg @@ -0,0 +1,816 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/carie/front-dressed.svg b/media/characters/carie/front-dressed.svg new file mode 100644 index 00000000..d1b7591e --- /dev/null +++ b/media/characters/carie/front-dressed.svg @@ -0,0 +1,1163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/carie/front.svg b/media/characters/carie/front.svg new file mode 100644 index 00000000..d593594e --- /dev/null +++ b/media/characters/carie/front.svg @@ -0,0 +1,990 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 81f7e1c6..a507ba71 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -57921,6 +57921,91 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Carie", species: ["lucario"], tags: ["anthro"] }, + { + frontDressed: { + height: math.unit(2.08, "meters"), + weight: math.unit(175, "lb"), + name: "Front (Dressed)", + image: { + source: "./media/characters/carie/front-dressed.svg", + extra: 455/416, + bottom: 8/463 + } + }, + backDressed: { + height: math.unit(2.08, "meters"), + weight: math.unit(175, "lb"), + name: "Back (Dressed)", + image: { + source: "./media/characters/carie/back-dressed.svg", + extra: 455/414, + bottom: 11/466 + } + }, + front: { + height: math.unit(2, "meters"), + weight: math.unit(175, "lb"), + name: "Front", + image: { + source: "./media/characters/carie/front.svg", + extra: 438/399, + bottom: 12/450 + } + }, + back: { + height: math.unit(2, "meters"), + weight: math.unit(175, "lb"), + name: "Back", + image: { + source: "./media/characters/carie/back.svg", + extra: 438/397, + bottom: 7/445 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(2.08, "meters"), + default: true + }, + { + name: "Macro", + height: math.unit(2.08e3, "meters") + }, + { + name: "Mega Macro", + height: math.unit(2.08e6, "meters") + }, + { + name: "Giga Macro", + height: math.unit(2.08e9, "meters") + }, + { + name: "Tera Macro", + height: math.unit(2.08e12, "meters") + }, + { + name: "Peta Macro", + height: math.unit(2.08e15, "meters") + }, + { + name: "Exa Macro", + height: math.unit(2.08e18, "meters") + }, + { + name: "Zetta Macro", + height: math.unit(2.08e21, "meters") + }, + { + name: "Yotta Macro", + height: math.unit(2.08e24, "meters") + }, + ] +)) + //characters function makeCharacters() {