diff --git a/media/attribution.js b/media/attribution.js index 513bf679..6584191e 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -22965,6 +22965,18 @@ const attributionData = { "friskydingo33" ] }, + { + prefix: "./media/characters/dhaeleena-m'iar/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/22397852/" } + ], + authors: [ + "dhaeleena" + ], + owners: [ + "dhaeleena" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -31745,6 +31757,10 @@ const attributionData = { "name": "friskydingo33", "url": "https://www.furaffinity.net/user/friskydingo33/" }, + "dhaeleena": { + "name": "Dhaeleena", + "url": "https://www.furaffinity.net/user/dhaeleena/" + }, } } diff --git a/media/characters/dhaeleena-m'iar/front.svg b/media/characters/dhaeleena-m'iar/front.svg new file mode 100644 index 00000000..3f13db57 --- /dev/null +++ b/media/characters/dhaeleena-m'iar/front.svg @@ -0,0 +1,842 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 68651831..e538bd32 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -67026,6 +67026,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Dhaeleena M'iar", species: ["siamese-cat"], tags: ["anthro"] }, + { + front: { + height: math.unit(210, "cm"), + weight: math.unit(102, "kg"), + name: "Front", + image: { + source: "./media/characters/dhaeleena-m'iar/front.svg", + extra: 831/790, + bottom: 19/850 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(210, "cm"), + default: true + }, + ] +)) + //characters function makeCharacters() {