diff --git a/media/attribution.js b/media/attribution.js index 7e37cdaa..38e345d7 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -15894,6 +15894,18 @@ const attributionData = { "veluren" ] }, + { + prefix: "./media/characters/arcturas/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/21184198/" } + ], + authors: [ + "thesecretcave" + ], + owners: [ + "arcturasfenrir" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -21921,6 +21933,14 @@ const attributionData = { "name": "Veluren", "url": "https://www.furaffinity.net/user/veluren" }, + "arcturasfenrir": { + "name": "ArcturasFenrir", + "url": "https://www.furaffinity.net/user/arcturasfenrir/" + }, + "thesecretcave": { + "name": "The_Secret_Cave", + "url": "https://www.furaffinity.net/user/thesecretcave" + }, } } diff --git a/media/characters/arcturas/front.svg b/media/characters/arcturas/front.svg new file mode 100644 index 00000000..65c58441 --- /dev/null +++ b/media/characters/arcturas/front.svg @@ -0,0 +1,2760 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index a576b2ef..31687931 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -41739,6 +41739,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Arcturas", species: ["dragon", "elemental"], tags: ["anthro"] }, + { + front: { + height: math.unit(7 + 6/12, "feet"), + weight: math.unit(500, "kg"), + name: "Front", + image: { + source: "./media/characters/arcturas/front.svg", + extra: 1700/1500, + bottom: 145/1845 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(7 + 6/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {