From efc3279df23bb42308cadd83f5e8f277d7a0d4bb Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 7 Mar 2020 07:35:12 -0500 Subject: [PATCH] Add Kauko --- media/attribution.js | 21 ++++ media/characters/kauko/back.svg | 196 +++++++++++++++++++++++++++++++ media/characters/kauko/front.svg | 171 +++++++++++++++++++++++++++ presets/characters.js | 36 ++++++ 4 files changed, 424 insertions(+) create mode 100644 media/characters/kauko/back.svg create mode 100644 media/characters/kauko/front.svg diff --git a/media/attribution.js b/media/attribution.js index 3c0fa690..150d8da4 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -2523,6 +2523,19 @@ const attributionData = { "chrisrules123" ] }, + { + prefix: "./media/characters/kauko/", + files: [ + { name: "front.svg", source: "https://kauko.app/refs/kingcheetah.html" }, + { name: "back.svg", source: "https://kauko.app/refs/kingcheetah.html" }, + ], + authors: [ + "amberaria" + ], + owners: [ + "kauko" + ] + }, { prefix: "./media/characters/kayroo/", files: [ @@ -6229,6 +6242,14 @@ const attributionData = { "name": "Megan", "url": "https://www.furaffinity.net/user/megan", }, + "kauko": { + "name": "Kauko", + "url": "https://kauko.app/", + }, + "amberaria": { + "name": "Amber-Aria", + "url": "https://www.weasyl.com/~amberaria", + }, } } diff --git a/media/characters/kauko/back.svg b/media/characters/kauko/back.svg new file mode 100644 index 00000000..2704e056 --- /dev/null +++ b/media/characters/kauko/back.svg @@ -0,0 +1,196 @@ + + + + + + + + + + + + + diff --git a/media/characters/kauko/front.svg b/media/characters/kauko/front.svg new file mode 100644 index 00000000..99b6cc15 --- /dev/null +++ b/media/characters/kauko/front.svg @@ -0,0 +1,171 @@ + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 64180219..21661cc7 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -10867,6 +10867,42 @@ characterMakers["Dixon"] = () => { ) }; +characterMakers["Kauko"] = () => { + return makeCharacter( + "Kauko", + "Kauko", + { + front: { + height: math.unit(185, "cm"), + weight: math.unit(68, "kg"), + name: "Front", + image: { + source: "./media/characters/kauko/front.svg", + extra: 1455/1421 * (1 / (1 - 0.03)), + bottom: 0.03 + } + }, + back: { + height: math.unit(185, "cm"), + weight: math.unit(68, "kg"), + name: "Back", + image: { + source: "./media/characters/kauko/back.svg", + extra: 1455/1421 * (1 / (1 - 0.004)), + bottom: 0.004 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(185, "cm"), + default: true + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({