diff --git a/media/attribution.js b/media/attribution.js index ba54de96..cb34ebcc 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16116,6 +16116,31 @@ const attributionData = { "duk3assassin" ] }, + { + prefix: "./media/characters/ashgar/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/42042344/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/42042344/" }, + ], + authors: [ + "owligatorstudios" + ], + owners: [ + "ashgar" + ] + }, + { + prefix: "./media/characters/ashgar/", + files: [ + { name: "feral.svg", source: "https://www.furaffinity.net/view/41696277" } + ], + authors: [ + "bearhybrid" + ], + owners: [ + "ashgar" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -22203,6 +22228,18 @@ const attributionData = { "name": "furryfilth", "url": "https://www.furaffinity.net/user/furryfilth/" }, + "owligatorstudios": { + "name": "OwliGatorStudios", + "url": "https://www.furaffinity.net/user/owligatorstudios/" + }, + "bearhybrid": { + "name": "Bearhybrid", + "url": "https://www.furaffinity.net/user/bearhybrid" + }, + "ashgar": { + "name": "Ashgar", + "url": "https://www.furaffinity.net/user/ashgar~" + }, } } diff --git a/media/characters/ashgar/back.svg b/media/characters/ashgar/back.svg new file mode 100644 index 00000000..f4c19653 --- /dev/null +++ b/media/characters/ashgar/back.svg @@ -0,0 +1,640 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/ashgar/feral.svg b/media/characters/ashgar/feral.svg new file mode 100644 index 00000000..303c986a --- /dev/null +++ b/media/characters/ashgar/feral.svg @@ -0,0 +1,1002 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/ashgar/front.svg b/media/characters/ashgar/front.svg new file mode 100644 index 00000000..9bdcef2e --- /dev/null +++ b/media/characters/ashgar/front.svg @@ -0,0 +1,795 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f75cccc6..327565fb 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -42284,6 +42284,46 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Ashgar", species: ["bear", "lizard"], tags: ["anthro", "feral"] }, + { + front: { + height: math.unit(1.9, "meters"), + name: "Front", + image: { + source: "./media/characters/ashgar/front.svg", + extra: 1177/1146, + bottom: 99/1276 + } + }, + back: { + height: math.unit(1.9, "meters"), + name: "Back", + image: { + source: "./media/characters/ashgar/back.svg", + extra: 1201/1183, + bottom: 53/1254 + } + }, + feral: { + height: math.unit(1.4, "meters"), + name: "Feral", + image: { + source: "./media/characters/ashgar/feral.svg", + extra: 370/345, + bottom: 45/415 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(1.9, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {