diff --git a/media/attribution.js b/media/attribution.js index 665c4dbb..fa7dde9d 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -2302,6 +2302,18 @@ const attributionData = { "xeebes" ] }, + { + prefix: "./media/characters/geno-maxwell/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/25949206/" } + ], + authors: [ + "evillabrat" + ], + owners: [ + "geckonori" + ] + }, { prefix: "./media/characters/ggv/", files: [ @@ -3857,6 +3869,18 @@ const attributionData = { "cygil" ] }, + { + prefix: "./media/characters/regena-maxwell/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/33283039/" } + ], + authors: [ + "pixiefyre" + ], + owners: [ + "geckonori" + ] + }, { prefix: "./media/characters/rhys/", files: [ @@ -6512,6 +6536,10 @@ const attributionData = { "name": "duo", "url": "https://www.furaffinity.net/user/duo/", }, + "geckonori": { + "name": "geckonori", + "url": "https://www.furaffinity.net/user/geckonori", + }, } } diff --git a/media/characters/geno-maxwell/front.svg b/media/characters/geno-maxwell/front.svg new file mode 100644 index 00000000..aea66844 --- /dev/null +++ b/media/characters/geno-maxwell/front.svg @@ -0,0 +1,320 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/regena-maxwell/front.svg b/media/characters/regena-maxwell/front.svg new file mode 100644 index 00000000..c34081d4 --- /dev/null +++ b/media/characters/regena-maxwell/front.svg @@ -0,0 +1,328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 014a5af2..25634e66 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -11639,6 +11639,78 @@ characterMakers["Elyssia"] = () => { ) }; +characterMakers["Geno Maxwell"] = () => { + return makeCharacter( + "Geno Maxwell", + "Geckonori", + { + front: { + height: math.unit(7 + 4/12, "feet"), + weight: math.unit(500, "lb"), + name: "Front", + image: { + source: "./media/characters/geno-maxwell/front.svg", + extra: 2207/2040 * (1 / (1 - 0.015)), + bottom: 0.015 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(3, "inches") + }, + { + name: "Normal", + height: math.unit(7 + 4/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(220, "feet") + }, + { + name: "Megamacro", + height: math.unit(11, "miles") + }, + ] + ) +}; + +characterMakers["Regena Maxwell"] = () => { + return makeCharacter( + "Regena Maxwell", + "Geckonori", + { + front: { + height: math.unit(7 + 4/12, "feet"), + weight: math.unit(500, "lb"), + name: "Front", + image: { + source: "./media/characters/regena-maxwell/front.svg", + extra: 3115/2770 * (1 / (1 - 0.02)), + bottom: 0.02 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(7 + 4/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(220, "feet") + }, + { + name: "Megamacro", + height: math.unit(11, "miles") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({