diff --git a/media/attribution.js b/media/attribution.js index 8417ac76..df7a2d19 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -20452,6 +20452,18 @@ const attributionData = { "anotherdangernoodle" ] }, + { + prefix: "./media/characters/kaja/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/42953337/" } + ], + authors: [ + "richyminer" + ], + owners: [ + "speckario" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -28527,6 +28539,10 @@ const attributionData = { "name": "AnotherDangerNoodle", "url": "https://www.furaffinity.net/user/anotherdangernoodle/" }, + "richyminer": { + "name": "RichyMiner", + "url": "https://twitter.com/RichyMiner_Art" + }, } } diff --git a/media/characters/kaja/front.svg b/media/characters/kaja/front.svg new file mode 100644 index 00000000..5c8e9694 --- /dev/null +++ b/media/characters/kaja/front.svg @@ -0,0 +1,684 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 77113bb4..d8c0ff66 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -56682,6 +56682,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Kaja", species: ["zoroark"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 6/12, "feet"), + name: "Front", + image: { + source: "./media/characters/kaja/front.svg", + extra: 1874/1514, + bottom: 117/1991 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 6/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {