diff --git a/media/attribution.js b/media/attribution.js index 944050d4..653b0254 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -23030,6 +23030,18 @@ const attributionData = { "argondergad" ] }, + { + prefix: "./media/characters/rena/", + files: [ + { name: "front.svg", source: "https://twitter.com/ArgonDergAD/status/1529141351727747079", nsfw: true } + ], + authors: [ + "figgdraws" + ], + owners: [ + "argondergad" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -31834,6 +31846,10 @@ const attributionData = { "name": "Hydrawave", "url": "https://twitter.com/Hydrawave1" }, + "figgdraws": { + "name": "FiggDraws", + "url": "https://twitter.com/FiggDraws" + }, } } diff --git a/media/characters/rena/front.svg b/media/characters/rena/front.svg new file mode 100644 index 00000000..94f32304 --- /dev/null +++ b/media/characters/rena/front.svg @@ -0,0 +1,4330 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index a667ed3f..348f8671 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -67302,6 +67302,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Rena", species: ["wolf"], tags: ["anthro"] }, + { + front: { + height: math.unit(8 + 2/12, "feet"), + name: "Front", + image: { + source: "./media/characters/rena/front.svg", + extra: 1768/1632, + bottom: 57/1825 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(8 + 2/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {