diff --git a/media/attribution.js b/media/attribution.js index 174fe18d..646c33cf 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14586,6 +14586,18 @@ const attributionData = { "vant" ] }, + { + prefix: "./media/characters/orvan-rabbit/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/40879414/" } + ], + authors: [ + "brown-wolf" + ], + owners: [ + "brown-wolf" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -19977,6 +19989,10 @@ const attributionData = { "name": "Vant", "url": "https://twitter.com/FuzzHusk" }, + "brown-wolf": { + "name": "Brown_Wolf", + "url": "https://www.furaffinity.net/user/brownwolf/" + }, } } diff --git a/media/characters/orvan-rabbit/front.svg b/media/characters/orvan-rabbit/front.svg new file mode 100644 index 00000000..5f3b6ebc --- /dev/null +++ b/media/characters/orvan-rabbit/front.svg @@ -0,0 +1,342 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 8e1b8b8c..ba11d45f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -38229,6 +38229,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Orvan Rabbit", species: ["rabbit"], tags: ["anthro"] }, + { + front: { + height: math.unit(4, "feet"), + weight: math.unit(40, "lb"), + name: "Front", + image: { + source: "./media/characters/orvan-rabbit/front.svg", + extra: 1896/1642, + bottom: 29/1925 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {