From 6149b2f0a0a198b981679f11b2c4818689bcc155 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 18 May 2020 13:53:29 -0400 Subject: [PATCH] Add Diamond Jones and Mercury Crescent --- media/attribution.js | 32 +++ media/characters/diamond-jones/front.svg | 76 +++++++ media/characters/mercury-crescent/front.svg | 228 ++++++++++++++++++++ presets/characters.js | 45 ++++ 4 files changed, 381 insertions(+) create mode 100644 media/characters/diamond-jones/front.svg create mode 100644 media/characters/mercury-crescent/front.svg diff --git a/media/attribution.js b/media/attribution.js index 8210db72..27f7fee7 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -10094,6 +10094,30 @@ const attributionData = { "geordibyrdy" ] }, + { + prefix: "./media/characters/diamond-jones/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/35839180/" } + ], + authors: [ + "culixcupric" + ], + owners: [ + "geordibyrdy" + ] + }, + { + prefix: "./media/characters/mercury-crescent/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "spacebearbilly" + ], + owners: [ + "geordibyrdy" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -13940,6 +13964,14 @@ const attributionData = { "name": "geordibyrdy", "url": "https://www.furaffinity.net/user/geordibyrdy/", }, + "spacebearbilly": { + "name": "spacebearbilly", + "url": "https://www.furaffinity.net/user/spacebearbilly", + }, + "culixcupric": { + "name": "CulixCupric", + "url": "https://www.furaffinity.net/user/culixcupric/", + }, } } diff --git a/media/characters/diamond-jones/front.svg b/media/characters/diamond-jones/front.svg new file mode 100644 index 00000000..a9b75d5a --- /dev/null +++ b/media/characters/diamond-jones/front.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + diff --git a/media/characters/mercury-crescent/front.svg b/media/characters/mercury-crescent/front.svg new file mode 100644 index 00000000..622a9380 --- /dev/null +++ b/media/characters/mercury-crescent/front.svg @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 8f70225a..2308e46a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -25058,6 +25058,51 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Mercury Crescent", species: ["dragon"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 2/12, "feet"), + weight: math.unit(50, "kg"), + name: "Front", + image: { + source: "./media/characters/mercury-crescent/front.svg", + extra: 1088/1033, + bottom: 18.9/1109 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 2/12, "feet"), + default: true + }, + ] +)) + +characterMakers.push(() => makeCharacter( + { name: "Diamond Jones", species: ["kobold"], tags: ["anthro"] }, + { + front: { + height: math.unit(2, "feet"), + weight: math.unit(15, "kg"), + name: "Front", + image: { + source: "./media/characters/diamond-jones/front.svg", + bottom: 16/568 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(2, "feet"), + default: true + }, + ] +)) + characterMakers.push(() => makeCharacter( { name: "Sweet Bit", species: ["gestalt"], tags: ["anthro"] }, {