From 6b13a2a3a0431ad2be9cae781a7044bf6cb2ce95 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 28 Jun 2021 10:05:05 -0400 Subject: [PATCH] Add Sabre --- media/attribution.js | 20 ++ media/characters/sabre/front.svg | 508 +++++++++++++++++++++++++++++++ presets/characters.js | 39 +++ 3 files changed, 567 insertions(+) create mode 100644 media/characters/sabre/front.svg diff --git a/media/attribution.js b/media/attribution.js index 4f7d0409..fc078165 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -15606,6 +15606,18 @@ const attributionData = { "tiberiusthyben" ] }, + { + prefix: "./media/characters/sabre/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/25781565/" } + ], + authors: [ + "lyute" + ], + owners: [ + "sabrejackal" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -21541,6 +21553,14 @@ const attributionData = { "name": "UnreliableSize", "url": "https://www.furaffinity.net/user/unreliablesize " }, + "lyute": { + "name": "Lyute", + "url": "https://www.furaffinity.net/user/lyute" + }, + "sabrejackal": { + "name": "Sabrejackal", + "url": "https://www.furaffinity.net/user/sabrejackal/" + }, } } diff --git a/media/characters/sabre/front.svg b/media/characters/sabre/front.svg new file mode 100644 index 00000000..b66fde68 --- /dev/null +++ b/media/characters/sabre/front.svg @@ -0,0 +1,508 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index b38023e2..2562767b 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -40944,6 +40944,45 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Sabre", species: ["jackal"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 6/12, "feet"), + weight: math.unit(60, "kg"), + name: "Front", + image: { + source: "./media/characters/sabre/front.svg", + extra: 738/671, + bottom: 27/765 + } + }, + }, + [ + { + name: "Teeny", + height: math.unit(2, "inches") + }, + { + name: "Smol", + height: math.unit(8, "inches") + }, + { + name: "Normal", + height: math.unit(5 + 6/12, "feet"), + default: true + }, + { + name: "Mini-Macro", + height: math.unit(15, "feet") + }, + { + name: "Macro", + height: math.unit(50, "feet") + }, + ] +)) + //characters function makeCharacters() {