diff --git a/media/attribution.js b/media/attribution.js index c96fa52d..78e106f6 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9252,6 +9252,19 @@ const attributionData = { "zorupix77" ] }, + { + prefix: "./media/characters/knox/", + files: [ + { name: "back.svg", source: "https://www.furaffinity.net/view/34568010/" }, + { name: "side.svg", source: "https://www.furaffinity.net/view/34112095/" }, + ], + authors: [ + "coillte" + ], + owners: [ + "swampykaiju" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -12859,6 +12872,14 @@ const attributionData = { "name": "ImpaledWolf", "url": "https://www.furaffinity.net/user/impaledwolf", }, + "coillte": { + "name": "Coillte", + "url": "https://www.furaffinity.net/view/34568010/", + }, + "swampykaiju": { + "name": "SwampyKaiju", + "url": "https://www.furaffinity.net/user/swampykaiju/", + }, } } diff --git a/media/characters/knox/back.svg b/media/characters/knox/back.svg new file mode 100644 index 00000000..ba6b5f75 --- /dev/null +++ b/media/characters/knox/back.svg @@ -0,0 +1,1334 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/knox/side.svg b/media/characters/knox/side.svg new file mode 100644 index 00000000..53113d78 --- /dev/null +++ b/media/characters/knox/side.svg @@ -0,0 +1,716 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index eac15399..be4defa1 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -21350,6 +21350,47 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Knox" }, + { + back: { + height: math.unit(10.5, "feet"), + weight: math.unit(800, "lb"), + name: "Back", + image: { + source: "./media/characters/knox/back.svg", + extra: 1486/1089, + bottom: 107/1601.4 + } + }, + side: { + height: math.unit(10.5, "feet"), + weight: math.unit(800, "lb"), + name: "Side", + image: { + source: "./media/characters/knox/side.svg", + extra: 244/218, + bottom: 14/260 + } + }, + }, + [ + { + name: "Compact", + height: math.unit(10.5, "feet"), + default: true + }, + { + name: "Dynamax", + height: math.unit(210, "feet") + }, + { + name: "Full Macro", + height: math.unit(850, "feet") + }, + ] +)) + //characters function makeCharacters() {