diff --git a/media/attribution.js b/media/attribution.js index 25542eab..8249cf94 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -6205,6 +6205,18 @@ const attributionData = { "jasmith" ] }, + { + prefix: "./media/characters/duncan/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/24973783/" } + ], + authors: [ + "macroceli" + ], + owners: [ + "duncan" + ] + }, //characters { prefix: "./media/food/animals/", @@ -8601,6 +8613,14 @@ const attributionData = { "name": "mythkaz", "url": "https://www.deviantart.com/mythkaz", }, + "macroceli": { + "name": "macroceli", + "url": "https://www.furaffinity.net/user/macroceli/", + }, + "duncan": { + "name": "Duncan", + "url": "https://www.furaffinity.net/user/duncan", + }, } } diff --git a/media/characters/duncan/front.svg b/media/characters/duncan/front.svg new file mode 100644 index 00000000..03cc9fb6 --- /dev/null +++ b/media/characters/duncan/front.svg @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 3ebf0ba6..e0c009d6 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -14982,7 +14982,7 @@ characterMakers["Kyle"] = () => { image: { source: "./media/characters/kyle/front.svg", extra: 1069/962, - bottom: 0.022 + bottom: 77.228/1727.45 } }, }, @@ -14996,6 +14996,32 @@ characterMakers["Kyle"] = () => { ) }; +characterMakers["Duncan"] = () => { + return makeCharacter( + "Duncan", + "Duncan", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(300, "lb"), + name: "Front", + image: { + source: "./media/characters/duncan/front.svg", + extra: 1650/1482, + bottom: 0.05 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(100, "feet"), + default: true + }, + ] + ) +}; + //characters function makeCharacters() {