From dc816457dfc15bb11689e5362bb80cdb00918c48 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 4 Oct 2021 11:27:36 -0400 Subject: [PATCH] Add Kil'aman --- media/attribution.js | 16 + media/characters/kil'aman/dick.svg | 138 +++++ media/characters/kil'aman/foot.svg | 168 +++++ media/characters/kil'aman/front.svg | 908 ++++++++++++++++++++++++++++ media/characters/kil'aman/head.svg | 317 ++++++++++ media/characters/kil'aman/maw.svg | 413 +++++++++++++ presets/characters.js | 59 ++ 7 files changed, 2019 insertions(+) create mode 100644 media/characters/kil'aman/dick.svg create mode 100644 media/characters/kil'aman/foot.svg create mode 100644 media/characters/kil'aman/front.svg create mode 100644 media/characters/kil'aman/head.svg create mode 100644 media/characters/kil'aman/maw.svg diff --git a/media/attribution.js b/media/attribution.js index c3361aba..8acbf2af 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17606,6 +17606,22 @@ const attributionData = { "kal278" ] }, + { + prefix: "./media/characters/kil'aman/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/6503091/" }, + { name: "head.svg", source: "https://www.furaffinity.net/view/6503091/" }, + { name: "maw.svg", source: "https://www.furaffinity.net/view/6503091/" }, + { name: "foot.svg", source: "https://www.furaffinity.net/view/6503091/" }, + { name: "dick.svg", source: "https://www.furaffinity.net/view/6503091/", nsfw: true }, + ], + authors: [ + "thewhitefalcon" + ], + owners: [ + "neopuc" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/kil'aman/dick.svg b/media/characters/kil'aman/dick.svg new file mode 100644 index 00000000..85bea8f8 --- /dev/null +++ b/media/characters/kil'aman/dick.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + diff --git a/media/characters/kil'aman/foot.svg b/media/characters/kil'aman/foot.svg new file mode 100644 index 00000000..8e739a15 --- /dev/null +++ b/media/characters/kil'aman/foot.svg @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + diff --git a/media/characters/kil'aman/front.svg b/media/characters/kil'aman/front.svg new file mode 100644 index 00000000..a4006d0c --- /dev/null +++ b/media/characters/kil'aman/front.svg @@ -0,0 +1,908 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/kil'aman/head.svg b/media/characters/kil'aman/head.svg new file mode 100644 index 00000000..d90486c4 --- /dev/null +++ b/media/characters/kil'aman/head.svg @@ -0,0 +1,317 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/kil'aman/maw.svg b/media/characters/kil'aman/maw.svg new file mode 100644 index 00000000..b2779986 --- /dev/null +++ b/media/characters/kil'aman/maw.svg @@ -0,0 +1,413 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index a4836646..3b0e1280 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -46740,6 +46740,65 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Kil'aman", species: ["dragon", "deity"], tags: ["anthro"] }, + { + front: { + height: math.unit(9, "feet"), + weight: math.unit(400, "lb"), + name: "Front", + image: { + source: "./media/characters/kil'aman/front.svg", + extra: 1210/1159, + bottom: 109/1319 + } + }, + head: { + height: math.unit(2.14, "feet"), + name: "Head", + image: { + source: "./media/characters/kil'aman/head.svg" + } + }, + maw: { + height: math.unit(1.21, "feet"), + name: "Maw", + image: { + source: "./media/characters/kil'aman/maw.svg" + } + }, + foot: { + height: math.unit(1.7, "feet"), + name: "Foot", + image: { + source: "./media/characters/kil'aman/foot.svg" + } + }, + dick: { + height: math.unit(2.1, "feet"), + name: "Dick", + image: { + source: "./media/characters/kil'aman/dick.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(9, "feet") + }, + { + name: "Canon Height", + height: math.unit(10, "miles"), + default: true + }, + { + name: "Maximum", + height: math.unit(6e9, "miles") + }, + ] +)) + //characters function makeCharacters() {