diff --git a/media/attribution.js b/media/attribution.js index b7a3f892..73817a97 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -19983,6 +19983,18 @@ const attributionData = { "tiden" ] }, + { + prefix: "./media/characters/jason-crowe/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/37537497/" } + ], + authors: [ + "shenzaibird" + ], + owners: [ + "immaturecontent" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -27868,6 +27880,10 @@ const attributionData = { "name": "Rai-Brid", "url": "https://www.furaffinity.net/user/rai-brid/" }, + "shenzaibird": { + "name": "ShenzaiBird", + "url": "https://www.furaffinity.net/user/shenzaibird" + }, } } diff --git a/media/characters/jason-crowe/side.svg b/media/characters/jason-crowe/side.svg new file mode 100644 index 00000000..1fb6464b --- /dev/null +++ b/media/characters/jason-crowe/side.svg @@ -0,0 +1,1826 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index c4a2f26a..65439b50 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2085,6 +2085,10 @@ const speciesData = { name: "Housecat", parents: ["cat"] }, + "bombay-cat": { + name: "Bombay Cat", + parents: ["housecat"] + }, } //species @@ -54856,6 +54860,37 @@ characterMakers.push(() => makeCharacter( } )) +characterMakers.push(() => makeCharacter( + { name: "Jason Crowe", species: ["gryphon", "raven", "bombay-cat"], tags: ["feral"] }, + { + side: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Side", + image: { + source: "./media/characters/jason-crowe/side.svg", + extra: 1771/766, + bottom: 219/1990 + } + }, + }, + [ + { + name: "Pocket Gryphon", + height: math.unit(6, "cm") + }, + { + name: "Raven", + height: math.unit(60, "cm") + }, + { + name: "Normal", + height: math.unit(1, "meter"), + default: true + }, + ] +)) + //characters function makeCharacters() {