From 32d6eff23d45b3db9ff60ef42828ac72acc08853 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 13 Mar 2022 09:44:51 -0400 Subject: [PATCH] Add Kiki (the Weavile) --- media/attribution.js | 16 + media/characters/kiki-weavile/front.svg | 1378 +++++++++++++++++++++++ presets/characters.js | 23 + 3 files changed, 1417 insertions(+) create mode 100644 media/characters/kiki-weavile/front.svg diff --git a/media/attribution.js b/media/attribution.js index 2a7d3119..9acab881 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -21306,6 +21306,18 @@ const attributionData = { "myriad" ] }, + { + prefix: "./media/characters/kiki-weavile/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "natsukiscommishes" + ], + owners: [ + "myriad" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -29636,6 +29648,10 @@ const attributionData = { "name": "carnival", "url": "https://www.furaffinity.net/user/carnival/" }, + "natsukiscommishes": { + "name": "Natsukis_Commishes", + "url": "https://www.furaffinity.net/user/natsukiscommishes/" + }, } } diff --git a/media/characters/kiki-weavile/front.svg b/media/characters/kiki-weavile/front.svg new file mode 100644 index 00000000..73a64c8c --- /dev/null +++ b/media/characters/kiki-weavile/front.svg @@ -0,0 +1,1378 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index aeba2340..5735f0f1 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -60555,6 +60555,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Kiki (Weavile)", species: ["weavile"], tags: ["anthro"] }, + { + front: { + height: math.unit(2, "meters"), + weight: math.unit(100, "kg"), + name: "Front", + image: { + source: "./media/characters/kiki-weavile/front.svg", + extra: 357/332, + bottom: 60/417 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(2, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {