diff --git a/media/attribution.js b/media/attribution.js index 8bb0c38f..9a974766 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -4694,6 +4694,11 @@ const attributionData = { files: [ { name: "angled-sfw.svg", source: null }, { name: "angled-nsfw.svg", source: null }, + { name: "front-sfw.svg", source: null }, + { name: "front-nsfw.svg", source: null }, + { name: "side-sfw.svg", source: null }, + { name: "side-nsfw.svg", source: null }, + { name: "back.svg", source: null }, { name: "dick-bottom.svg", source: null }, { name: "dick-top.svg", source: null }, { name: "dick-side.svg", source: null }, diff --git a/media/characters/talan/back.svg b/media/characters/talan/back.svg new file mode 100644 index 00000000..c3d2e8e6 --- /dev/null +++ b/media/characters/talan/back.svg @@ -0,0 +1,596 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/talan/front-nsfw.svg b/media/characters/talan/front-nsfw.svg new file mode 100644 index 00000000..6b250d75 --- /dev/null +++ b/media/characters/talan/front-nsfw.svg @@ -0,0 +1,587 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/talan/side-nsfw.svg b/media/characters/talan/side-nsfw.svg new file mode 100644 index 00000000..6c48318c --- /dev/null +++ b/media/characters/talan/side-nsfw.svg @@ -0,0 +1,619 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 78df4e77..2066eb99 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1020,6 +1020,32 @@ characterMakers.push(() => makeCharacter( bottom: 29/3734 } }, + frontNsfw: { + height: math.unit(4, "meter"), + weight: math.unit(150, "kg"), + name: "Front (NSFW)", + image: { + source: "./media/characters/talan/front-nsfw.svg", + bottom: 29/3734 + } + }, + sideNsfw: { + height: math.unit(4, "meter"), + weight: math.unit(150, "kg"), + name: "Side (NSFW)", + image: { + source: "./media/characters/talan/side-nsfw.svg", + bottom: 29/3734 + } + }, + back: { + height: math.unit(4, "meter"), + weight: math.unit(150, "kg"), + name: "Back", + image: { + source: "./media/characters/talan/back.svg" + } + }, dickBottom: { height: math.unit(0.621, "meter"), name: "Dick (Bottom)",