From d163687a3b93e19b5b2df1c09bfbe263a9ea3db5 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 17 Aug 2021 10:02:40 -0400 Subject: [PATCH] Add King Mugi --- media/attribution.js | 21 + media/characters/king-mugi/front.svg | 1008 ++++++++++++++++++++++++++ presets/characters.js | 23 + 3 files changed, 1052 insertions(+) create mode 100644 media/characters/king-mugi/front.svg diff --git a/media/attribution.js b/media/attribution.js index 72a7823c..f2b50114 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16195,6 +16195,19 @@ const attributionData = { "snuggleserpent" ] }, + { + prefix: "./media/characters/king-mugi/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/34089782/" } + ], + authors: [ + "kaylamod", + "chesta" + ], + owners: [ + "devsoftpaw" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -22318,6 +22331,14 @@ const attributionData = { "name": "SnuggleSerpent", "url": "https://twitter.com/SnuggleSerpent" }, + "kaylamod": { + "name": "KaylaMod", + "url": "https://www.furaffinity.net/user/kaylamod/" + }, + "devsoftpaw": { + "name": "DevSoftpaw", + "url": "https://www.furaffinity.net/user/devsoftpaw/" + }, } } diff --git a/media/characters/king-mugi/front.svg b/media/characters/king-mugi/front.svg new file mode 100644 index 00000000..e033fde0 --- /dev/null +++ b/media/characters/king-mugi/front.svg @@ -0,0 +1,1008 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 08f2e5d0..a7b447cd 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -42490,6 +42490,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "King Mugi", species: ["kaiju", "canine", "reptile"], tags: ["anthro"] }, + { + front: { + height: math.unit(280, "feet"), + weight: math.unit(550, "tons"), + name: "Front", + image: { + source: "./media/characters/king-mugi/front.svg", + extra: 1102/947, + bottom: 104/1206 + } + }, + }, + [ + { + name: "King Mugi", + height: math.unit(280, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {