diff --git a/macrovision.css b/macrovision.css index c31194b7..e7eaf559 100644 --- a/macrovision.css +++ b/macrovision.css @@ -419,7 +419,7 @@ body.toggle-bottom-name .bottom-name { height: 100%; width: 100%; background: white; - filter: drop-shadow(0px 0px 10px white); + filter: drop-shadow(0px 0px 10px white) drop-shadow(0px 0px 10px white); z-index: -1; animation: pulsing 5s linear 0s infinite; } diff --git a/media/attribution.js b/media/attribution.js index 82a0fdd1..3481191a 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -6474,7 +6474,7 @@ const attributionData = { ] }, { - prefix: "./media/characters/sheila-wolf/", + prefix: "./media/characters/sheila-feral-wolf/", files: [ { name: "side.svg", source: "https://fidverse.fandom.com/wiki/Sheila" } ], @@ -9121,6 +9121,20 @@ const attributionData = { "ich" ] }, + { + prefix: "./media/characters/sheila-wolf/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/36021166/", nsfw: true }, + { name: "dick.svg", source: "https://www.furaffinity.net/view/36021166/", nsfw: true }, + { name: "muzzle.svg", source: "https://www.furaffinity.net/view/36021166/" }, + ], + authors: [ + "yutmutt" + ], + owners: [ + "giant-wolf-sheila" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -12646,7 +12660,11 @@ const attributionData = { "notorious84": { "name": "Notorious84", "url": "https://www.furaffinity.net/user/notorious84", - } + }, + "giant-wolf-sheila": { + "name": "Giant Wolf Sheila", + "url": "https://www.furaffinity.net/user/giantwolfsheila", + }, } } diff --git a/media/characters/sheila-wolf/side.svg b/media/characters/sheila-feral-wolf/side.svg similarity index 100% rename from media/characters/sheila-wolf/side.svg rename to media/characters/sheila-feral-wolf/side.svg diff --git a/media/characters/sheila-wolf/dick.svg b/media/characters/sheila-wolf/dick.svg new file mode 100644 index 00000000..a4a531d4 --- /dev/null +++ b/media/characters/sheila-wolf/dick.svg @@ -0,0 +1,73 @@ + + + + + + + + + + diff --git a/media/characters/sheila-wolf/front.svg b/media/characters/sheila-wolf/front.svg new file mode 100644 index 00000000..cbe2b8d6 --- /dev/null +++ b/media/characters/sheila-wolf/front.svg @@ -0,0 +1,587 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/sheila-wolf/muzzle.svg b/media/characters/sheila-wolf/muzzle.svg new file mode 100644 index 00000000..c378bb18 --- /dev/null +++ b/media/characters/sheila-wolf/muzzle.svg @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 8f7ed11f..5176957f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -14585,14 +14585,14 @@ characterMakers.push(() => makeCharacter( )) characterMakers.push(() => makeCharacter( - { name: "Sheila (Wolf)" }, + { name: "Sheila (Feral Wolf)" }, { side: { height: math.unit(3 + 2 / 12, "feet"), weight: math.unit(224, "lb"), name: "Side", image: { - source: "./media/characters/sheila-wolf/side.svg", + source: "./media/characters/sheila-feral-wolf/side.svg", extra: 179 / 166, bottom: 0.03 } @@ -20858,6 +20858,43 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Sheila (Wolf)" }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/sheila-wolf/front.svg", + extra: 1931/1808, + bottom: 29.5/1960 + } + }, + dick: { + height: math.unit(1.464, "feet"), + name: "Dick", + image: { + source: "./media/characters/sheila-wolf/dick.svg" + } + }, + muzzle: { + height: math.unit(0.513, "feet"), + name: "Muzzle", + image: { + source: "./media/characters/sheila-wolf/muzzle.svg" + } + }, + }, + [ + { + name: "Macro", + height: math.unit(70, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {