From 528e3d9db9a4171c4e061a2e53f9b39268f50f45 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 22 Jun 2020 11:02:30 -0400 Subject: [PATCH] Add Pyxaron --- media/attribution.js | 20 + media/characters/pyxaron/side.svg | 602 ++++++++++++++++++++++++++++++ presets/characters.js | 22 ++ 3 files changed, 644 insertions(+) create mode 100644 media/characters/pyxaron/side.svg diff --git a/media/attribution.js b/media/attribution.js index 21b9c16d..80eda5d9 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -11061,6 +11061,18 @@ const attributionData = { "kodran" ] }, + { + prefix: "./media/characters/pyxaron/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/1065698/" } + ], + authors: [ + "rah-bop" + ], + owners: [ + "pyxaron" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -15261,6 +15273,14 @@ const attributionData = { "name": "Kodran", "url": "https://www.furaffinity.net/user/kodran" }, + "pyxaron": { + "name": "Pyxaron", + "url": "https://www.furaffinity.net/user/pyxaron/" + }, + "rah-bop": { + "name": "rah-bop", + "url": "https://www.deviantart.com/rah-bop" + }, } } diff --git a/media/characters/pyxaron/side.svg b/media/characters/pyxaron/side.svg new file mode 100644 index 00000000..3b809a3f --- /dev/null +++ b/media/characters/pyxaron/side.svg @@ -0,0 +1,602 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 47277dbe..13299a1f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -27936,6 +27936,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Pyxaron", species: ["draptor"], tags: ["anthro"] }, + { + side: { + height: math.unit(11, "feet"), + weight: math.unit(150, "lb"), + name: "Side", + image: { + source: "./media/characters/pyxaron/side.svg", + extra: 305/195, + bottom: 17/322 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(11, "feet") + }, + ] +)) + //characters function makeCharacters() {