From abd4cd8401e292d3223d673149744665bd9b0cd5 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 6 May 2020 15:25:34 -0400 Subject: [PATCH] Add Umok --- media/attribution.js | 13 + media/characters/umok/female.svg | 673 +++++++++++++++++++++++++++++++ media/characters/umok/male.svg | 615 ++++++++++++++++++++++++++++ presets/characters.js | 35 ++ 4 files changed, 1336 insertions(+) create mode 100644 media/characters/umok/female.svg create mode 100644 media/characters/umok/male.svg diff --git a/media/attribution.js b/media/attribution.js index 717f9dbe..ef51d4fa 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9574,6 +9574,19 @@ const attributionData = { "retroinferno" ] }, + { + prefix: "./media/characters/umok/", + files: [ + { name: "female.svg", source: "https://www.furaffinity.net/view/35674883/" }, + { name: "male.svg", source: "https://www.furaffinity.net/view/35674883/" }, + ], + authors: [ + "gasmaskfox" + ], + owners: [ + "retroinferno" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/umok/female.svg b/media/characters/umok/female.svg new file mode 100644 index 00000000..8a14720c --- /dev/null +++ b/media/characters/umok/female.svg @@ -0,0 +1,673 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/umok/male.svg b/media/characters/umok/male.svg new file mode 100644 index 00000000..3d449348 --- /dev/null +++ b/media/characters/umok/male.svg @@ -0,0 +1,615 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 5fd3bbf0..c4e1a8a3 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -22172,6 +22172,41 @@ characterMakers.push(() => makeCharacter( }, ] )) + +characterMakers.push(() => makeCharacter( + { name: "Umok" }, + { + female: { + height: math.unit(19.3, "m"), + weight: math.unit(Math.pow((19.3/2), 3) * 60, "kg"), + name: "Female", + image: { + source: "./media/characters/umok/female.svg", + extra: 2186/2078, + bottom: 87/2277 + } + }, + male: { + height: math.unit(19.5, "m"), + weight: math.unit(Math.pow((19.5/2), 3) * 60, "kg"), + name: "Male", + image: { + source: "./media/characters/umok/male.svg", + extra: 2233/2140, + bottom: 24.4/2258 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(19.3, "meters"), + default: true + }, + ] +)) + + //characters function makeCharacters() {