diff --git a/media/attribution.js b/media/attribution.js index 5dfcf9ce..7d219bb9 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -7031,6 +7031,30 @@ const attributionData = { "ilia" ] }, + { + prefix: "./media/characters/kingdead/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/20329176/" } + ], + authors: [ + "chibibuizel" + ], + owners: [ + "kingdead" + ] + }, + { + prefix: "./media/characters/kyrehx/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/35485024/" } + ], + authors: [ + "darkietehjester" + ], + owners: [ + "kyrehx" + ] + }, //characters { prefix: "./media/food/animals/", @@ -9702,6 +9726,18 @@ const attributionData = { "name": "Ilia", "url": "https://www.furaffinity.net/user/iliavulpie/", }, + "chibibuizel": { + "name": "ChibiBuizel", + "url": "https://www.furaffinity.net/user/chibibuizel/", + }, + "kingdead": { + "name": "KingDead", + "url": "https://www.furaffinity.net/user/kingdead", + }, + "kyrehx": { + "name": "kyrehx", + "url": "https://www.furaffinity.net/user/kyrehx/", + }, } } diff --git a/media/characters/kingdead/front.svg b/media/characters/kingdead/front.svg new file mode 100644 index 00000000..4ef08c88 --- /dev/null +++ b/media/characters/kingdead/front.svg @@ -0,0 +1,287 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/kyrehx/front.svg b/media/characters/kyrehx/front.svg new file mode 100644 index 00000000..080ad571 --- /dev/null +++ b/media/characters/kyrehx/front.svg @@ -0,0 +1,294 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index cfd90dce..2d785114 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -17156,6 +17156,69 @@ characterMakers["Ilia"] = () => { ) }; +characterMakers["KingDead"] = () => { + return makeCharacter( + "KingDead", + "KingDead", + { + front: { + height: math.unit(6 + 5/12, "feet"), + weight: math.unit(190, "lb"), + name: "Front", + image: { + source: "./media/characters/kingdead/front.svg", + extra: 1228/1177 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(7, "inches") + }, + { + name: "Normal", + height: math.unit(6 + 5/12, "feet") + }, + { + name: "Macro", + height: math.unit(150, "feet"), + default: true + }, + { + name: "Megamacro", + height: math.unit(200, "miles") + }, + ] + ) +}; + +characterMakers["Kyrehx"] = () => { + return makeCharacter( + "Kyrehx", + "Kyrehx", + { + front: { + height: math.unit(8, "feet"), + weight: math.unit(600, "lb"), + name: "Front", + image: { + source: "./media/characters/kyrehx/front.svg", + extra: 1195/1095, + bottom: 0.034 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(8, "feet"), + default: true + }, + ] + ) +}; + //characters