From 416771212c1b34cdbea57ea9cf19d7e8dd8689eb Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 13 Nov 2021 11:31:37 -0500 Subject: [PATCH] Add Kit --- media/attribution.js | 18 + media/characters/kit/back.svg | 666 ++++++++++++++++++++++++ media/characters/kit/front.svg | 898 +++++++++++++++++++++++++++++++++ media/characters/kit/paw.svg | 128 +++++ presets/characters.js | 40 ++ 5 files changed, 1750 insertions(+) create mode 100644 media/characters/kit/back.svg create mode 100644 media/characters/kit/front.svg create mode 100644 media/characters/kit/paw.svg diff --git a/media/attribution.js b/media/attribution.js index ecea4da2..1508a628 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -18972,6 +18972,20 @@ const attributionData = { "foosili" ] }, + { + prefix: "./media/characters/kit/", + files: [ + { name: "front.svg", source: "https://twitter.com/natageru/status/1440814937572401166" }, + { name: "back.svg", source: "https://twitter.com/natageru/status/1440814937572401166" }, + { name: "paw.svg", source: "https://twitter.com/natageru/status/1440814937572401166" }, + ], + authors: [ + "anonymous" + ], + owners: [ + "natageru" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -26139,6 +26153,10 @@ const attributionData = { "name": "Foos", "url": "https://twitter.com/Foosili" }, + "natageru": { + "name": "natageru", + "url": "https://twitter.com/natageru/" + }, } } diff --git a/media/characters/kit/back.svg b/media/characters/kit/back.svg new file mode 100644 index 00000000..16d80ec6 --- /dev/null +++ b/media/characters/kit/back.svg @@ -0,0 +1,666 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/kit/front.svg b/media/characters/kit/front.svg new file mode 100644 index 00000000..09cce672 --- /dev/null +++ b/media/characters/kit/front.svg @@ -0,0 +1,898 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/kit/paw.svg b/media/characters/kit/paw.svg new file mode 100644 index 00000000..833f7453 --- /dev/null +++ b/media/characters/kit/paw.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f2298c41..531c49b4 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -51516,6 +51516,46 @@ characterMakers.push(() => makeCharacter( } )) +characterMakers.push(() => makeCharacter( + { name: "Kit", species: ["kitsune"], tags: ["anthro"] }, + { + front: { + height: math.unit(8 + 7/12, "feet"), + weight: math.unit(482, "lb"), + name: "Front", + image: { + source: "./media/characters/kit/front.svg", + extra: 1247/1103, + bottom: 41/1288 + } + }, + back: { + height: math.unit(8 + 7/12, "feet"), + weight: math.unit(482, "lb"), + name: "Back", + image: { + source: "./media/characters/kit/back.svg", + extra: 1252/1123, + bottom: 21/1273 + } + }, + paw: { + height: math.unit(1.46, "feet"), + name: "Paw", + image: { + source: "./media/characters/kit/paw.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(8 + 7/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {