From 03463b1cdbe63c19cd6e97327022b17c7e11b627 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 5 Mar 2020 14:54:20 -0500 Subject: [PATCH] Add Scales --- media/attribution.js | 18 +++ media/characters/scales/anthro.svg | 129 ++++++++++++++++++++ media/characters/scales/taur-back.svg | 160 +++++++++++++++++++++++++ media/characters/scales/taur-front.svg | 136 +++++++++++++++++++++ presets/characters.js | 46 +++++++ 5 files changed, 489 insertions(+) create mode 100644 media/characters/scales/anthro.svg create mode 100644 media/characters/scales/taur-back.svg create mode 100644 media/characters/scales/taur-front.svg diff --git a/media/attribution.js b/media/attribution.js index 0d723ac5..03be08ed 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -3341,6 +3341,20 @@ const attributionData = { "colwag" ] }, + { + prefix: "./media/characters/scales/", + files: [ + { name: "taur-front.svg", source: "https://twitter.com/plushderg/status/1119248005557825537" }, + { name: "taur-back.svg", source: "https://twitter.com/plushderg/status/1119248005557825537" }, + { name: "anthro.svg", source: "https://twitter.com/plushderg/status/1119248005557825537" }, + ], + authors: [ + "scales" + ], + owners: [ + "scales" + ] + }, { prefix: "./media/characters/shingo/", files: [ @@ -5733,6 +5747,10 @@ const attributionData = { "name": "Booshie", "url": "https://www.furaffinity.net/user/booshie/", }, + "scales": { + "name": "Scales", + "url": "https://twitter.com/plushderg", + } } } diff --git a/media/characters/scales/anthro.svg b/media/characters/scales/anthro.svg new file mode 100644 index 00000000..2652f8ec --- /dev/null +++ b/media/characters/scales/anthro.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + diff --git a/media/characters/scales/taur-back.svg b/media/characters/scales/taur-back.svg new file mode 100644 index 00000000..70d76a34 --- /dev/null +++ b/media/characters/scales/taur-back.svg @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/scales/taur-front.svg b/media/characters/scales/taur-front.svg new file mode 100644 index 00000000..4528e231 --- /dev/null +++ b/media/characters/scales/taur-front.svg @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 9c042ca1..a66d9726 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -9761,6 +9761,52 @@ characterMakers["Blü"] = () => { ) }; +characterMakers["Scales"] = () => { + return makeCharacter( + "Scales", + "Scales", + { + taurFront: { + height: math.unit(6, "feet"), + weight: math.unit(200, "lb"), + name: "Taur (Front)", + image: { + source: "./media/characters/scales/taur-front.svg", + extra: 1 / (1 - 0.05), + bottom: 0.05 + } + }, + taurBack: { + height: math.unit(6, "feet"), + weight: math.unit(200, "lb"), + name: "Taur (Back)", + image: { + source: "./media/characters/scales/taur-back.svg", + extra: 1 / (1 - 0.08), + bottom: 0.08 + } + }, + anthro: { + height: math.unit(6, "feet"), + weight: math.unit(100, "lb"), + name: "Anthro", + image: { + source: "./media/characters/scales/anthro.svg", + extra: 1 / (1 - 0.06), + bottom: 0.06 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(12, "feet"), + default: true + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({