From e374c58b8457015118e90d6a12377f03b0185c6c Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 1 Aug 2022 17:30:46 -0400 Subject: [PATCH] Add Yula --- media/attribution.js | 16 + media/characters/yula/front.svg | 2958 +++++++++++++++++++++++++++++++ presets/characters.js | 22 + 3 files changed, 2996 insertions(+) create mode 100644 media/characters/yula/front.svg diff --git a/media/attribution.js b/media/attribution.js index dddf9e0e..f185722d 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -23266,6 +23266,18 @@ const attributionData = { "foxycarter" ] }, + { + prefix: "./media/characters/yula/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/48293162/" } + ], + authors: [ + "gasmaskfox" + ], + owners: [ + "wulfwaffle" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -32122,6 +32134,10 @@ const attributionData = { "name": "IvoryLightFoot", "url": "https://www.furaffinity.net/user/ivorylightfoot" }, + "wulfwaffle": { + "name": "WulfWaffle", + "url": "https://www.furaffinity.net/user/wulfwaffle" + }, } } diff --git a/media/characters/yula/front.svg b/media/characters/yula/front.svg new file mode 100644 index 00000000..d006ffa7 --- /dev/null +++ b/media/characters/yula/front.svg @@ -0,0 +1,2958 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 2301a352..ad82692c 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -68153,6 +68153,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Yula", species: ["german-shepherd"], tags: ["anthro"] }, + { + front: { + height: math.unit(90, "feet"), + name: "Front", + image: { + source: "./media/characters/yula/front.svg", + extra: 686/641, + bottom: 5/691 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(90, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {