diff --git a/media/attribution.js b/media/attribution.js index 6c6e165f..d676f75e 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -7281,6 +7281,18 @@ const attributionData = { "archangel2100" ] }, + { + prefix: "./media/characters/cappu/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/33636186/" } + ], + authors: [ + "hachisama" + ], + owners: [ + "capputhesheep" + ] + }, //characters { prefix: "./media/food/animals/", @@ -10111,6 +10123,14 @@ const attributionData = { "name": "AliceFrainer", "url": "https://www.furaffinity.net/user/alicefrainer/", }, + "capputhesheep": { + "name": "Cappu", + "url": "https://www.furaffinity.net/user/capputhesheep/", + }, + "hachisama": { + "name": "hachisama", + "url": "https://www.furaffinity.net/user/hachisama", + }, } } diff --git a/media/characters/cappu/front.svg b/media/characters/cappu/front.svg new file mode 100644 index 00000000..011b633c --- /dev/null +++ b/media/characters/cappu/front.svg @@ -0,0 +1,192 @@ + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 5c7dd53f..f9da211b 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -18009,6 +18009,32 @@ characterMakers["Patty CattyBatty"] = () => { ) }; +characterMakers["Cappu"] = () => { + return makeCharacter( + "Cappu", + "CappuTheSheep", + { + front: { + height: math.unit(4 + 5/12, "feet"), + weight: math.unit(90, "lb"), + name: "Front", + image: { + source: "./media/characters/cappu/front.svg", + extra: 1247/1152, + bottom: 0.012 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4 + 5/12, "feet"), + default: true + }, + ] + ) +}; + //characters function makeCharacters() {