diff --git a/media/attribution.js b/media/attribution.js index 60583b03..5deb9649 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -19047,6 +19047,20 @@ const attributionData = { "rhythmicslither" ] }, + { + prefix: "./media/characters/zain/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/43930923/", nsfw: true }, + { name: "back.svg", source: "https://www.furaffinity.net/view/43930923/" }, + { name: "head.svg", source: "https://www.furaffinity.net/view/43930923/" }, + ], + authors: [ + "quillmoon" + ], + owners: [ + "zain" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -26245,6 +26259,10 @@ const attributionData = { "name": "RhythmicSlither", "url": "https://www.furaffinity.net/user/rhythmicslither/" }, + "zain": { + "name": "Zain", + "url": null + }, } } diff --git a/media/characters/zain/back.svg b/media/characters/zain/back.svg new file mode 100644 index 00000000..edbe53a0 --- /dev/null +++ b/media/characters/zain/back.svg @@ -0,0 +1,589 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/zain/front.svg b/media/characters/zain/front.svg new file mode 100644 index 00000000..79797710 --- /dev/null +++ b/media/characters/zain/front.svg @@ -0,0 +1,999 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/zain/head.svg b/media/characters/zain/head.svg new file mode 100644 index 00000000..7ad5776d --- /dev/null +++ b/media/characters/zain/head.svg @@ -0,0 +1,620 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 6d98d83e..8613048a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -51832,6 +51832,49 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Zain", species: ["kangaroo"], tags: ["anthro"] }, + { + front: { + height: math.unit(10, "feet"), + weight: math.unit(625, "kg"), + name: "Front", + image: { + source: "./media/characters/zain/front.svg", + extra: 1682/1498, + bottom: 223/1905 + } + }, + back: { + height: math.unit(10, "feet"), + weight: math.unit(625, "kg"), + name: "Back", + image: { + source: "./media/characters/zain/back.svg", + extra: 1814/1657, + bottom: 152/1966 + } + }, + head: { + height: math.unit(10, "feet"), + weight: math.unit(625, "kg"), + name: "Head", + image: { + source: "./media/characters/zain/head.svg", + extra: 1059/762, + bottom: 0/1059 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(10, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {