From 4804ffbe1f9632577a03acee8e72c24cce0d9e67 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 7 Jun 2022 10:17:27 -0400 Subject: [PATCH] Add Sleeka --- media/attribution.js | 12 + media/characters/sleeka/front.svg | 1246 +++++++++++++++++++++++++++++ presets/characters.js | 31 + 3 files changed, 1289 insertions(+) create mode 100644 media/characters/sleeka/front.svg diff --git a/media/attribution.js b/media/attribution.js index 595e8f2f..57dff060 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -22914,6 +22914,18 @@ const attributionData = { "beathebehemoth" ] }, + { + prefix: "./media/characters/sleeka/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "beathebehemoth" + ], + owners: [ + "beathebehemoth" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/sleeka/front.svg b/media/characters/sleeka/front.svg new file mode 100644 index 00000000..baa8a0f5 --- /dev/null +++ b/media/characters/sleeka/front.svg @@ -0,0 +1,1246 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 2f4cdfca..4182730f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -66878,6 +66878,37 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Sleeka", species: ["rat"], tags: ["anthro"] }, + { + front: { + height: math.unit(165, "cm"), + weight: math.unit(130, "lb"), + name: "Front", + image: { + source: "./media/characters/sleeka/front.svg", + extra: 1252/1200, + bottom: 46/1298 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(165, "cm") + }, + { + name: "Galactic", + height: math.unit(5.8e22, "meters"), + default: true + }, + { + name: "Universal", + height: math.unit(1.02e29, "meters") + }, + ] +)) + //characters function makeCharacters() {