From 5f011750ab0dda75b9195ffb1631bd68300d8a32 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 15 Sep 2020 23:22:06 -0400 Subject: [PATCH] Add Myra --- media/attribution.js | 18 + media/characters/myra-rue-delore/back.svg | 389 ++++++++++++ .../myra-rue-delore/front-dressed.svg | 556 ++++++++++++++++++ media/characters/myra-rue-delore/front.svg | 417 +++++++++++++ presets/characters.js | 43 ++ 5 files changed, 1423 insertions(+) create mode 100644 media/characters/myra-rue-delore/back.svg create mode 100644 media/characters/myra-rue-delore/front-dressed.svg create mode 100644 media/characters/myra-rue-delore/front.svg diff --git a/media/attribution.js b/media/attribution.js index d02e2e01..50248b5f 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -11461,6 +11461,20 @@ const attributionData = { "datastains" ] }, + { + prefix: "./media/characters/myra-rue-delore/", + files: [ + { name: "front.svg", source: null }, + { name: "back.svg", source: null }, + { name: "front-dressed.svg", source: null }, + ], + authors: [ + "hanmonster" + ], + owners: [ + "datastains" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -15788,6 +15802,10 @@ const attributionData = { "name": "SpoonyCatt", "url": "https://twitter.com/SpoonyCatt/" }, + "hanmonster": { + "name": "HanMonster", + "url": "https://www.furaffinity.net/user/hanmonster/" + }, } } diff --git a/media/characters/myra-rue-delore/back.svg b/media/characters/myra-rue-delore/back.svg new file mode 100644 index 00000000..74e3036e --- /dev/null +++ b/media/characters/myra-rue-delore/back.svg @@ -0,0 +1,389 @@ + + + + + + + + + diff --git a/media/characters/myra-rue-delore/front-dressed.svg b/media/characters/myra-rue-delore/front-dressed.svg new file mode 100644 index 00000000..85dfceae --- /dev/null +++ b/media/characters/myra-rue-delore/front-dressed.svg @@ -0,0 +1,556 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/myra-rue-delore/front.svg b/media/characters/myra-rue-delore/front.svg new file mode 100644 index 00000000..1bf786db --- /dev/null +++ b/media/characters/myra-rue-delore/front.svg @@ -0,0 +1,417 @@ + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f0f443ee..93b296ea 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -29072,6 +29072,49 @@ characterMakers.push(() => makeCharacter( }, ] )) + +characterMakers.push(() => makeCharacter( + { name: "Myra Rue Delore", species: ["monster"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/myra-rue-delore/front.svg", + extra: 1340/1308, + bottom: 67/1407 + } + }, + back: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Back", + image: { + source: "./media/characters/myra-rue-delore/back.svg", + extra: 1341/1310, + bottom: 40/1381 + } + }, + frontDressed: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front (Dressed)", + image: { + source: "./media/characters/myra-rue-delore/front-dressed.svg", + extra: 1340/1308, + bottom: 67/1407 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(150, "feet") + }, + ] +)) + //characters function makeCharacters() {