diff --git a/media/attribution.js b/media/attribution.js index 1ed7764b..3c0fa690 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -1878,6 +1878,18 @@ const attributionData = { "danny-gryphon" ] }, + { + prefix: "./media/characters/dixon/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "seabury" + ], + owners: [ + "seabury" + ] + }, { prefix: "./media/characters/dominic/", files: [ @@ -5711,7 +5723,7 @@ const attributionData = { }, "seabury": { "name": "Seabury", - "url": "https://www.instagram.com/seaburyyy/", + "url": "https://www.furaffinity.net/user/seabury", }, "ilikefurrystoo": { "name": "ilikefurrystoo", diff --git a/media/characters/dixon/front.svg b/media/characters/dixon/front.svg new file mode 100644 index 00000000..aa85dce6 --- /dev/null +++ b/media/characters/dixon/front.svg @@ -0,0 +1,380 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 51f5a9df..64180219 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -10829,6 +10829,44 @@ characterMakers["Lyra Von Wulf"] = () => { ) }; +characterMakers["Dixon"] = () => { + return makeCharacter( + "Dixon", + "Seabury", + { + front: { + height: math.unit(6 + 10/12, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/dixon/front.svg", + extra: 3361/3209 * (1 / (1 - 0.01)), + bottom: 0.01 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 10/12, "feet"), + default: true + }, + { + name: "Big", + height: math.unit(12, "meters") + }, + { + name: "Macro", + height: math.unit(500, "meters") + }, + { + name: "Megamacro", + height: math.unit(2, "km") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({