From 5eb1e617c12a9681a215fc680fc34f5871ae0f33 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 4 Mar 2021 16:40:26 -0500 Subject: [PATCH] Add Moxie Nova --- media/attribution.js | 20 + media/characters/moxie-nova/front.svg | 885 ++++++++++++++++++++++++++ presets/characters.js | 23 + 3 files changed, 928 insertions(+) create mode 100644 media/characters/moxie-nova/front.svg diff --git a/media/attribution.js b/media/attribution.js index 8cb69f3c..053dfde6 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14672,6 +14672,18 @@ const attributionData = { "drewbermeister" ] }, + { + prefix: "./media/characters/moxie-nova/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "cozygh0st" + ], + owners: [ + "tyler611" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -20083,6 +20095,14 @@ const attributionData = { "name": "SimonAquaris", "url": "https://www.furaffinity.net/user/simonaquarius/" }, + "cozygh0st": { + "name": "cozygh0st", + "url": "https://twitter.com/cozygh0st" + }, + "tyler611": { + "name": "tyler611", + "url": "http://furaffinity.net/user/tyler611/" + }, } } diff --git a/media/characters/moxie-nova/front.svg b/media/characters/moxie-nova/front.svg new file mode 100644 index 00000000..88205c82 --- /dev/null +++ b/media/characters/moxie-nova/front.svg @@ -0,0 +1,885 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 44f4a4ce..9f939ae9 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -38621,6 +38621,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Moxie Nova", species: ["dragon", "cat"], tags: ["anthro"] }, + { + front: { + height: math.unit(7 + 6/12, "feet"), + weight: math.unit(600, "lb"), + name: "Front", + image: { + source: "./media/characters/moxie-nova/front.svg", + extra: 1734/1652, + bottom: 41/1775 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(7 + 6/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {