diff --git a/media/attribution.js b/media/attribution.js index 7b9bfaac..5f932e46 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -19345,6 +19345,19 @@ const attributionData = { "russec" ] }, + { + prefix: "./media/characters/cianus/", + files: [ + { name: "side.svg", source: "https://www.deviantart.com/moriartea-time/art/Griffin-LINEART-FREE-TO-USE-212787273" } + ], + authors: [ + "moriartea-time", + "immaturecontent" + ], + owners: [ + "immaturecontent" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -26701,6 +26714,10 @@ const attributionData = { "name": "Russec", "url": "https://russec.info" }, + "moriartea-time": { + "name": "Moriartea-time", + "url": "https://www.deviantart.com/moriartea-time/" + }, } } diff --git a/media/characters/cianus/side.svg b/media/characters/cianus/side.svg new file mode 100644 index 00000000..783cbad2 --- /dev/null +++ b/media/characters/cianus/side.svg @@ -0,0 +1,1166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index a57db55a..6ac746b6 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2021,6 +2021,10 @@ const speciesData = { name: "Continental Giant Rabbit", parents: ["rabbit"] }, + "demigryph": { + name: "Demigryph", + parents: ["lion", "eagle"] + }, } //species @@ -52915,6 +52919,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Cianus", species: ["demigryph"], tags: ["anthro"] }, + { + side: { + height: math.unit(12, "feet"), + name: "Side", + image: { + source: "./media/characters/cianus/side.svg", + extra: 808/526, + bottom: 61/869 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {