diff --git a/media/attribution.js b/media/attribution.js index fc92ad86..b16d4401 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9642,6 +9642,18 @@ const attributionData = { "amananon" ] }, + { + prefix: "./media/characters/hiphae/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/36221768/" } + ], + authors: [ + "darkietehjester" + ], + owners: [ + "darkietehjester" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/hiphae/front.svg b/media/characters/hiphae/front.svg new file mode 100644 index 00000000..23b4674f --- /dev/null +++ b/media/characters/hiphae/front.svg @@ -0,0 +1,490 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/hiphae/so_you_want_hiphae_in_macrovision.psd b/media/characters/hiphae/so_you_want_hiphae_in_macrovision.psd new file mode 100644 index 00000000..a2e6484a Binary files /dev/null and b/media/characters/hiphae/so_you_want_hiphae_in_macrovision.psd differ diff --git a/presets/characters.js b/presets/characters.js index 45f043eb..d4696d69 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -22403,6 +22403,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Hiphae", species: "Mouse" }, + { + front: { + height: math.unit(3 + 2/12, "inches"), + weight: math.unit(0.3, "ounces"), + name: "Front", + image: { + source: "./media/characters/hiphae/front.svg", + extra: 1931/1683, + bottom: 24/1955 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(3 + 1/2, "inches"), + default: true + }, + ] +)) + //characters