From 8513d160e95a129287c7c7d6b65e4e33700aca65 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 15 May 2020 21:49:17 -0400 Subject: [PATCH] Add AJ --- media/attribution.js | 20 ++ media/characters/aj/front.svg | 537 ++++++++++++++++++++++++++++++++++ presets/characters.js | 27 ++ 3 files changed, 584 insertions(+) create mode 100644 media/characters/aj/front.svg diff --git a/media/attribution.js b/media/attribution.js index e8a721f0..3fabb6f6 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9899,6 +9899,18 @@ const attributionData = { "alter-dims" ] }, + { + prefix: "./media/characters/aj/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "rabbitwarrior" + ], + owners: [ + "sirporygon-z" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -13701,6 +13713,14 @@ const attributionData = { "name": "Lunar-Haven-Studios", "url": "https://www.furaffinity.net/user/lunar-haven-studios", }, + "rabbitwarrior": { + "name": "RabbitWarrior", + "url": "https://www.furaffinity.net/user/rabbitwarrior", + }, + "sirporygon-z": { + "name": "Sirporygon-Z", + "url": "https://www.furaffinity.net/user/sirporygon-z/", + }, } } diff --git a/media/characters/aj/front.svg b/media/characters/aj/front.svg new file mode 100644 index 00000000..c8eccdc5 --- /dev/null +++ b/media/characters/aj/front.svg @@ -0,0 +1,537 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index b8d01fef..a741a48e 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -24489,6 +24489,33 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "AJ", species: ["wolf"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/aj/front.svg", + extra: 2039/1562, + bottom: 40/2079 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(11 + 6/12, "feet"), + default: true + }, + { + name: "Megamacro", + height: math.unit(60, "megameters") + }, + ] +)) + //characters function makeCharacters() {