diff --git a/media/attribution.js b/media/attribution.js index 537c484a..1fe45453 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -14906,6 +14906,18 @@ const attributionData = { "skrekdathird" ] }, + { + prefix: "./media/characters/amethyst-jones/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/39567896/" } + ], + authors: [ + "mr-gretto" + ], + owners: [ + "geordibyrdy" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/amethyst-jones/front.svg b/media/characters/amethyst-jones/front.svg new file mode 100644 index 00000000..017b8cdc --- /dev/null +++ b/media/characters/amethyst-jones/front.svg @@ -0,0 +1,396 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 33f4d479..48b5f724 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -39428,6 +39428,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Amethyst Jones", species: ["kobold"], tags: ["anthro"] }, + { + front: { + height: math.unit(4 + 2/12, "feet"), + weight: math.unit(40, "kg"), + name: "Front", + image: { + source: "./media/characters/amethyst-jones/front.svg", + extra: 1220/1150, + bottom: 101/1321 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(4 + 2/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {