diff --git a/media/attribution.js b/media/attribution.js index ce7cc6bb..6c6e165f 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -7269,6 +7269,18 @@ const attributionData = { "tanarathdragon" ] }, + { + prefix: "./media/characters/patty-cattybatty/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/35514053/" } + ], + authors: [ + "alicefrainer" + ], + owners: [ + "archangel2100" + ] + }, //characters { prefix: "./media/food/animals/", @@ -10091,6 +10103,14 @@ const attributionData = { "name": "xenoforge", "url": "https://linktr.ee/TheXenoForge", }, + "archangel2100": { + "name": "Archangel2100", + "url": "https://www.furaffinity.net/user/archangel2100/", + }, + "alicefrainer": { + "name": "AliceFrainer", + "url": "https://www.furaffinity.net/user/alicefrainer/", + }, } } diff --git a/media/characters/patty-cattybatty/front.svg b/media/characters/patty-cattybatty/front.svg new file mode 100644 index 00000000..b1dd2bad --- /dev/null +++ b/media/characters/patty-cattybatty/front.svg @@ -0,0 +1,286 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 9f9e9e31..5c7dd53f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -17947,6 +17947,68 @@ characterMakers["Tanarath"] = () => { ) }; +characterMakers["Patty CattyBatty"] = () => { + return makeCharacter( + "Patty CattyBatty", + "Archangel2100", + { + front: { + height: math.unit(7 + 1/12, "feet"), + weight: math.unit(175, "lb"), + name: "Front", + image: { + source: "./media/characters/patty-cattybatty/front.svg", + extra: 908/874, + bottom: 0.025 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(1, "inch") + }, + { + name: "Normal", + height: math.unit(7 + 1/12, "feet") + }, + { + name: "Mini Macro", + height: math.unit(155, "feet") + }, + { + name: "Macro", + height: math.unit(1077, "feet") + }, + { + name: "Mega Macro", + height: math.unit(47650, "feet"), + default: true + }, + { + name: "Giga Macro", + height: math.unit(440, "miles") + }, + { + name: "Tera Macro", + height: math.unit(8700, "miles") + }, + { + name: "Planetary Macro", + height: math.unit(32700, "miles") + }, + { + name: "Solar Macro", + height: math.unit(550000, "miles") + }, + { + name: "Celestial Macro", + height: math.unit(2.5, "AU") + }, + ] + ) +}; + //characters function makeCharacters() {