diff --git a/media/attribution.js b/media/attribution.js index 994980fd..52349130 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -12953,10 +12953,11 @@ const attributionData = { { prefix: "./media/characters/shaun/", files: [ - { name: "front.svg", source: null } + { name: "front.svg", source: "https://twitter.com/awholelotofderg/status/1374172470412906499" }, + { name: "back.svg", source: "https://twitter.com/awholelotofderg/status/1374172470412906499" }, ], authors: [ - "anonymous" + "opblaaskrokodil" ], owners: [ "awholelotofderg" @@ -23697,6 +23698,10 @@ const attributionData = { "name": "Jailbird", "url": "https://www.furaffinity.net/user/jailbird" }, + "opblaaskrokodil": { + "name": "Opblaaskrokodil", + "url": "https://www.furaffinity.net/user/Opblaaskrokodil" + }, } } diff --git a/media/characters/shaun/back.svg b/media/characters/shaun/back.svg new file mode 100644 index 00000000..393fa538 --- /dev/null +++ b/media/characters/shaun/back.svg @@ -0,0 +1,361 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/shaun/front.svg b/media/characters/shaun/front.svg index 8daad23a..8c035767 100644 --- a/media/characters/shaun/front.svg +++ b/media/characters/shaun/front.svg @@ -1,423 +1,420 @@ - + + width="851.54" height="523.53" viewBox="0 0 851.54 523.53" style="enable-background:new 0 0 851.54 523.53;" xml:space="preserve"> - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 2b88bf02..dcc4ccc5 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -33521,20 +33521,30 @@ characterMakers.push(() => makeCharacter( { name: "Shaun", species: ["dragon"], tags: ["anthro"] }, { front: { - height: math.unit(8 + 2/12, "feet"), + height: math.unit(8, "feet"), weight: math.unit(4, "tons"), name: "Front", image: { source: "./media/characters/shaun/front.svg", - extra: 1550/1505, - bottom: 353/1903 + extra: 503/495, + bottom: 20/523 + } + }, + back: { + height: math.unit(8, "feet"), + weight: math.unit(4, "tons"), + name: "Back", + image: { + source: "./media/characters/shaun/back.svg", + extra: 487/480, + bottom: 20/507 } }, }, [ { name: "Lorg", - height: math.unit(8 + 2/12, "feet"), + height: math.unit(8, "feet"), default: true }, ]