diff --git a/media/attribution.js b/media/attribution.js index 374da394..7fdd6c27 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -13909,6 +13909,19 @@ const attributionData = { "chyr" ] }, + { + prefix: "./media/characters/solarus/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/26972475/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/26972475/" }, + ], + authors: [ + "sorimori" + ], + owners: [ + "sai-mercael" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -19096,6 +19109,14 @@ const attributionData = { "name": "Draecity", "url": "https://twitter.com/draecity/" }, + "sai-mercael": { + "name": "Sai-Mercael", + "url": "https://www.furaffinity.net/user/sai-mercael/" + }, + "sorimori": { + "name": "Sorimori", + "url": "https://www.furaffinity.net/user/sorimori" + }, } } diff --git a/media/characters/solarus/back.svg b/media/characters/solarus/back.svg new file mode 100644 index 00000000..224dd585 --- /dev/null +++ b/media/characters/solarus/back.svg @@ -0,0 +1,221 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/solarus/front.svg b/media/characters/solarus/front.svg new file mode 100644 index 00000000..5deec2cc --- /dev/null +++ b/media/characters/solarus/front.svg @@ -0,0 +1,302 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 0476f29f..07ae8ea7 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1567,6 +1567,10 @@ const speciesData = { name: "Felkin", parents: ["dragon"] }, + "tykeriel": { + name: "Tykeriel", + parents: ["avian"] + }, } //species @@ -36239,6 +36243,39 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Solarus", species: ["tykeriel"], tags: ["anthro"] }, + { + front: { + height: math.unit(7, "feet"), + weight: math.unit(310, "lb"), + name: "Front", + image: { + source: "./media/characters/solarus/front.svg", + extra: 2415/2021, + bottom: 103/2518 + } + }, + back: { + height: math.unit(7, "feet"), + weight: math.unit(310, "lb"), + name: "Back", + image: { + source: "./media/characters/solarus/back.svg", + extra: 2463/2089, + bottom: 79/2542 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(7, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {