diff --git a/media/attribution.js b/media/attribution.js index 8e713689..fe957f6a 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -6256,6 +6256,18 @@ const attributionData = { "jamesy" ] }, + { + prefix: "./media/characters/mark/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "solaxee" + ], + owners: [ + "ich" + ] + }, //characters { prefix: "./media/food/animals/", @@ -8680,6 +8692,10 @@ const attributionData = { "name": "Jamesy", "url": null, }, + "ich": { + "name": "ich", + "url": "https://www.furaffinity.net/user/ich", + }, } } diff --git a/media/characters/mark/front.svg b/media/characters/mark/front.svg new file mode 100644 index 00000000..318fc3be --- /dev/null +++ b/media/characters/mark/front.svg @@ -0,0 +1,307 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 5f38752b..04f36ac8 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -15158,6 +15158,32 @@ characterMakers["Jamesy"] = () => { ) }; +characterMakers["Mark"] = () => { + return makeCharacter( + "Mark", + "ich", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(160, "lb"), + name: "Front", + image: { + source: "./media/characters/mark/front.svg", + extra: 3300/3100, + bottom: 136.42/3440.47 + } + }, + }, + [ + { + name: "Megamacro", + height: math.unit(8, "km"), + default: true + }, + ] + ) +}; + //characters