diff --git a/media/attribution.js b/media/attribution.js index 7bc40213..4067a937 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -3899,6 +3899,18 @@ const attributionData = { "movler" ] }, + { + prefix: "./media/characters/susan/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/35302940/" } + ], + authors: [ + "takkel" + ], + owners: [ + "jasmith" + ] + }, { prefix: "./media/characters/sven-the-kaiju/", files: [ @@ -6111,9 +6123,19 @@ const attributionData = { "name": "Torvid", "url": "https://www.furaffinity.net/user/aberrate/", }, + "jasmith": { + "name": "Jasmith", + "url": "https://www.furaffinity.net/user/jasmith/", + }, + "takkel": { + "name": "takkel", + "url": "http://aminoapps.com/p/h45283", + }, } } +//end + const attribution = {}; function prepareAttribution() { diff --git a/media/characters/susan/front.svg b/media/characters/susan/front.svg new file mode 100644 index 00000000..82e8ac78 --- /dev/null +++ b/media/characters/susan/front.svg @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 016c3701..39de35c4 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -10617,6 +10617,32 @@ characterMakers["Torvid"] = () => { ] ) }; + +characterMakers["Susan"] = () => { + return makeCharacter( + "Susan", + "Jasmith", + { + front: { + height: math.unit(2, "meters"), + weight: math.unit(150.5, "kg"), + name: "Front", + image: { + source: "./media/characters/susan/front.svg", + extra: 693/635 * (1 / (1 - 0.05)), + bottom: 0.05 + } + }, + }, + [ + { + name: "Megamacro", + height: math.unit(505, "miles"), + default: true + }, + ] + ) +}; function makeCharacters() { const results = []; results.push({