From be5d79c342d22559e50f5f540edbf159164c9478 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 1 Mar 2021 21:25:43 -0500 Subject: [PATCH] Add Erdno --- media/attribution.js | 20 + media/characters/erdno/front.svg | 786 +++++++++++++++++++++++++++++++ presets/characters.js | 38 +- 3 files changed, 842 insertions(+), 2 deletions(-) create mode 100644 media/characters/erdno/front.svg diff --git a/media/attribution.js b/media/attribution.js index e266eca6..e1c00c0d 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14349,6 +14349,18 @@ const attributionData = { "gladi" ] }, + { + prefix: "./media/characters/erdno/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/37089226/" } + ], + authors: [ + "joaoppereira" + ], + owners: [ + "erdno" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -19688,6 +19700,14 @@ const attributionData = { "name": "Gladi", "url": "https://www.furaffinity.net/user/gladi" }, + "joaoppereira": { + "name": "joaoppereira", + "url": "https://www.furaffinity.net/user/joaoppereira/" + }, + "erdno": { + "name": "Erdno", + "url": "https://twitter.com/goo_dork_Erdno" + }, } } diff --git a/media/characters/erdno/front.svg b/media/characters/erdno/front.svg new file mode 100644 index 00000000..efbd2c53 --- /dev/null +++ b/media/characters/erdno/front.svg @@ -0,0 +1,786 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f7ceaafc..be699db8 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -230,7 +230,10 @@ const speciesData = { ] }, "demon": { - name: "Demon" + name: "Demon", + parents: [ + "supernatural" + ] }, "cougar": { name: "Cougar", @@ -1458,7 +1461,7 @@ const speciesData = { }, "ghost": { name: "Ghost", - parents: ["monster"] + parents: ["supernatural"] }, "false-vampire-bat": { name: "False Vampire Bat", @@ -1612,6 +1615,14 @@ const speciesData = { name: "River Drake", parents: ["dragon"] }, + "djinn": { + "name": "Djinn", + "url": "supernatural" + }, + "supernatural": { + name: "Supernatural", + parents: ["monster"] + }, } //species @@ -37504,6 +37515,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Erdno", species: ["mouse", "djinn"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 7/12, "feet"), + weight: math.unit(92, "kg"), + name: "Front", + image: { + source: "./media/characters/erdno/front.svg", + extra: 1954/1889, + bottom: 22/1976 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 7/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {