diff --git a/media/attribution.js b/media/attribution.js index 62bd8726..35734f2d 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -19842,6 +19842,18 @@ const attributionData = { "alsnapz" ] }, + { + prefix: "./media/characters/sholstim/", + files: [ + { name: "side.svg", source: "https://twitter.com/Alsnapz/status/1472269682539388933" } + ], + authors: [ + "alsnapz" + ], + owners: [ + "alsnapz" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/sholstim/side.svg b/media/characters/sholstim/side.svg new file mode 100644 index 00000000..aa04457f --- /dev/null +++ b/media/characters/sholstim/side.svg @@ -0,0 +1,1215 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index a6473cc9..da1da15b 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2061,6 +2061,10 @@ const speciesData = { name: "Sandcat", parents: ["cat"] }, + "hrothgar": { + name: "Hrothgar", + parents: ["cat"] + }, } //species @@ -54385,6 +54389,28 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Sholstim", species: ["dragon"], tags: ["feral"] }, + { + side: { + height: math.unit(7 + 10/12, "feet"), + name: "Side", + image: { + source: "./media/characters/sholstim/side.svg", + extra: 786/682, + bottom: 40/826 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(7 + 10/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {