diff --git a/media/attribution.js b/media/attribution.js index 39a6c530..a7ada875 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -10660,6 +10660,18 @@ const attributionData = { "ranek" ] }, + { + prefix: "./media/characters/ash/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/36691452" } + ], + authors: [ + "boogeestro" + ], + owners: [ + "arenovas" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -14688,6 +14700,14 @@ const attributionData = { "name": "-tanzanite-", "url": "https://www.furaffinity.net/user/-tanzanite-", }, + "boogeestro": { + "name": "Boogeestro", + "url": "https://www.furaffinity.net/user/boogeestro", + }, + "arenovas": { + "name": "Arenovas", + "url": "https://www.furaffinity.net/user/arenovas", + }, } } diff --git a/media/characters/ash/front.svg b/media/characters/ash/front.svg new file mode 100644 index 00000000..15ddba38 --- /dev/null +++ b/media/characters/ash/front.svg @@ -0,0 +1,274 @@ + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 978871dd..7d5a1ced 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -26756,6 +26756,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Ash", species: ["zoroark"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 9/12, "feet"), + weight: math.unit(120, "lb"), + name: "Front", + image: { + source: "./media/characters/ash/front.svg", + extra: 2189/1961, + bottom: 5.2/2194 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 9/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {