From 61b903321917dbd8b01f468bc17a9cc576811873 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 3 Mar 2020 21:56:15 -0500 Subject: [PATCH] Add Cuon --- media/attribution.js | 20 ++ media/characters/cuon/front.svg | 426 ++++++++++++++++++++++++++++++++ presets/characters.js | 37 +++ 3 files changed, 483 insertions(+) create mode 100644 media/characters/cuon/front.svg diff --git a/media/attribution.js b/media/attribution.js index 8c5883be..59fa506d 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -1639,6 +1639,18 @@ const attributionData = { "vercursar" ] }, + { + prefix: "./media/characters/cuon/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/27982582/" } + ], + authors: [ + "octopoodle" + ], + owners: [ + "colliecuon" + ] + }, { prefix: "./media/characters/dafydd-tomos/", files: [ @@ -5112,6 +5124,14 @@ const attributionData = { "name": "Delathar", "url": "https://www.furaffinity.net/user/delathar/", }, + "octopoodle": { + "name": "OctoPoodle", + "url": "https://www.furaffinity.net/user/octopoodle/", + }, + "colliecuon": { + "name": "CollieCuon", + "url": "https://www.furaffinity.net/user/mmpw", + }, } } diff --git a/media/characters/cuon/front.svg b/media/characters/cuon/front.svg new file mode 100644 index 00000000..8bee936d --- /dev/null +++ b/media/characters/cuon/front.svg @@ -0,0 +1,426 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index afacc553..c2348cbc 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -8336,6 +8336,43 @@ characterMakers["Zyas"] = () => { ) }; +characterMakers["Cuon"] = () => { + return makeCharacter( + "Cuon", + "CollieCuon", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/cuon/front.svg", + extra: 1390/1320 * (1 / (1 - 0.008)), + bottom: 0.008 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(3, "inches") + }, + { + name: "Normal", + height: math.unit(18 + 9/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(360, "feet") + }, + { + name: "Megamacro", + height: math.unit(360, "miles") + }, + ] + ) +}; function makeCharacters() { const results = [];