diff --git a/media/attribution.js b/media/attribution.js index d8da34f9..e72c229e 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -13037,6 +13037,18 @@ const attributionData = { "ackartthefox" ] }, + { + prefix: "./media/characters/phirae/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/18703309/" } + ], + authors: [ + "phietto" + ], + owners: [ + "phietto" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/phirae/front.svg b/media/characters/phirae/front.svg new file mode 100644 index 00000000..5a1869d2 --- /dev/null +++ b/media/characters/phirae/front.svg @@ -0,0 +1,789 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 2e1d6824..89e2e2b0 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -34116,6 +34116,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Phirae", species: ["cat"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 5/12, "feet"), + weight: math.unit(120, "lb"), + name: "Front", + image: { + source: "./media/characters/phirae/front.svg", + extra: 2491/2436, + bottom: 38/2529 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 5/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {