From ac80c8bedf4e12df89ebcdbdb0e743b963f452ae Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 17 Jun 2020 19:05:00 -0400 Subject: [PATCH] Add Withers --- media/attribution.js | 20 + media/characters/withers/side.svg | 968 ++++++++++++++++++++++++++++++ presets/characters.js | 23 + 3 files changed, 1011 insertions(+) create mode 100644 media/characters/withers/side.svg diff --git a/media/attribution.js b/media/attribution.js index 73ac9c52..6ddc8047 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -10783,6 +10783,18 @@ const attributionData = { "quakeroc" ] }, + { + prefix: "./media/characters/withers/", + files: [ + { name: "side.svg", source: "https://twitter.com/Mirihtmr/status/745589261437640705" } + ], + authors: [ + "mirihtmr" + ], + owners: [ + "datastains" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -14863,6 +14875,14 @@ const attributionData = { "name": "cathodegaytube", "url": "https://twitter.com/cathodegaytube", }, + "mirihtmr": { + "name": "Mirihtmr", + "url": "https://twitter.com/Mirihtmr", + }, + "datastains": { + "name": "datastains", + "url": "https://twitter.com/datastains", + }, } } diff --git a/media/characters/withers/side.svg b/media/characters/withers/side.svg new file mode 100644 index 00000000..9f311477 --- /dev/null +++ b/media/characters/withers/side.svg @@ -0,0 +1,968 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 4d02ded8..a3c24845 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -27108,6 +27108,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Withers", species: ["hellhound"], tags: ["anthro"] }, + { + side: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Side", + image: { + source: "./media/characters/withers/side.svg", + extra: 1830/1728, + bottom: 96/1927 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(7, "miles"), + default: true + }, + ] +)) + //characters function makeCharacters() {