From 5ea7367ee69045cb459da98414a681329aa352cb Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 18 Mar 2020 12:34:17 -0400 Subject: [PATCH] Add Desta --- media/attribution.js | 32 +++ media/characters/desta/front.svg | 399 +++++++++++++++++++++++++++++++ media/characters/desta/side.svg | 320 +++++++++++++++++++++++++ presets/characters.js | 47 ++++ 4 files changed, 798 insertions(+) create mode 100644 media/characters/desta/front.svg create mode 100644 media/characters/desta/side.svg diff --git a/media/attribution.js b/media/attribution.js index 70366e67..48b615de 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -6983,6 +6983,30 @@ const attributionData = { "dragonien" ] }, + { + prefix: "./media/characters/desta/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/26988779/" } + ], + authors: [ + "shizuworks" + ], + owners: [ + "thatdratini" + ] + }, + { + prefix: "./media/characters/desta/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/26960263/" } + ], + authors: [ + "cougr" + ], + owners: [ + "thatdratini" + ] + }, //characters { prefix: "./media/food/animals/", @@ -9634,6 +9658,14 @@ const attributionData = { "name": "Jae-Lin", "url": "https://www.furaffinity.net/user/jae-lin/", }, + "shizuworks": { + "name": "Shizuworks", + "url": "https://twitter.com/shizuworks", + }, + "thatdratini": { + "name": "Desta", + "url": "https://www.furaffinity.net/user/thatdratini/", + }, } } diff --git a/media/characters/desta/front.svg b/media/characters/desta/front.svg new file mode 100644 index 00000000..2001e2df --- /dev/null +++ b/media/characters/desta/front.svg @@ -0,0 +1,399 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/desta/side.svg b/media/characters/desta/side.svg new file mode 100644 index 00000000..617f5ece --- /dev/null +++ b/media/characters/desta/side.svg @@ -0,0 +1,320 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 1782bb39..f4a7e383 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -17037,6 +17037,53 @@ characterMakers["Dragonien"] = () => { ) }; +characterMakers["Desta"] = () => { + return makeCharacter( + "Desta", + "Desta", + { + front: { + height: math.unit(5 + 2/12, "feet"), + weight: math.unit(110, "lb"), + name: "Front", + image: { + source: "./media/characters/desta/front.svg", + extra: 1482/1417 + } + }, + side: { + height: math.unit(5 + 2/12, "feet"), + weight: math.unit(110, "lb"), + name: "Side", + image: { + source: "./media/characters/desta/side.svg", + extra: 2579/2491, + bottom: 0.053 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(6, "inches") + }, + { + name: "Normal", + height: math.unit(5 + 2/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(62, "feet") + }, + { + name: "Megamacro", + height: math.unit(1800, "feet") + }, + ] + ) +}; + //characters