diff --git a/media/attribution.js b/media/attribution.js index 91f0a796..25de15ce 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17235,6 +17235,18 @@ const attributionData = { "vant" ] }, + { + prefix: "./media/characters/ahra/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/43831312/" } + ], + authors: [ + "olisnowpaw" + ], + owners: [ + "ahrathevixen" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -23804,6 +23816,14 @@ const attributionData = { "name": "Vant", "url": "https://twitter.com/FuzzHusk" }, + "olisnowpaw": { + "name": "Oli Snowpaw", + "url": "https://www.furaffinity.net/user/olisnowpaw/" + }, + "ahrathevixen": { + "name": "Ahra", + "url": "https://www.furaffinity.net/user/ahrathevixen/" + }, } } diff --git a/media/characters/ahra/front.svg b/media/characters/ahra/front.svg new file mode 100644 index 00000000..2c5573fe --- /dev/null +++ b/media/characters/ahra/front.svg @@ -0,0 +1,569 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 3d65143d..de2f393a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -45566,6 +45566,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Ahra", species: ["fox"], tags: ["anthro"] }, + { + front: { + height: math.unit(30, "meters"), + weight: math.unit(363, "tons"), + name: "Front", + image: { + source: "./media/characters/ahra/front.svg", + extra: 1914/1814, + bottom: 46/1960 + } + }, + }, + [ + { + name: "Macro", + height: math.unit(30, "meters"), + default: true + }, + ] +)) + //characters function makeCharacters() {