diff --git a/media/attribution.js b/media/attribution.js index 3d3356f5..52ef3166 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -13184,6 +13184,18 @@ const attributionData = { "mungkorn" ] }, + { + prefix: "./media/characters/renholder/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/38872734/" } + ], + authors: [ + "coyrin" + ], + owners: [ + "vixivus" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -18175,6 +18187,14 @@ const attributionData = { "name": "Mungkorn", "url": "https://www.furaffinity.net/user/mungkorn/" }, + "coyrin": { + "name": "Coyrin", + "url": "https://www.furaffinity.net/user/coyrin/" + }, + "vixivus": { + "name": "Vixivus", + "url": "https://www.furaffinity.net/user/vixivus" + }, } } diff --git a/media/characters/renholder/front.svg b/media/characters/renholder/front.svg new file mode 100644 index 00000000..23e8bf1d --- /dev/null +++ b/media/characters/renholder/front.svg @@ -0,0 +1,1051 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 296283ab..2bf4951f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -34490,6 +34490,56 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Renholder", species: ["bat"], tags: ["anthro"] }, + { + front: { + height: math.unit(7 + 3/12, "feet"), + name: "Front", + image: { + source: "./media/characters/renholder/front.svg", + extra: 3096/2960, + bottom: 250/3346 + } + }, + }, + [ + { + name: "Normal Bat", + height: math.unit(7 + 3/12, "feet"), + default: true + }, + { + name: "Slightly Tall Bat", + height: math.unit(100, "feet") + }, + { + name: "Big Bat", + height: math.unit(1000, "feet") + }, + { + name: "City-Sized Bat", + height: math.unit(200000, "feet") + }, + { + name: "Bigger Bat", + height: math.unit(10000, "miles") + }, + { + name: "Solar Sized Bat", + height: math.unit(100, "AU") + }, + { + name: "Galactic Bat", + height: math.unit(200000, "lightyears") + }, + { + name: "Universally Known Bat", + height: math.unit(1, "universe") + }, + ] +)) + //characters function makeCharacters() {