diff --git a/media/attribution.js b/media/attribution.js index f95bb2ca..2bfa15c8 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -10552,6 +10552,20 @@ const attributionData = { "raindropsjfl" ] }, + { + prefix: "./media/characters/kyu/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/34478446/" }, + { name: "head.svg", source: "https://www.furaffinity.net/view/34478446/" }, + { name: "foot.svg", source: "https://www.furaffinity.net/view/34478446/" }, + ], + authors: [ + "mallowchu" + ], + owners: [ + "raindropsjfl" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/kyu/foot.svg b/media/characters/kyu/foot.svg new file mode 100644 index 00000000..57e415c4 --- /dev/null +++ b/media/characters/kyu/foot.svg @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + diff --git a/media/characters/kyu/front.svg b/media/characters/kyu/front.svg new file mode 100644 index 00000000..f4378dc5 --- /dev/null +++ b/media/characters/kyu/front.svg @@ -0,0 +1,1217 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/kyu/head.svg b/media/characters/kyu/head.svg new file mode 100644 index 00000000..a61e5db9 --- /dev/null +++ b/media/characters/kyu/head.svg @@ -0,0 +1,425 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 076c8c9d..ec59f5e1 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -26423,6 +26423,59 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Kyu", species: ["cat"], tags: ["anthro"] }, + { + front: { + height: math.unit(1.7, "meters"), + weight: math.unit(130, "lb"), + name: "Front", + image: { + source: "./media/characters/kyu/front.svg", + extra: 415/395, + bottom: 5/420 + } + }, + head: { + height: math.unit(1.75, "feet"), + name: "Head", + image: { + source: "./media/characters/kyu/head.svg" + } + }, + foot: { + height: math.unit(0.81, "feet"), + name: "Foot", + image: { + source: "./media/characters/kyu/foot.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(1.7, "meters") + }, + { + name: "Macro", + height: math.unit(131, "feet"), + default: true + }, + { + name: "Megamacro", + height: math.unit(91440, "meters") + }, + { + name: "Gigamacro", + height: math.unit(60960000, "meters") + }, + { + name: "Teramacro", + height: math.unit(9144000000, "meters") + }, + ] +)) + //characters function makeCharacters() {