diff --git a/media/attribution.js b/media/attribution.js index 05ac6403..ed792f33 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -6461,6 +6461,18 @@ const attributionData = { "fidchell" ] }, + { + prefix: "./media/characters/raf/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/35445400/" } + ], + authors: [ + "the-raf" + ], + owners: [ + "the-raf" + ] + }, //characters { prefix: "./media/food/animals/", @@ -8901,6 +8913,10 @@ const attributionData = { "name": "flamestar", "url": "https://www.furaffinity.net/user/flamestar/", }, + "the-raf": { + "name": "the_raf", + "url": "https://www.furaffinity.net/user/theraf", + }, } } diff --git a/media/characters/raf/front.svg b/media/characters/raf/front.svg new file mode 100644 index 00000000..ce8957a3 --- /dev/null +++ b/media/characters/raf/front.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + diff --git a/media/characters/raf/side.svg b/media/characters/raf/side.svg new file mode 100644 index 00000000..45c7ed56 --- /dev/null +++ b/media/characters/raf/side.svg @@ -0,0 +1,219 @@ + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 83dd6d66..5d28c907 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -15603,6 +15603,48 @@ characterMakers["Remus"] = () => { ) }; +characterMakers["Raf"] = () => { + return makeCharacter( + "Raf", + "the_raf", + { + front: { + height: math.unit(4 + 11/12, "feet"), + weight: math.unit(114, "lb"), + name: "Front", + image: { + source: "./media/characters/raf/front.svg", + bottom: 0.01 + } + }, + side: { + height: math.unit(4 + 11/12, "feet"), + weight: math.unit(114, "lb"), + name: "Side", + image: { + source: "./media/characters/raf/side.svg", + bottom: 0.005 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(2, "inches") + }, + { + name: "Normal", + height: math.unit(4 + 11/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(70, "feet") + }, + ] + ) +}; + //characters function makeCharacters() {