diff --git a/media/attribution.js b/media/attribution.js index 86b86192..d8216cf7 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12118,6 +12118,18 @@ const attributionData = { "sphericalfoxsky" ] }, + { + prefix: "./media/characters/jax/", + files: [ + { name: "back.svg", source: "https://www.instagram.com/p/Bs6NTzYhbGo/" } + ], + authors: [ + "xion-cw" + ], + owners: [ + "jax-the-huskey" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -16700,6 +16712,14 @@ const attributionData = { "name": "SphericalFoxsky", "url": "https://www.furaffinity.net/user/sphericalfoxsky/" }, + "xion-cw": { + "name": "Xion_CW", + "url": "https://twitter.com/Xion_CW" + }, + "jax-the-huskey": { + "name": "Jax", + "url": "https://twitter.com/Jax_the_huskey" + }, } } diff --git a/media/characters/jax/back.svg b/media/characters/jax/back.svg new file mode 100644 index 00000000..b1fd3854 --- /dev/null +++ b/media/characters/jax/back.svg @@ -0,0 +1,272 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 30fc1797..b61a5679 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -31273,6 +31273,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Jax", species: ["husky"], tags: ["anthro"] }, + { + back: { + height: math.unit(5 + 10/12, "feet"), + weight: math.unit(200, "lb"), + name: "Back", + image: { + source: "./media/characters/jax/back.svg", + extra: 764/739, + bottom: 25/789 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 10/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {