diff --git a/media/attribution.js b/media/attribution.js index 444a3429..0449c75e 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -239,6 +239,19 @@ const attributionData = { "movler" ] }, + { + prefix: "./media/characters/dr-clay/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/15534343/" }, + { name: "front-clothed.svg", source: "https://www.furaffinity.net/view/15534343/" } + ], + authors: [ + "wonderball" + ], + owners: [ + "little-big-x110" + ] + }, { prefix: "./media/characters/gemini/", files: [ diff --git a/media/characters/dr-clay/front-clothed.svg b/media/characters/dr-clay/front-clothed.svg new file mode 100644 index 00000000..7e7af144 --- /dev/null +++ b/media/characters/dr-clay/front-clothed.svg @@ -0,0 +1,138 @@ + + + + + diff --git a/media/characters/dr-clay/front.svg b/media/characters/dr-clay/front.svg new file mode 100644 index 00000000..76f58931 --- /dev/null +++ b/media/characters/dr-clay/front.svg @@ -0,0 +1,162 @@ + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 4d9f1368..75eec3e0 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -413,6 +413,10 @@ function makeManny() { name: "Macro+", height: math.unit(300, "meters") }); + entity.sizes.push({ + name: "Macro++", + height: math.unit(2400, "feet") + }); entity.sizes.push({ name: "Megamacro", height: math.unit(5167, "meters") @@ -526,6 +530,10 @@ function makeAdake() { name: "Macro+", height: math.unit(300, "meters") }); + entity.sizes.push({ + name: "Macro++", + height: math.unit(2400, "feet") + }); entity.sizes.push({ name: "Megamacro", height: math.unit(5167, "meters") @@ -4567,6 +4575,54 @@ characterMakers["Samantha"] = () => { ) }; +characterMakers["Dr. Clay"] = () => { + return makeCharacter( + "Dr. Clay", + "LittleBig", + { + front: { + height: math.unit(1.92, "meters"), + weight: math.unit(80, "kg"), + name: "Front", + image: { + source: "./media/characters/dr-clay/front.svg" + } + }, + frontClothed: { + height: math.unit(1.92, "meters"), + weight: math.unit(80, "kg"), + name: "Front (Clothed)", + image: { + source: "./media/characters/dr-clay/front-clothed.svg" + } + } + }, + [ + { + name: "Normal", + height: math.unit(1.92, "m") + }, + { + name: "Macro", + height: math.unit(214, "meters"), + default: true + }, + { + name: "Macro+", + height: math.unit(12.237, "meters"), + }, + { + name: "Megamacro", + height: math.unit(557, "megameters"), + }, + { + name: "Unimaginable", + height: math.unit(120e9, "lightyears") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({