From 185b8b0df98b9fdfe75af8fd3745c74e043e065e Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 16 Oct 2021 17:19:30 -0400 Subject: [PATCH] Add Rachel --- media/attribution.js | 16 + media/characters/rachel/front.svg | 2421 +++++++++++++++++++++++++++++ presets/characters.js | 47 + 3 files changed, 2484 insertions(+) create mode 100644 media/characters/rachel/front.svg diff --git a/media/attribution.js b/media/attribution.js index 4f873f8a..541c159d 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17977,6 +17977,18 @@ const attributionData = { "fidchell" ] }, + { + prefix: "./media/characters/rachel/", + files: [ + { name: "front.svg", source: "https://twitter.com/HedgehogGoddess/status/1449404776941174790" } + ], + authors: [ + "hedgehoggoddess" + ], + owners: [ + "hedgehoggoddess" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -24840,6 +24852,10 @@ const attributionData = { "name": "Sigdi", "url": "https://www.furaffinity.net/user/sidgi" }, + "hedgehoggoddess": { + "name": "HedgehogGoddess", + "url": "https://twitter.com/HedgehogGoddess/" + }, } } diff --git a/media/characters/rachel/front.svg b/media/characters/rachel/front.svg new file mode 100644 index 00000000..e052cd65 --- /dev/null +++ b/media/characters/rachel/front.svg @@ -0,0 +1,2421 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 29606810..b7de3906 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1888,6 +1888,10 @@ const speciesData = { name: "Noivern", parents: ["bat", "dragon", "pokemon"] }, + "hedgehog": { + name: "Hedgehog", + parents: ["mammal"] + }, } //species @@ -47941,6 +47945,49 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Rachel", species: ["hedgehog"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 8/12, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/rachel/front.svg", + extra: 1902/1787, + bottom: 46/1948 + } + }, + }, + [ + { + name: "Base Height", + height: math.unit(5 + 8/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(200, "feet") + }, + { + name: "Mega Macro", + height: math.unit(1, "mile") + }, + { + name: "Giga Macro", + height: math.unit(1500, "miles") + }, + { + name: "Tera Macro", + height: math.unit(8000, "miles") + }, + { + name: "Tera Macro+", + height: math.unit(2e5, "miles") + }, + ] +)) + //characters function makeCharacters() {