diff --git a/media/attribution.js b/media/attribution.js index c4e6ffc0..e3a22ee5 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14529,6 +14529,18 @@ const attributionData = { "acadiel" ] }, + { + prefix: "./media/characters/kayne-ein/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/39200408/" } + ], + authors: [ + "ponyanony" + ], + owners: [ + "kayne-ein" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -19904,6 +19916,14 @@ const attributionData = { "name": "Acadiel", "url": "https://twitter.com/AcadielAD" }, + "ponyanony": { + "name": "PonyAnony", + "url": "https://www.furaffinity.net/user/ponyanony/" + }, + "kayne-ein": { + "name": "Kayne Ein", + "url": "https://twitter.com/Kayne_Ein" + }, } } diff --git a/media/characters/kayne-ein/front.svg b/media/characters/kayne-ein/front.svg new file mode 100644 index 00000000..ad2e6038 --- /dev/null +++ b/media/characters/kayne-ein/front.svg @@ -0,0 +1,1030 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index bddd761a..c2317664 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -38035,6 +38035,49 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Kayne Ein", species: ["dragon", "wolf"], tags: ["anthro"] }, + { + front: { + height: math.unit(6 + 2/12, "feet"), + weight: math.unit(185, "lb"), + name: "Front", + image: { + source: "./media/characters/kayne-ein/front.svg", + extra: 1780/1560, + bottom: 81/1861 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 2/12, "feet"), + default: true + }, + { + name: "Transformation Stage", + height: math.unit(15, "feet") + }, + { + name: "Macro", + height: math.unit(150, "feet") + }, + { + name: "Earth's Shadow", + height: math.unit(6200, "miles") + }, + { + name: "Universal Demon", + height: math.unit(28e9, "parsecs") + }, + { + name: "Multiverse God", + height: math.unit(28.5e12, "parsecs") + }, + ] +)) + //characters function makeCharacters() {