diff --git a/media/attribution.js b/media/attribution.js index 561b9261..1471a83d 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -13262,6 +13262,18 @@ const attributionData = { "arenovas" ] }, + { + prefix: "./media/characters/kavus-kazian/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/34114763/" } + ], + authors: [ + "squarerootofdestiny" + ], + owners: [ + "cheery314" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -18281,6 +18293,14 @@ const attributionData = { "name": "Dotty", "url": "https://twitter.com/Dotintheparadox" }, + "cheery314": { + "name": "cheery314", + "url": "https://www.furaffinity.net/user/cheery314" + }, + "squarerootofdestiny": { + "name": "squarerootofdestiny", + "url": "https://www.furaffinity.net/user/squarerootofdestiny" + }, } } diff --git a/media/characters/kavus-kazian/side.svg b/media/characters/kavus-kazian/side.svg new file mode 100644 index 00000000..7abfd6ae --- /dev/null +++ b/media/characters/kavus-kazian/side.svg @@ -0,0 +1,401 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 6f216a13..47520464 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1523,6 +1523,10 @@ const speciesData = { name: "Kigavi", parents: ["avian"] }, + "turian": { + name: "Turian", + parents: ["avian"] + }, } //species @@ -34739,6 +34743,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Kavus Kazian", species: ["turian"], tags: ["anthro"] }, + { + side: { + height: math.unit(7 + 1/12, "feet"), + weight: math.unit(245, "lb"), + name: "Side", + image: { + source: "./media/characters/kavus-kazian/side.svg", + extra: 349/342, + bottom: 15/364 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(7 + 1/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {