diff --git a/media/attribution.js b/media/attribution.js index 1ef643e7..64838f8f 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -20279,6 +20279,18 @@ const attributionData = { "ookitsu" ] }, + { + prefix: "./media/characters/jhusky/", + files: [ + { name: "anthro-front.svg", source: "https://www.furaffinity.net/view/37316545/" } + ], + authors: [ + "carifoxleopard" + ], + owners: [ + "jhusky" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -28294,6 +28306,10 @@ const attributionData = { "name": "Ookitsu", "url": "https://www.furaffinity.net/user/ookitsu/" }, + "jhusky": { + "name": "JHusky", + "url": "https://www.furaffinity.net/user/jhusky/" + }, } } diff --git a/media/characters/jhusky/anthro-front.svg b/media/characters/jhusky/anthro-front.svg new file mode 100644 index 00000000..e08be715 --- /dev/null +++ b/media/characters/jhusky/anthro-front.svg @@ -0,0 +1,1124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index ab9cb48a..d79f5740 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -56134,6 +56134,47 @@ characterMakers.push(() => makeCharacter( }, ] )) + +characterMakers.push(() => makeCharacter( + { name: "JHusky", species: ["husky"], tags: ["anthro"] }, + { + anthroFront: { + height: math.unit(6, "feet"), + weight: math.unit(250, "lb"), + name: "Front", + image: { + source: "./media/characters/jhusky/anthro-front.svg", + extra: 474/439, + bottom: 7/481 + }, + form: "anthro", + }, + }, + [ + { + name: "Huge", + height: math.unit(500, "feet"), + form: "anthro" + }, + { + name: "Macro", + height: math.unit(1000, "feet"), + default: true, + form: "anthro" + }, + { + name: "Megamacro", + height: math.unit(10000, "feet"), + form: "anthro" + }, + ], + { + "anthro": { + name: "Anthro", + default: true + }, + } +)) //characters function makeCharacters() {