diff --git a/media/attribution.js b/media/attribution.js index 64e4d035..208280bf 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9190,6 +9190,18 @@ const attributionData = { "stonerabbit" ] }, + { + prefix: "./media/characters/rhys-feline/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/33034922/" } + ], + authors: [ + "makar-ro" + ], + owners: [ + "makar-ro" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -12758,6 +12770,10 @@ const attributionData = { "name": "Jetijones", "url": "https://commons.wikimedia.org/wiki/User:Jetijones", }, + "makar-ro": { + "name": "makar-ro", + "url": "https://www.furaffinity.net/user/makar-ro/", + }, } } diff --git a/media/characters/rhys-feline/front.svg b/media/characters/rhys-feline/front.svg new file mode 100644 index 00000000..072b4b25 --- /dev/null +++ b/media/characters/rhys-feline/front.svg @@ -0,0 +1,403 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 8ba23fe0..b272869a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -21090,6 +21090,45 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Rhys (Feline)" }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/rhys-feline/front.svg", + extra: 2488/2308, + bottom: 35.67/2519.19 + } + }, + }, + [ + { + name: "Really Small", + height: math.unit(1, "nm") + }, + { + name: "Micro", + height: math.unit(4, "inches") + }, + { + name: "Normal", + height: math.unit(4 + 10/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(100, "feet") + }, + { + name: "Megamacto", + height: math.unit(50, "miles") + }, + ] +)) + //characters function makeCharacters() {