diff --git a/media/attribution.js b/media/attribution.js index b509f9f2..106e873b 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -8084,6 +8084,10 @@ const attributionData = { files: [ { name: "front.svg", source: "https://www.furaffinity.net/view/23840575/" }, { name: "back.svg", source: "https://www.furaffinity.net/view/23840575/" }, + { name: "head.svg", source: "https://www.furaffinity.net/view/23840575/" }, + { name: "tailmaw.svg", source: "https://www.furaffinity.net/view/23840575/" }, + { name: "tentacles.svg", source: "https://www.furaffinity.net/view/23840575/" }, + { name: "dick.svg", source: "https://www.furaffinity.net/view/23840575/", nsfw: true }, ], authors: [ "sidgi" diff --git a/media/characters/lycoa/dick.svg b/media/characters/lycoa/dick.svg new file mode 100644 index 00000000..b18f0ec6 --- /dev/null +++ b/media/characters/lycoa/dick.svg @@ -0,0 +1,67 @@ + + + + + + + + + diff --git a/media/characters/lycoa/head.svg b/media/characters/lycoa/head.svg new file mode 100644 index 00000000..cf9c03b6 --- /dev/null +++ b/media/characters/lycoa/head.svg @@ -0,0 +1,456 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/lycoa/tailmaw.svg b/media/characters/lycoa/tailmaw.svg new file mode 100644 index 00000000..2b7e353b --- /dev/null +++ b/media/characters/lycoa/tailmaw.svg @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/lycoa/tentacles.svg b/media/characters/lycoa/tentacles.svg new file mode 100644 index 00000000..055d3349 --- /dev/null +++ b/media/characters/lycoa/tentacles.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 6b462ca1..4f3ce7a3 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -19607,6 +19607,34 @@ characterMakers.push(() => makeCharacter( bottom: 0.03 } }, + head: { + height: math.unit(2.1, "feet"), + name: "Head", + image: { + source: "./media/characters/lycoa/head.svg" + } + }, + tailmaw: { + height: math.unit(1.9, "feet"), + name: "Tailmaw", + image: { + source: "./media/characters/lycoa/tailmaw.svg" + } + }, + tentacles: { + height: math.unit(2.1, "feet"), + name: "Tentacles", + image: { + source: "./media/characters/lycoa/tentacles.svg" + } + }, + dick: { + height: math.unit(1.73, "feet"), + name: "Dick", + image: { + source: "./media/characters/lycoa/dick.svg" + } + }, }, [ {