From c216a1d0ef6f90f6811adb16a50a99835d4b7301 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 24 Feb 2020 17:34:31 -0500 Subject: [PATCH] Add Archy --- media/attribution.js | 20 +++++++ media/characters/archy/front.svg | 98 ++++++++++++++++++++++++++++++++ presets/characters.js | 42 +++++++++++++- 3 files changed, 159 insertions(+), 1 deletion(-) create mode 100644 media/characters/archy/front.svg diff --git a/media/attribution.js b/media/attribution.js index 66a98951..475dc324 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -137,6 +137,18 @@ const attributionData = { "appledectomy" ] }, + { + prefix: "./media/characters/archy/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/17286706/" } + ], + authors: [ + "twitch-the-dragon" + ], + owners: [ + "archy-d" + ] + }, { prefix: "./media/characters/asana/", files: [ @@ -398,6 +410,10 @@ const attributionData = { name: "Appledectomy", url: "https://www.furaffinity.net/user/appledectomy" }, + "archy-d": { + name: "ArchyD", + url: "https://www.furaffinity.net/user/ArchyD" + }, "ashtrek": { name: "Ashtrek", url: "https://www.furaffinity.net/user/ashtrek/" @@ -550,6 +566,10 @@ const attributionData = { name: "stonerabbit", url: "https://www.furaffinity.net/user/stonerabbit/" }, + "twitch-the-dragon": { + name: "Twitch", + url: "https://www.furaffinity.net/user/twitchthedragon/" + }, "zyraxus": { name: "Zyraxus", url: "https://www.furaffinity.net/user/zyraxus" diff --git a/media/characters/archy/front.svg b/media/characters/archy/front.svg new file mode 100644 index 00000000..dcffe020 --- /dev/null +++ b/media/characters/archy/front.svg @@ -0,0 +1,98 @@ + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index ceef90f4..551fed1f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -4297,7 +4297,7 @@ characterMakers["Gemini"] = () => { characterMakers["Alicia"] = () => { return makeCharacter( "Alicia", - "lajay", + "LittleBig", { anthro: { height: math.unit(2.35, "meters"), @@ -4334,6 +4334,46 @@ characterMakers["Alicia"] = () => { ) }; +characterMakers["Archy"] = () => { + return makeCharacter( + "Archy", + "ArchyD", + { + front: { + height: math.unit(7, "feet"), + weight: math.unit(250, "lbs"), + name: "Front", + image: { + source: "./media/characters/archy/front.svg" + } + } + }, + [ + { + name: "Micro", + height: math.unit(1, "inch") + }, + { + name: "Shorty", + height: math.unit(5, "feet") + }, + { + name: "Normal", + height: math.unit(7, "feet") + }, + { + name: "Macro", + height: math.unit(600, "meters"), + default: true + }, + { + name: "Megamacro", + height: math.unit(1, "mile") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({