From b3af978fce6036fd579eaecb1e1cfe638866af8f Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 20 Jun 2020 18:14:08 -0400 Subject: [PATCH] Add Morrigan --- media/attribution.js | 16 + media/characters/morrigan/front.svg | 1079 +++++++++++++++++++++++++++ presets/characters.js | 23 + 3 files changed, 1118 insertions(+) create mode 100644 media/characters/morrigan/front.svg diff --git a/media/attribution.js b/media/attribution.js index 5540c16a..8189112c 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -10949,6 +10949,18 @@ const attributionData = { "immaturecontent" ] }, + { + prefix: "./media/characters/morrigan/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/36085005/" } + ], + authors: [ + "luckyfelixflex" + ], + owners: [ + "immaturecontent" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -15101,6 +15113,10 @@ const attributionData = { "name": "alphagodith", "url": "https://www.furaffinity.net/user/alphagodith/", }, + "luckyfelixflex": { + "name": "LuckyFelixFlex", + "url": "https://www.furaffinity.net/user/luckyfelixflex/", + }, } } diff --git a/media/characters/morrigan/front.svg b/media/characters/morrigan/front.svg new file mode 100644 index 00000000..856d2385 --- /dev/null +++ b/media/characters/morrigan/front.svg @@ -0,0 +1,1079 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index b7db7e30..17a2e092 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -27580,6 +27580,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Morrigan", species: ["shark"], tags: ["anthro"] }, + { + front: { + height: math.unit(9 + 4/12, "feet"), + weight: math.unit(500, "lb"), + name: "Front", + image: { + source: "./media/characters/morrigan/front.svg", + extra: 2707/2579, + bottom: 156/2863 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(9 + 4/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {