From fbbd96f35c8bc6494e3d526eb42c63485cf5cdd4 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 4 Dec 2021 09:04:10 -0500 Subject: [PATCH] Add Diode --- media/attribution.js | 18 + media/characters/diode/front.svg | 1183 ++++++++++++++++++++++++++++++ media/characters/diode/side.svg | 1015 +++++++++++++++++++++++++ media/characters/diode/wings.svg | 673 +++++++++++++++++ presets/characters.js | 40 + 5 files changed, 2929 insertions(+) create mode 100644 media/characters/diode/front.svg create mode 100644 media/characters/diode/side.svg create mode 100644 media/characters/diode/wings.svg diff --git a/media/attribution.js b/media/attribution.js index fe326637..48c9f4d2 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -19390,6 +19390,20 @@ const attributionData = { "0-madespain-0" ] }, + { + prefix: "./media/characters/diode/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/44569640/" }, + { name: "side.svg", source: "https://www.furaffinity.net/view/44569640/" }, + { name: "wings.svg", source: "https://www.furaffinity.net/view/44569640/" }, + ], + authors: [ + "rebonica" + ], + owners: [ + "diodemoth" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -26758,6 +26772,10 @@ const attributionData = { "name": "TaylorNoir", "url": "https://www.furaffinity.net/user/taylornoir/" }, + "diodemoth": { + "name": "DiodeMoth", + "url": "https://www.furaffinity.net/user/diodemoth/" + }, } } diff --git a/media/characters/diode/front.svg b/media/characters/diode/front.svg new file mode 100644 index 00000000..98d5283b --- /dev/null +++ b/media/characters/diode/front.svg @@ -0,0 +1,1183 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/diode/side.svg b/media/characters/diode/side.svg new file mode 100644 index 00000000..3bf157c0 --- /dev/null +++ b/media/characters/diode/side.svg @@ -0,0 +1,1015 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/diode/wings.svg b/media/characters/diode/wings.svg new file mode 100644 index 00000000..a83cb3bf --- /dev/null +++ b/media/characters/diode/wings.svg @@ -0,0 +1,673 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 63e0aead..974a9142 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -53072,6 +53072,46 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Diode", species: ["moth"], tags: ["anthro"] }, + { + front: { + height: math.unit(23.47, "cm"), + weight: math.unit(600, "grams"), + name: "Front", + image: { + source: "./media/characters/diode/front.svg", + extra: 1778/1396, + bottom: 95/1873 + } + }, + side: { + height: math.unit(23.47, "cm"), + weight: math.unit(600, "grams"), + name: "Side", + image: { + source: "./media/characters/diode/side.svg", + extra: 1831/1404, + bottom: 86/1917 + } + }, + wings: { + height: math.unit(0.683, "feet"), + name: "Wings", + image: { + source: "./media/characters/diode/wings.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(23.47, "cm"), + default: true + }, + ] +)) + //characters function makeCharacters() {