From abba08cf15895f90d458cd12cf225d16cbea14f9 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 3 Jul 2021 15:50:45 -0400 Subject: [PATCH] Add Zephyr --- media/attribution.js | 12 + media/characters/zephyr/side.svg | 1833 ++++++++++++++++++++++++++++++ presets/characters.js | 23 + 3 files changed, 1868 insertions(+) create mode 100644 media/characters/zephyr/side.svg diff --git a/media/attribution.js b/media/attribution.js index 38f69f5a..f1edb9a0 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -15971,6 +15971,18 @@ const attributionData = { "silverandcyanide" ] }, + { + prefix: "./media/characters/zephyr/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/31340261/" } + ], + authors: [ + "corriezodori" + ], + owners: [ + "veluren" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/zephyr/side.svg b/media/characters/zephyr/side.svg new file mode 100644 index 00000000..fb19b36c --- /dev/null +++ b/media/characters/zephyr/side.svg @@ -0,0 +1,1833 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 7e9e9e63..ff0dcf08 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -41914,6 +41914,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Zephyr", species: ["zorgoia"], tags: ["feral"] }, + { + side: { + height: math.unit(6 + 6/12, "feet"), + weight: math.unit(1.5, "tons"), + name: "Side", + image: { + source: "./media/characters/zephyr/side.svg", + extra: 1433/586, + bottom: 109/1542 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 6/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {