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() {