From 0bfbeeaeef2508debfc2292d4e38120043187af8 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 27 Sep 2020 16:37:32 -0400 Subject: [PATCH] Add Timber --- media/attribution.js | 16 + media/characters/timber/front.svg | 1127 +++++++++++++++++++++++++++++ presets/characters.js | 23 + 3 files changed, 1166 insertions(+) create mode 100644 media/characters/timber/front.svg diff --git a/media/attribution.js b/media/attribution.js index 96c1507f..30c984e1 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -11994,6 +11994,18 @@ const attributionData = { "demonwulf" ] }, + { + prefix: "./media/characters/timber/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/37469932/ " } + ], + authors: [ + "muttasaur" + ], + owners: [ + "timberpuppers" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -16524,6 +16536,10 @@ const attributionData = { "name": "Samael", "url": "https://twitter.com/Samael101" }, + "timberpuppers": { + "name": "TimberPuppers", + "url": "https://www.furaffinity.net/user/timberpuppers" + }, } } diff --git a/media/characters/timber/front.svg b/media/characters/timber/front.svg new file mode 100644 index 00000000..6ef8e410 --- /dev/null +++ b/media/characters/timber/front.svg @@ -0,0 +1,1127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 9b16c146..f6fabd2a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -30908,6 +30908,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Timber", species: ["canine"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 2/12, "feet"), + weight: math.unit(120, "lb"), + name: "Front", + image: { + source: "./media/characters/timber/front.svg", + extra: 2814/2705, + bottom: 181/2995 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 2/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {