diff --git a/media/attribution.js b/media/attribution.js index d457c17f..78a33f78 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -8007,6 +8007,33 @@ const attributionData = { "meep" ] }, + { + prefix: "./media/characters/dhari/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/26746146/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/26746146/" }, + { name: "maw.svg", source: "https://www.furaffinity.net/view/26746146/" }, + ], + authors: [ + "gabira" + ], + owners: [ + "schefus" + ] + }, + { + prefix: "./media/characters/dhari/", + files: [ + { name: "front-dressed.svg", source: null }, + { name: "back-dressed.svg", source: null }, + ], + authors: [ + "vide" + ], + owners: [ + "schefus" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -11024,6 +11051,18 @@ const attributionData = { "name": "Karjin", "url": "https://www.deviantart.com/karijn-s-basement/", }, + "schefus": { + "name": "Schefus", + "url": "https://www.furaffinity.net/user/schefus", + }, + "gabira": { + "name": "Gabira", + "url": "https://www.furaffinity.net/user/gabira", + }, + "vide": { + "name": "Vide", + "url": "https://www.furaffinity.net/user/vide/", + }, } } diff --git a/media/characters/dhari/back-dressed.svg b/media/characters/dhari/back-dressed.svg new file mode 100644 index 00000000..0e442a45 --- /dev/null +++ b/media/characters/dhari/back-dressed.svg @@ -0,0 +1,444 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/dhari/back.svg b/media/characters/dhari/back.svg new file mode 100644 index 00000000..5f66c849 --- /dev/null +++ b/media/characters/dhari/back.svg @@ -0,0 +1,315 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/dhari/front-dressed.svg b/media/characters/dhari/front-dressed.svg new file mode 100644 index 00000000..7c55f555 --- /dev/null +++ b/media/characters/dhari/front-dressed.svg @@ -0,0 +1,622 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/dhari/front.svg b/media/characters/dhari/front.svg new file mode 100644 index 00000000..1db92dd6 --- /dev/null +++ b/media/characters/dhari/front.svg @@ -0,0 +1,456 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/dhari/maw.svg b/media/characters/dhari/maw.svg new file mode 100644 index 00000000..9751ff0d --- /dev/null +++ b/media/characters/dhari/maw.svg @@ -0,0 +1,269 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 46b0741a..42289fd3 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -19507,6 +19507,69 @@ characterMakers["Biscuit"] = () => { ) }; +characterMakers["Dhari"] = () => { + return makeCharacter( + "Dhari", + "Dhari", + { + front: { + height: math.unit(6 + 3/12, "feet"), + weight: math.unit(519, "lb"), + name: "Front", + image: { + source: "./media/characters/dhari/front.svg", + extra: 1048/946, + bottom: 0.015 + } + }, + back: { + height: math.unit(6 + 3/12, "feet"), + weight: math.unit(519, "lb"), + name: "Back", + image: { + source: "./media/characters/dhari/back.svg", + extra: 1048/931, + bottom: 0.005 + } + }, + frontDressed: { + height: math.unit(6 + 3/12, "feet"), + weight: math.unit(519, "lb"), + name: "Front (Dressed)", + image: { + source: "./media/characters/dhari/front-dressed.svg", + extra: 1713/1546, + bottom: 0.02 + } + }, + backDressed: { + height: math.unit(6 + 3/12, "feet"), + weight: math.unit(519, "lb"), + name: "Back (Dressed)", + image: { + source: "./media/characters/dhari/back-dressed.svg", + extra: 1699/1537, + bottom: 0.01 + } + }, + maw: { + height: math.unit(0.95, "feet"), + name: "Maw", + image: { + source: "./media/characters/dhari/maw.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 3/12, "feet"), + default: true + }, + ] + ) +}; + //characters function makeCharacters() {