diff --git a/media/attribution.js b/media/attribution.js index 5391914f..c5d1388e 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -5117,7 +5117,7 @@ const attributionData = { { name: "side.svg", source: "https://www.furaffinity.net/view/31547387/" }, ], authors: [ - "pocket-opossum" + "pocketopossum" ], owners: [ "yozey" @@ -7351,6 +7351,18 @@ const attributionData = { "mzmm" ] }, + { + prefix: "./media/characters/atticus/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/27212834/" } + ], + authors: [ + "pocketopossum" + ], + owners: [ + "mzmm" + ] + }, //characters { prefix: "./media/food/animals/", @@ -8121,7 +8133,7 @@ const attributionData = { "name": "Teal", "url": "https://www.furaffinity.net/user/pilli10" }, - "pocket-opossum": { + "pocketopossum": { "name": "Pocket Opossum", "url": "https://www.furaffinity.net/user/pocketopossum/" }, diff --git a/media/characters/atticus/front.svg b/media/characters/atticus/front.svg new file mode 100644 index 00000000..69a376d6 --- /dev/null +++ b/media/characters/atticus/front.svg @@ -0,0 +1,404 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 6e5add83..2d22bdc5 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -18233,7 +18233,7 @@ characterMakers["Neil"] = () => { name: "Front", image: { source: "./media/characters/neil/front.svg", - extra: 1250/1326, + extra: 1326/1250, bottom: 0.023 } }, @@ -18252,6 +18252,36 @@ characterMakers["Neil"] = () => { ) }; +characterMakers["Atticus"] = () => { + return makeCharacter( + "Atticus", + "mZmm", + { + front: { + height: math.unit(5 + 9/12, "feet"), + weight: math.unit(190, "lb"), + name: "Front", + image: { + source: "./media/characters/atticus/front.svg", + extra: 2934/2785, + bottom: 0.025 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 9/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(180, "feet") + }, + ] + ) +}; + //characters function makeCharacters() {