diff --git a/media/attribution.js b/media/attribution.js index 5281a242..3c99a7d6 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -2421,7 +2421,7 @@ const attributionData = { "seabury" ], owners: [ - "kyowin" + "ilikefurrystoo" ] }, { @@ -5059,7 +5059,7 @@ const attributionData = { }, "seabury": { "name": "Seabury", - "url": "", + "url": "https://www.instagram.com/seaburyyy/", }, "ilikefurrystoo": { "name": "ilikefurrystoo", diff --git a/presets/characters.js b/presets/characters.js index 23fab4b5..039ea130 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -8691,6 +8691,56 @@ characterMakers["Adam Silver-Mane"] = () => { ) }; +characterMakers["Ky'owin"] = () => { + return makeCharacter( + "Ky'owin", + "Kyowin", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/ky'owin/front.svg", + extra: 3888/3068 * (1 / (1 - 0.015)), + bottom: 0.015 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 8/12, "feet") + }, + { + name: "Large", + height: math.unit(68, "feet") + }, + { + name: "Macro", + height: math.unit(132, "feet") + }, + { + name: "Macro+", + height: math.unit(340, "feet") + }, + { + name: "Macro++", + height: math.unit(680, "feet"), + default: true + }, + { + name: "Megamacro", + height: math.unit(1, "mile") + }, + { + name: "Megamacro+", + height: math.unit(10, "miles") + }, + ] + ) +}; + function makeCharacters() { const results = [];