diff --git a/media/attribution.js b/media/attribution.js index e09a57a3..4ecbe3a8 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -15642,6 +15642,18 @@ const attributionData = { "epicoart" ] }, + { + prefix: "./media/characters/axel-isanov/", + files: [ + { name: "front.svg", source: "https://www.deviantart.com/epicoart/art/Axel-Isanov-Fullbody-874312505" } + ], + authors: [ + "epicoart" + ], + owners: [ + "epicoart" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/axel-isanov/front.svg b/media/characters/axel-isanov/front.svg new file mode 100644 index 00000000..fa98aa60 --- /dev/null +++ b/media/characters/axel-isanov/front.svg @@ -0,0 +1,531 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 32bfd8a8..b69dff94 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -41014,8 +41014,8 @@ characterMakers.push(() => makeCharacter( { name: "Susan Grant", species: ["human"], tags: ["anthro"] }, { front: { - height: math.unit(6, "feet"), - weight: math.unit(150, "lb"), + height: math.unit(6 + 3/12, "feet"), + weight: math.unit(185, "lb"), name: "Front", image: { source: "./media/characters/susan-grant/front.svg", @@ -41045,6 +41045,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Axel Isanov", species: ["human"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 4/12, "feet"), + weight: math.unit(110, "lb"), + name: "Front", + image: { + source: "./media/characters/axel-isanov/front.svg", + extra: 1096/1065, + bottom: 13/1109 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 4/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {