diff --git a/media/attribution.js b/media/attribution.js index 8c8a57d9..ae92458d 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -19277,6 +19277,21 @@ const attributionData = { "juniperskunktaur" ] }, + { + prefix: "./media/characters/rei/", + files: [ + { name: "front.svg", source: "https://twitter.com/YutMutt/status/1453263687054209024/photo/1" }, + { name: "back.svg", source: "https://twitter.com/YutMutt/status/1453263687054209024/photo/1" }, + { name: "paws-digi.svg", source: "https://twitter.com/YutMutt/status/1453263687054209024/photo/1" }, + { name: "paws-planti.svg", source: "https://twitter.com/YutMutt/status/1453263687054209024/photo/1" }, + ], + authors: [ + "yutmutt" + ], + owners: [ + "yutmutt" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/rei/back.svg b/media/characters/rei/back.svg new file mode 100644 index 00000000..d25a5f38 --- /dev/null +++ b/media/characters/rei/back.svg @@ -0,0 +1,1156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/rei/front.svg b/media/characters/rei/front.svg new file mode 100644 index 00000000..ec55ca08 --- /dev/null +++ b/media/characters/rei/front.svg @@ -0,0 +1,1859 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/rei/paws-digi.svg b/media/characters/rei/paws-digi.svg new file mode 100644 index 00000000..644b31a9 --- /dev/null +++ b/media/characters/rei/paws-digi.svg @@ -0,0 +1,565 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/rei/paws-planti.svg b/media/characters/rei/paws-planti.svg new file mode 100644 index 00000000..1b48863c --- /dev/null +++ b/media/characters/rei/paws-planti.svg @@ -0,0 +1,1046 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 944ccfa2..72876fec 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -52713,6 +52713,51 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Rei", species: ["kitsune"], tags: ["anthro"] }, + { + front: { + height: math.unit(20.5, "feet"), + name: "Front", + image: { + source: "./media/characters/rei/front.svg", + extra: 1349/1195, + bottom: 31/1380 + } + }, + back: { + height: math.unit(20.5, "feet"), + name: "Back", + image: { + source: "./media/characters/rei/back.svg", + extra: 1358/1204, + bottom: 22/1380 + } + }, + pawsDigi: { + height: math.unit(3.45, "feet"), + name: "Paws (Digi)", + image: { + source: "./media/characters/rei/paws-digi.svg" + } + }, + pawsPlanti: { + height: math.unit(3.45, "feet"), + name: "Paws (Planti)", + image: { + source: "./media/characters/rei/paws-planti.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(20.5, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {