diff --git a/media/attribution.js b/media/attribution.js index f8b9c1a7..cd38e458 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12830,6 +12830,18 @@ const attributionData = { "aquwardly-homosexual" ] }, + { + prefix: "./media/characters/manetel-greyscale/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/31529125/" } + ], + authors: [ + "delta-wolfie" + ], + owners: [ + "lux-leo" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -17688,6 +17700,14 @@ const attributionData = { "name": "Horrible Bear", "url": "https://twitter.com/horrible_bear" }, + "delta-wolfie": { + "name": "Delta Wolfie", + "url": "https://t.me/delta_wolfie" + }, + "lux-leo": { + "name": "Lux-Leo", + "url": "https://www.furaffinity.net/user/lux-leo/" + }, } } diff --git a/media/characters/manetel-greyscale/front.svg b/media/characters/manetel-greyscale/front.svg new file mode 100644 index 00000000..82358bdf --- /dev/null +++ b/media/characters/manetel-greyscale/front.svg @@ -0,0 +1,418 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index ab5aabb4..e030d769 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -33533,7 +33533,46 @@ characterMakers.push(() => makeCharacter( }, }, [ - + { + name: "Normal", + height: math.unit(8 + 6/12, "feet"), + default: true + }, + ] +)) + +characterMakers.push(() => makeCharacter( + { name: "Manetel Greyscale", species: ["dragon"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/manetel-greyscale/front.svg", + extra: 350/312, + bottom: 8/358 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(2, "inches") + }, + { + name: "Normal", + height: math.unit(6, "feet") + }, + { + name: "Minimacro", + height: math.unit(17, "feet") + }, + { + name: "Macro", + height: math.unit(117, "feet"), + default: true + }, ] ))