From a6cb34f01b9f40ce7bd0b427e1366980cd829887 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 1 Oct 2021 11:16:03 -0400 Subject: [PATCH] Add Grar --- media/attribution.js | 17 + media/characters/grar/back.svg | 434 +++++++++++++++++++++++++ media/characters/grar/front.svg | 551 ++++++++++++++++++++++++++++++++ presets/characters.js | 37 ++- 4 files changed, 1036 insertions(+), 3 deletions(-) create mode 100644 media/characters/grar/back.svg create mode 100644 media/characters/grar/front.svg diff --git a/media/attribution.js b/media/attribution.js index 2e02d39d..f0d45288 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17495,6 +17495,19 @@ const attributionData = { "zeimnekitsune" ] }, + { + prefix: "./media/characters/grar/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/43918296/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/43918296/" }, + ], + authors: [ + "graros" + ], + owners: [ + "graros" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -24213,6 +24226,10 @@ const attributionData = { "name": "damoart", "url": "https://www.fiverr.com/damoart" }, + "graros": { + "name": "Graros", + "url": "https://www.furaffinity.net/user/graros/" + }, } } diff --git a/media/characters/grar/back.svg b/media/characters/grar/back.svg new file mode 100644 index 00000000..09f1ed4e --- /dev/null +++ b/media/characters/grar/back.svg @@ -0,0 +1,434 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/grar/front.svg b/media/characters/grar/front.svg new file mode 100644 index 00000000..0743502e --- /dev/null +++ b/media/characters/grar/front.svg @@ -0,0 +1,551 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index bd317a0c..023722b6 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -17548,8 +17548,8 @@ characterMakers.push(() => makeCharacter( { name: "Nino", species: ["stoat"], tags: ["anthro"] }, { front: { - height: math.unit(1 + 1 / 12, "feet"), - weight: math.unit(18, "lb"), + height: math.unit(1.54, "feet"), + weight: math.unit(50, "lb"), name: "Front", image: { source: "./media/characters/nino/front.svg" @@ -17559,7 +17559,7 @@ characterMakers.push(() => makeCharacter( [ { name: "Normal", - height: math.unit(1 + 1 / 12, "feet"), + height: math.unit(1.54, "feet"), default: true }, ] @@ -46393,6 +46393,37 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Grar", species: ["jackalope"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 2/12, "feet"), + name: "Front", + image: { + source: "./media/characters/grar/front.svg", + extra: 1331/1119, + bottom: 60/1391 + } + }, + back: { + height: math.unit(5 + 2/12, "feet"), + name: "Back", + image: { + source: "./media/characters/grar/back.svg", + extra: 1385/1169, + bottom: 23/1408 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 2/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {