diff --git a/media/attribution.js b/media/attribution.js index d2f5fb30..6db26a1c 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12311,6 +12311,22 @@ const attributionData = { "nipa101" ] }, + { + prefix: "./media/characters/tarn/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/32299754/ ", nsfw: true }, + { name: "back.svg", source: "https://www.furaffinity.net/view/32299754/ ", nsfw: false }, + { name: "dick.svg", source: "https://www.furaffinity.net/view/32299754/ ", nsfw: true }, + { name: "paw.svg", source: "https://www.furaffinity.net/view/32299754/ ", nsfw: false }, + { name: "tongue.svg", source: "https://www.furaffinity.net/view/32299754/ ", nsfw: false }, + ], + authors: [ + "panda-chan" + ], + owners: [ + "tarn" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -16982,6 +16998,10 @@ const attributionData = { "name": "Lobo-Branco", "url": "https://www.furaffinity.net/user/lobo-branco/" }, + "tarn": { + "name": "Tarn", + "url": "https://www.furaffinity.net/user/tarn/" + }, } } diff --git a/media/characters/tarn/back.svg b/media/characters/tarn/back.svg new file mode 100644 index 00000000..0e40b9e2 --- /dev/null +++ b/media/characters/tarn/back.svg @@ -0,0 +1,304 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/tarn/dick.svg b/media/characters/tarn/dick.svg new file mode 100644 index 00000000..7704aaab --- /dev/null +++ b/media/characters/tarn/dick.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + diff --git a/media/characters/tarn/front.svg b/media/characters/tarn/front.svg new file mode 100644 index 00000000..1610c21c --- /dev/null +++ b/media/characters/tarn/front.svg @@ -0,0 +1,461 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/tarn/paw.svg b/media/characters/tarn/paw.svg new file mode 100644 index 00000000..50f6e567 --- /dev/null +++ b/media/characters/tarn/paw.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/tarn/tongue.svg b/media/characters/tarn/tongue.svg new file mode 100644 index 00000000..e5fdf5db --- /dev/null +++ b/media/characters/tarn/tongue.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 5a1f7f67..0ce0eb3a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -31744,6 +31744,75 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Tarn", species: ["wolf"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 7/12, "feet"), + weight: math.unit(68, "kg"), + name: "Front", + image: { + source: "./media/characters/tarn/front.svg", + extra: 3517/3220, + bottom: 91/3608 + } + }, + back: { + height: math.unit(5 + 7/12, "feet"), + weight: math.unit(68, "kg"), + name: "Back", + image: { + source: "./media/characters/tarn/back.svg", + extra: 3566/3241, + bottom: 34/3600 + } + }, + dick: { + height: math.unit(1.4, "feet"), + name: "Dick", + image: { + source: "./media/characters/tarn/dick.svg" + } + }, + paw: { + height: math.unit(1.53, "feet"), + name: "Paw", + image: { + source: "./media/characters/tarn/paw.svg" + } + }, + tongue: { + height: math.unit(0.82, "feet"), + name: "Tongue", + image: { + source: "./media/characters/tarn/tongue.svg" + } + }, + }, + [ + { + name: "Really Small", + height: math.unit(2, "inches") + }, + { + name: "Micro", + height: math.unit(5.583, "inches") + }, + { + name: "Normal", + height: math.unit(5 + 7/12, "feet"), + default: true + }, + { + name: "Maro", + height: math.unit(67, "feet") + }, + { + name: "Megamacro", + height: math.unit(134, "feet") + }, + ] +)) //characters function makeCharacters() {