diff --git a/media/attribution.js b/media/attribution.js index 59769877..450246ea 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -18711,6 +18711,18 @@ const attributionData = { "plat" ] }, + { + prefix: "./media/characters/aletia/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/35546188/" } + ], + authors: [ + "plat" + ], + owners: [ + "plat" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/aletia/front.svg b/media/characters/aletia/front.svg new file mode 100644 index 00000000..689f3867 --- /dev/null +++ b/media/characters/aletia/front.svg @@ -0,0 +1,567 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 5e0efc28..c13fbb12 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -50594,6 +50594,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Aletia", species: ["caudin"], tags: ["anthro"] }, + { + front: { + height: math.unit(14, "feet"), + weight: math.unit(3400, "lb"), + name: "Front", + image: { + source: "./media/characters/aletia/front.svg", + extra: 1185/1052, + bottom: 21/1206 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(14, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {