From fc46b134ce31a25673e378e3e7057cded6795907 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 15 Sep 2020 21:07:40 -0400 Subject: [PATCH] Add Pidge --- media/attribution.js | 17 + media/characters/pidge/back.svg | 562 ++++++++++++++++++++++++ media/characters/pidge/front.svg | 722 +++++++++++++++++++++++++++++++ presets/characters.js | 33 ++ 4 files changed, 1334 insertions(+) create mode 100644 media/characters/pidge/back.svg create mode 100644 media/characters/pidge/front.svg diff --git a/media/attribution.js b/media/attribution.js index e8aa49e4..3c974af4 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -11407,6 +11407,19 @@ const attributionData = { "azteck" ] }, + { + prefix: "./media/characters/pidge/", + files: [ + { name: "front.svg", source: null }, + { name: "back.svg", source: null }, + ], + authors: [ + "terratimberwolf" + ], + owners: [ + "datastains" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -15722,6 +15735,10 @@ const attributionData = { "name": "Azteck", "url": "https://www.furaffinity.net/user/azteck/" }, + "terratimberwolf": { + "name": "TerraTimberWolf", + "url": "https://www.furaffinity.net/user/terrawolfdog/" + }, } } diff --git a/media/characters/pidge/back.svg b/media/characters/pidge/back.svg new file mode 100644 index 00000000..dbcfebe4 --- /dev/null +++ b/media/characters/pidge/back.svg @@ -0,0 +1,562 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/pidge/front.svg b/media/characters/pidge/front.svg new file mode 100644 index 00000000..8a923c9f --- /dev/null +++ b/media/characters/pidge/front.svg @@ -0,0 +1,722 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 9608239e..c4f75cb6 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -28906,6 +28906,39 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Pidge", species: ["hellhound"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/pidge/front.svg", + extra: 620/588, + bottom: 9/629 + } + }, + back: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Back", + image: { + source: "./media/characters/pidge/back.svg", + extra: 620/588, + bottom: 9/629 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(1, "mile"), + default: true + }, + ] +)) + //characters function makeCharacters() {