From b653ebac3eb4b768087b1b264ab209253f343595 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 18 Sep 2020 16:05:15 -0400 Subject: [PATCH] Add Kosho --- media/attribution.js | 16 + media/characters/kosho/front.svg | 1388 ++++++++++++++++++++++++++++++ presets/characters.js | 39 + 3 files changed, 1443 insertions(+) create mode 100644 media/characters/kosho/front.svg diff --git a/media/attribution.js b/media/attribution.js index 6e04afb3..0174e28c 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -11610,6 +11610,18 @@ const attributionData = { "argentvz" ] }, + { + prefix: "./media/characters/kosho/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/37202411/" } + ], + authors: [ + "fulgarite" + ], + owners: [ + "immaturecontent" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -15997,6 +16009,10 @@ const attributionData = { "name": "Yukio", "url": null }, + "fulgarite": { + "name": "Fulgarite", + "url": "https://www.furaffinity.net/user/fulgarite/" + }, } } diff --git a/media/characters/kosho/front.svg b/media/characters/kosho/front.svg new file mode 100644 index 00000000..4ae70b7f --- /dev/null +++ b/media/characters/kosho/front.svg @@ -0,0 +1,1388 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index e234596e..e1579a40 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -29516,6 +29516,45 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Kosho", species: ["kirin"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/kosho/front.svg", + extra: 1847/1847, + bottom: 86/1933 + } + }, + }, + [ + { + name: "Second-stage micro", + height: math.unit(0.5, "inches") + }, + { + name: "First-stage micro", + height: math.unit(6, "inches") + }, + { + name: "Normal", + height: math.unit(6, "feet"), + default: true + }, + { + name: "First-stage macro", + height: math.unit(72, "feet") + }, + { + name: "Second-stage macro", + height: math.unit(864, "feet") + }, + ] +)) + //characters function makeCharacters() {