diff --git a/media/attribution.js b/media/attribution.js index 133241e4..971b63a1 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17953,6 +17953,18 @@ const attributionData = { "fidchell" ] }, + { + prefix: "./media/characters/raphael/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "fidchell" + ], + owners: [ + "fidchell" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/raphael/front.svg b/media/characters/raphael/front.svg new file mode 100644 index 00000000..d641517b --- /dev/null +++ b/media/characters/raphael/front.svg @@ -0,0 +1,2007 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 7094b08b..7410f31d 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1880,6 +1880,14 @@ const speciesData = { name: "Illusion", parents: [] }, + "purrloin": { + name: "Purrloin", + parents: ["cat", "pokemon"] + }, + "noivern": { + name: "Noivern", + parents: ["bat", "dragon", "pokemon"] + }, } //species @@ -47867,6 +47875,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Raphael", species: ["noivern"], tags: ["anthro"] }, + { + front: { + height: math.unit(6 + 2/12, "feet"), + name: "Front", + image: { + source: "./media/characters/raphael/front.svg", + extra: 1101/962, + bottom: 59/1160 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 2/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {