diff --git a/media/attribution.js b/media/attribution.js index 71b0011d..014544a8 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12590,6 +12590,18 @@ const attributionData = { "goopomancer" ] }, + { + prefix: "./media/characters/shaun/", + files: [ + { name: "front.svg", source: null } + ], + authors: [ + "anonymous" + ], + owners: [ + "awholelotofderg" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -17352,6 +17364,10 @@ const attributionData = { "name": "Goopomancer", "url": "https://twitter.com/Goopomancer/" }, + "awholelotofderg": { + "name": "awholelotofderg", + "url": "https://twitter.com/awholelotofderg" + }, } } diff --git a/media/characters/shaun/front.svg b/media/characters/shaun/front.svg new file mode 100644 index 00000000..8daad23a --- /dev/null +++ b/media/characters/shaun/front.svg @@ -0,0 +1,423 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index df8d62ba..bfe6f55a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -32671,6 +32671,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Shaun", species: ["dragon"], tags: ["anthro"] }, + { + front: { + height: math.unit(8 + 2/12, "feet"), + weight: math.unit(4, "tons"), + name: "Front", + image: { + source: "./media/characters/shaun/front.svg", + extra: 1550/1505, + bottom: 353/1903 + } + }, + }, + [ + { + name: "Lorg", + height: math.unit(8 + 2/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {