diff --git a/media/attribution.js b/media/attribution.js index f60a0b45..783327f5 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -11288,6 +11288,18 @@ const attributionData = { "infernod33r" ] }, + { + prefix: "./media/characters/raunehkeli/", + files: [ + { name: "front.svg", source: "https://twitter.com/tenerog0226/status/1222507351824973824" } + ], + authors: [ + "tenerog0226" + ], + owners: [ + "tenerog0226" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -15552,6 +15564,10 @@ const attributionData = { "name": "InfernoD33r", "url": "https://twitter.com/InferoD33r" }, + "tenerog0226": { + "name": "Tenerog", + "url": "https://twitter.com/tenerog0226/" + }, } } diff --git a/media/characters/raunehkeli/front.svg b/media/characters/raunehkeli/front.svg new file mode 100644 index 00000000..840dc377 --- /dev/null +++ b/media/characters/raunehkeli/front.svg @@ -0,0 +1,348 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 51fb4dfd..fec259a7 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -28592,6 +28592,33 @@ characterMakers.push(() => makeCharacter( }, ] )) + +characterMakers.push(() => makeCharacter( + { name: "Raunehkeli", species: ["monster"], tags: ["anthro"] }, + { + front: { + height: math.unit(179, "cm"), + weight: math.unit(100, "kg"), + name: "Front", + image: { + source: "./media/characters/raunehkeli/front.svg", + extra: 1934/1926, + bottom: 0/1934 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(179, "cm") + }, + { + name: "Maximum", + height: math.unit(575, "meters"), + default: true + }, + ] +)) //characters function makeCharacters() {