From 0dcbd0456632e5dcfe05a9b0ea19dc98e7302896 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 6 Jul 2021 10:52:55 -0400 Subject: [PATCH] Add Luca --- media/attribution.js | 16 + media/characters/luca/front.svg | 1344 +++++++++++++++++++++++++++++++ presets/characters.js | 23 + 3 files changed, 1383 insertions(+) create mode 100644 media/characters/luca/front.svg diff --git a/media/attribution.js b/media/attribution.js index 2c67e387..e983832d 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16067,6 +16067,18 @@ const attributionData = { "bigblueghost" ] }, + { + prefix: "./media/characters/luca/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/40455332/" } + ], + authors: [ + "zecon19" + ], + owners: [ + "duk3assassin" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -22142,6 +22154,10 @@ const attributionData = { "name": "bigblueghost", "url": "https://www.furaffinity.net/user/bigblueghost/" }, + "zecon19": { + "name": "zecon19", + "url": "https://www.furaffinity.net/user/zecon19" + }, } } diff --git a/media/characters/luca/front.svg b/media/characters/luca/front.svg new file mode 100644 index 00000000..2d818f95 --- /dev/null +++ b/media/characters/luca/front.svg @@ -0,0 +1,1344 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 005ae96c..7ee1e5b7 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -42188,6 +42188,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Luca", species: ["zoroark", "lucario"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(168, "lb"), + name: "Front", + image: { + source: "./media/characters/luca/front.svg", + extra: 841/667, + bottom: 102/943 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {