From 6bfd9546be864d30ea2810f2bef8693bf83a960a Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 29 Sep 2020 23:21:00 -0400 Subject: [PATCH] Add Daniel Barrett --- media/attribution.js | 20 +++ media/characters/daniel-barrett/front.svg | 143 ++++++++++++++++++++++ presets/characters.js | 55 +++++++++ 3 files changed, 218 insertions(+) create mode 100644 media/characters/daniel-barrett/front.svg diff --git a/media/attribution.js b/media/attribution.js index 8d3770e5..576b71e7 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12287,6 +12287,18 @@ const attributionData = { "noboru-pawnerd" ] }, + { + prefix: "./media/characters/daniel-barrett/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/4173463/" } + ], + authors: [ + "freder" + ], + owners: [ + "lobo-branco" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -16950,6 +16962,14 @@ const attributionData = { "name": "Noboru", "url": "https://twitter.com/noboru_pawnerd" }, + "freder": { + "name": "Freder", + "url": "https://www.furaffinity.net/user/freder" + }, + "lobo-branco": { + "name": "Lobo-Branco", + "url": "https://www.furaffinity.net/user/lobo-branco/" + }, } } diff --git a/media/characters/daniel-barrett/front.svg b/media/characters/daniel-barrett/front.svg new file mode 100644 index 00000000..e19871d5 --- /dev/null +++ b/media/characters/daniel-barrett/front.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 57b4ecf4..e0509d45 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -31660,6 +31660,61 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Daniel Barrett", species: ["wolf"], tags: ["anthro"] }, + { + front: { + height: math.unit(1.85, "meters"), + weight: math.unit(80, "kg"), + name: "Front", + image: { + source: "./media/characters/daniel-barrett/front.svg", + extra: 355/337, + bottom: 9/364 + } + }, + }, + [ + { + name: "Pico", + height: math.unit(0.0433, "mm") + }, + { + name: "Nano", + height: math.unit(1.5, "mm") + }, + { + name: "Micro", + height: math.unit(5.3, "cm"), + default: true + }, + { + name: "Normal", + height: math.unit(1.85, "meters") + }, + { + name: "Macro", + height: math.unit(64.7, "meters") + }, + { + name: "Megamacro", + height: math.unit(2.26, "km") + }, + { + name: "Gigamacro", + height: math.unit(79, "km") + }, + { + name: "Teramacro", + height: math.unit(2765, "km") + }, + { + name: "Petamacro", + height: math.unit(96678, "km") + }, + ] +)) + //characters function makeCharacters() {