From e36cc0c0cbfa2da702a5da8bad3ba688fc4db6bb Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 17 Nov 2021 16:57:32 -0500 Subject: [PATCH] Add PENNY --- media/attribution.js | 24 +- media/characters/penny-lynx/front.svg | 1750 +++++++++++++++++++++++++ presets/characters.js | 48 + 3 files changed, 1818 insertions(+), 4 deletions(-) create mode 100644 media/characters/penny-lynx/front.svg diff --git a/media/attribution.js b/media/attribution.js index 2400c35c..b7c0d47c 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -11636,7 +11636,7 @@ const attributionData = { "cougr" ], owners: [ - "remmyzee" + "remmyzilla" ] }, { @@ -19121,6 +19121,18 @@ const attributionData = { "ruleroftherainforest" ] }, + { + prefix: "./media/characters/penny-lynx/", + files: [ + { name: "front.svg", source: "https://twitter.com/Kyyrin/status/720781532533760000" } + ], + authors: [ + "kyyrin" + ], + owners: [ + "remmyzilla" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -23663,9 +23675,9 @@ const attributionData = { "name": "ForcesWerwolf", "url": "https://www.furaffinity.net/user/forceswerwolf/" }, - "remmyzee": { - "name": "RemmyZee", - "url": "https://www.furaffinity.net/user/remmyzee/" + "remmyzilla": { + "name": "Remmyzilla", + "url": "https://twitter.com/Remmyzilla/" }, "amalthus": { "name": "Amalthus", @@ -26335,6 +26347,10 @@ const attributionData = { "name": "OpTicBuster", "url": "https://www.furaffinity.net/user/opticbuster/" }, + "kyyrin": { + "name": "Kyyrin", + "url": "https://twitter.com/Kyyrin/" + }, } } diff --git a/media/characters/penny-lynx/front.svg b/media/characters/penny-lynx/front.svg new file mode 100644 index 00000000..1392564b --- /dev/null +++ b/media/characters/penny-lynx/front.svg @@ -0,0 +1,1750 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index c704b602..3b04e82e 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -52136,6 +52136,54 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "PENNY", species: ["lynx" ,"computer-virus"], tags: ["anthro"] }, + { + front: { + height: math.unit(60, "inches"), + weight: math.unit(16, "lb"), + preyCapacity: math.unit(80, "liters"), + name: "Front", + image: { + source: "./media/characters/penny-lynx/front.svg", + extra: 1959/1769, + bottom: 49/2008 + } + }, + }, + [ + { + name: "Nokia", + height: math.unit(2, "inches") + }, + { + name: "Desktop", + height: math.unit(24, "inches") + }, + { + name: "TV", + height: math.unit(60, "inches") + }, + { + name: "Jumbotron", + height: math.unit(12, "feet") + }, + { + name: "Billboard", + height: math.unit(48, "feet"), + default: true + }, + { + name: "IMAX", + height: math.unit(96, "feet") + }, + { + name: "SINGULARITY", + height: math.unit(864938, "miles") + }, + ] +)) + //characters function makeCharacters() {