diff --git a/media/attribution.js b/media/attribution.js index bc34c385..0c105398 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -1707,6 +1707,18 @@ const attributionData = { "bkdebo" ] }, + { + prefix: "./media/characters/colin-t/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/30026249/" } + ], + authors: [ + "theannoyingnpc" + ], + owners: [ + "dragonlugia58" + ] + }, { prefix: "./media/characters/cordite/", files: [ @@ -1969,6 +1981,18 @@ const attributionData = { "vercursar" ] }, + { + prefix: "./media/characters/epifox/", + files: [ + { name: "front.svg", source: "" } + ], + authors: [ + "" + ], + owners: [ + "epifox" + ] + }, { prefix: "./media/characters/erestrebah/", files: [ @@ -2821,6 +2845,18 @@ const attributionData = { "little-big-x110" ] }, + { + prefix: "./media/characters/matvei/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/34325191/" } + ], + authors: [ + "matt-da-master" + ], + owners: [ + "matt-da-master" + ] + }, { prefix: "./media/characters/mech/", files: [ @@ -5860,6 +5896,18 @@ const attributionData = { "name": "RyGaLo", "url": "https://twitter.com/RyGaLo43", }, + "theannoyingnpc": { + "name": "TheAnnoyingNPC", + "url": "https://www.furaffinity.net/user/theannoyingnpc/", + }, + "dragonlugia58": { + "name": "DragonLugia58", + "url": "https://www.furaffinity.net/user/dragonlugia58", + }, + "matt-da-master": { + "name": "Matt_Da_Master", + "url": "https://www.furaffinity.net/user/mattdamaster/", + }, } } diff --git a/media/characters/colin-t/front.svg b/media/characters/colin-t/front.svg new file mode 100644 index 00000000..3a283618 --- /dev/null +++ b/media/characters/colin-t/front.svg @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + diff --git a/media/characters/matvei/front.svg b/media/characters/matvei/front.svg new file mode 100644 index 00000000..19f3f5ae --- /dev/null +++ b/media/characters/matvei/front.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 53816914..cd2ef102 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -10082,6 +10082,76 @@ characterMakers["Chauncey (Chantz)"] = () => { ) }; +characterMakers["Colin T."] = () => { + return makeCharacter( + "Colin T.", + "DragonLugia58", + { + front: { + height: math.unit(1.8796, "m"), + weight: math.unit(230, "lb"), + name: "Front", + image: { + source: "./media/characters/colin-t/front.svg", + extra: 1272/1193 * (1 / (1 - 0.07)), + bottom: 0.07 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(0.571, "meters") + }, + { + name: "Normal", + height: math.unit(1.8796, "meters") + }, + { + name: "Tall", + height: math.unit(4, "meters") + }, + { + name: "Macro", + height: math.unit(67.241, "meters") + }, + { + name: "Megamacro", + height: math.unit(371.856, "meters") + }, + { + name: "Planetary", + height: math.unit(12631.5689, "km") + }, + ] + ) +}; + +characterMakers["Matvei"] = () => { + return makeCharacter( + "Matvei", + "Matt_Da_Master", + { + front: { + height: math.unit(1.85, "meters"), + weight: math.unit(80, "kg"), + name: "Front", + image: { + source: "./media/characters/matvei/front.svg", + extra: 614/594 * (1 / (1 - 0.01)), + bottom: 0.01 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(1.85, "meters") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({