From fb254d7127385f1d2e82ff0477250a0dc9748fda Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 6 May 2020 09:35:54 -0400 Subject: [PATCH] Add Qodri, Izue, Teeku, and Dejma --- media/attribution.js | 52 +++++ media/characters/dejma-the-red/front.svg | 171 ++++++++++++++++ media/characters/izue-two-mothers/front.svg | 177 +++++++++++++++++ .../qodri-class-of-'fortwelve-six/front.svg | 181 +++++++++++++++++ media/characters/teeku-love-shack/front.svg | 186 ++++++++++++++++++ presets/characters.js | 124 ++++++++++++ 6 files changed, 891 insertions(+) create mode 100644 media/characters/dejma-the-red/front.svg create mode 100644 media/characters/izue-two-mothers/front.svg create mode 100644 media/characters/qodri-class-of-'fortwelve-six/front.svg create mode 100644 media/characters/teeku-love-shack/front.svg diff --git a/media/attribution.js b/media/attribution.js index e4c88626..306b54f6 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9430,6 +9430,54 @@ const attributionData = { "argentvz" ] }, + { + prefix: "./media/characters/qodri-class-of-'fortwelve-six/", + files: [ + { name: "front.svg", source: "https://www.deviantart.com/alterdims/art/Macrovision-silhouette-Qodri-840731609" } + ], + authors: [ + "alter-dims" + ], + owners: [ + "alter-dims" + ] + }, + { + prefix: "./media/characters/izue-two-mothers/", + files: [ + { name: "front.svg", source: "https://www.deviantart.com/alterdims/art/Macrovision-silhouette-Izue-840731879" } + ], + authors: [ + "alter-dims" + ], + owners: [ + "alter-dims" + ] + }, + { + prefix: "./media/characters/teeku-love-shack/", + files: [ + { name: "front.svg", source: "https://www.deviantart.com/alterdims/art/Macrovision-silhouette-Teeku-840731944" } + ], + authors: [ + "alter-dims" + ], + owners: [ + "alter-dims" + ] + }, + { + prefix: "./media/characters/dejma-the-red/", + files: [ + { name: "front.svg", source: "https://www.deviantart.com/alterdims/art/Macrovision-silhouette-Dejma-840732181" } + ], + authors: [ + "alter-dims" + ], + owners: [ + "alter-dims" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -13110,6 +13158,10 @@ const attributionData = { "name": "Khael", "url": "https://www.furaffinity.net/user/khael/", }, + "alter-dims": { + "name": "alter_dims", + "url": "https://twitter.com/alter_dims", + }, } } diff --git a/media/characters/dejma-the-red/front.svg b/media/characters/dejma-the-red/front.svg new file mode 100644 index 00000000..49917f00 --- /dev/null +++ b/media/characters/dejma-the-red/front.svg @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/izue-two-mothers/front.svg b/media/characters/izue-two-mothers/front.svg new file mode 100644 index 00000000..15fd43ea --- /dev/null +++ b/media/characters/izue-two-mothers/front.svg @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/qodri-class-of-'fortwelve-six/front.svg b/media/characters/qodri-class-of-'fortwelve-six/front.svg new file mode 100644 index 00000000..52d172e4 --- /dev/null +++ b/media/characters/qodri-class-of-'fortwelve-six/front.svg @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/teeku-love-shack/front.svg b/media/characters/teeku-love-shack/front.svg new file mode 100644 index 00000000..a349dd32 --- /dev/null +++ b/media/characters/teeku-love-shack/front.svg @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 6d962a7b..19581282 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -21715,6 +21715,130 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Qodri Class-of-'Fortwelve-Six" }, + { + front: { + height: math.unit(1.67, "meters"), + weight: math.unit(140, "lb"), + name: "Front", + image: { + source: "./media/characters/qodri-class-of-'fortwelve-six/front.svg", + extra: 438/410, + bottom: 0.75/439 + } + }, + }, + [ + { + name: "Shrunken", + height: math.unit(7.6, "cm") + }, + { + name: "Human Scale", + height: math.unit(1.67, "meters") + }, + { + name: "Wolxi Scale", + height: math.unit(36.7, "meters"), + default: true + }, + ] +)) + +characterMakers.push(() => makeCharacter( + { name: "Izue Two-Mothers" }, + { + front: { + height: math.unit(1.73, "meters"), + weight: math.unit(240, "lb"), + name: "Front", + image: { + source: "./media/characters/izue-two-mothers/front.svg", + extra: 469/437, + bottom: 1.24/470.6 + } + }, + }, + [ + { + name: "Shrunken", + height: math.unit(7.86, "cm") + }, + { + name: "Human Scale", + height: math.unit(1.73, "meters") + }, + { + name: "Wolxi Scale", + height: math.unit(38, "meters"), + default: true + }, + ] +)) + +characterMakers.push(() => makeCharacter( + { name: "Teeku Love-Shack" }, + { + front: { + height: math.unit(1.55, "meters"), + weight: math.unit(120, "lb"), + name: "Front", + image: { + source: "./media/characters/teeku-love-shack/front.svg", + extra: 387/362, + bottom: 1.51/388 + } + }, + }, + [ + { + name: "Shrunken", + height: math.unit(7, "cm") + }, + { + name: "Human Scale", + height: math.unit(1.55, "meters") + }, + { + name: "Wolxi Scale", + height: math.unit(34.1, "meters"), + default: true + }, + ] +)) + +characterMakers.push(() => makeCharacter( + { name: "Dejma the Red" }, + { + front: { + height: math.unit(1.83, "meters"), + weight: math.unit(135, "lb"), + name: "Front", + image: { + source: "./media/characters/dejma-the-red/front.svg", + extra: 480/458, + bottom: 1.8/482 + } + }, + }, + [ + { + name: "Shrunken", + height: math.unit(8.3, "cm") + }, + { + name: "Human Scale", + height: math.unit(1.83, "meters") + }, + { + name: "Wolxi Scale", + height: math.unit(40, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {