From 2bc45641c9265aae24b49fdc9ee9145d5021641f Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 13 Oct 2020 21:08:25 -0400 Subject: [PATCH] Add Kai --- media/attribution.js | 20 + media/characters/kai/front.svg | 803 +++++++++++++++++++++++++++++++++ presets/characters.js | 28 +- 3 files changed, 850 insertions(+), 1 deletion(-) create mode 100644 media/characters/kai/front.svg diff --git a/media/attribution.js b/media/attribution.js index 079c76e1..eaaa7ca6 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12899,6 +12899,18 @@ const attributionData = { "rhyslonde" ] }, + { + prefix: "./media/characters/kai/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/38672686/" } + ], + authors: [ + "arinadler" + ], + owners: [ + "goddesskai" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -17782,6 +17794,14 @@ const attributionData = { "name": "RoachLemons", "url": "https://www.furaffinity.net/user/roachlemons/" }, + "arinadler": { + "name": "ArinAdler", + "url": "https://www.furaffinity.net/user/arinadler" + }, + "goddesskai": { + "name": "Kai", + "url": "https://www.furaffinity.net/user/goddesskai~" + }, } } diff --git a/media/characters/kai/front.svg b/media/characters/kai/front.svg new file mode 100644 index 00000000..1c79eefe --- /dev/null +++ b/media/characters/kai/front.svg @@ -0,0 +1,803 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index a2c109e4..3746414f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -33726,7 +33726,33 @@ characterMakers.push(() => makeCharacter( }, }, [ - + { + name: "Normal", + height: math.unit(10, "feet"), + default: true + }, + ] +)) + +characterMakers.push(() => makeCharacter( + { name: "Kai", species: ["skunk"], tags: ["anthro"] }, + { + front: { + height: math.unit(30, "stories"), + name: "Front", + image: { + source: "./media/characters/kai/front.svg", + extra: 1892/1718, + bottom: 162/2054 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(30, "stories"), + default: true + }, ] ))