diff --git a/media/attribution.js b/media/attribution.js index 465a8a6a..f19d236b 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -22080,6 +22080,20 @@ const attributionData = { "hawkeyedelite" ] }, + { + prefix: "./media/characters/christopher-redwood/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/43651218/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/43651218/" }, + { name: "head.svg", source: "https://www.furaffinity.net/view/43651218/" }, + ], + authors: [ + "oswoswosw" + ], + owners: [ + "ryebreadboi" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -30558,6 +30572,14 @@ const attributionData = { "name": "Liz", "url": "https://twitter.com/thatonelizard2" }, + "oswoswosw": { + "name": "Osw", + "url": "https://www.furaffinity.net/user/oswoswosw" + }, + "ryebreadboi": { + "name": "RyeBreadBoi", + "url": "https://www.furaffinity.net/user/ryebreadboi/" + }, } } diff --git a/media/characters/christopher-redwood/back.svg b/media/characters/christopher-redwood/back.svg new file mode 100644 index 00000000..d8deb44e --- /dev/null +++ b/media/characters/christopher-redwood/back.svg @@ -0,0 +1,1018 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/christopher-redwood/front.svg b/media/characters/christopher-redwood/front.svg new file mode 100644 index 00000000..2a900091 --- /dev/null +++ b/media/characters/christopher-redwood/front.svg @@ -0,0 +1,1412 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/christopher-redwood/head.svg b/media/characters/christopher-redwood/head.svg new file mode 100644 index 00000000..30a186fd --- /dev/null +++ b/media/characters/christopher-redwood/head.svg @@ -0,0 +1,903 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 72b04977..feb09b4f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -63684,6 +63684,44 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Christopher Redwood", species: ["gray-wolf"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + name: "Front", + image: { + source: "./media/characters/christopher-redwood/front.svg", + extra: 1402/1341, + bottom: 23/1425 + } + }, + back: { + height: math.unit(6, "feet"), + name: "Back", + image: { + source: "./media/characters/christopher-redwood/back.svg", + extra: 1406/1345, + bottom: 36/1442 + } + }, + head: { + height: math.unit(1.685, "feet"), + name: "Head", + image: { + source: "./media/characters/christopher-redwood/head.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {