diff --git a/media/attribution.js b/media/attribution.js index 19e4adac..76bfb30a 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -11158,6 +11158,22 @@ const attributionData = { "forceswerwolf" ] }, + { + prefix: "./media/characters/remmyzilla/", + files: [ + { name: "front.svg", source: " https://www.furaffinity.net/view/11141355" }, + { name: "back.svg", source: " https://www.furaffinity.net/view/11141355" }, + { name: "front-fancy.svg", source: " https://www.furaffinity.net/view/11141355" }, + { name: "paw.svg", source: " https://www.furaffinity.net/view/11141355" }, + { name: "maw.svg", source: " https://www.furaffinity.net/view/11141355" } + ], + authors: [ + "cougr" + ], + owners: [ + "remmyzee" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -15390,6 +15406,10 @@ const attributionData = { "name": "ForcesWerwolf", "url": "https://www.furaffinity.net/user/forceswerwolf/" }, + "remmyzee": { + "name": "RemmyZee", + "url": "https://www.furaffinity.net/user/remmyzee/" + }, } } diff --git a/media/characters/remmyzilla/back.svg b/media/characters/remmyzilla/back.svg new file mode 100644 index 00000000..b1d05cd1 --- /dev/null +++ b/media/characters/remmyzilla/back.svg @@ -0,0 +1,891 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/remmyzilla/front-fancy.svg b/media/characters/remmyzilla/front-fancy.svg new file mode 100644 index 00000000..140f6521 --- /dev/null +++ b/media/characters/remmyzilla/front-fancy.svg @@ -0,0 +1,1761 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/remmyzilla/front.svg b/media/characters/remmyzilla/front.svg new file mode 100644 index 00000000..b8c29923 --- /dev/null +++ b/media/characters/remmyzilla/front.svg @@ -0,0 +1,1563 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/remmyzilla/maw.svg b/media/characters/remmyzilla/maw.svg new file mode 100644 index 00000000..5eccacce --- /dev/null +++ b/media/characters/remmyzilla/maw.svg @@ -0,0 +1,1225 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/remmyzilla/paw.svg b/media/characters/remmyzilla/paw.svg new file mode 100644 index 00000000..bbfe3d49 --- /dev/null +++ b/media/characters/remmyzilla/paw.svg @@ -0,0 +1,425 @@ + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 09baf2dd..b9928a0f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1338,6 +1338,16 @@ const speciesData = { name: "Drenath", parents: ["dragon", "snake", "rabbit"] }, + "coyju": { + name: "Coyju", + parents: ["coyote", "kaiju"] + }, + "kaiju": { + name: "Kaiju", + parents: ["monster"] + }, + + } //species @@ -28141,6 +28151,79 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Remmyzilla", species: ["coyju"], tags: ["anthro"] }, + { + front: { + height: math.unit(6 + 4/12, "feet"), + weight: math.unit(250, "lb"), + name: "Front", + image: { + source: "./media/characters/remmyzilla/front.svg", + extra: 4033/3588, + bottom: 123/4156 + } + }, + back: { + height: math.unit(6 + 4/12, "feet"), + weight: math.unit(250, "lb"), + name: "Back", + image: { + source: "./media/characters/remmyzilla/back.svg", + extra: 2687/2555, + bottom: 48/2735 + } + }, + frontFancy: { + height: math.unit(6 + 4/12, "feet"), + weight: math.unit(250, "lb"), + name: "Front (Fancy)", + image: { + source: "./media/characters/remmyzilla/front-fancy.svg", + extra: 4119/3419, + bottom: 237/4356 + } + }, + paw: { + height: math.unit(1.73, "feet"), + name: "Paw", + image: { + source: "./media/characters/remmyzilla/paw.svg" + } + }, + maw: { + height: math.unit(1.73, "feet"), + name: "Maw", + image: { + source: "./media/characters/remmyzilla/maw.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 4/12, "feet") + }, + { + name: "Minimacro", + height: math.unit(12 + 8/12, "feet") + }, + { + name: "Normal", + height: math.unit(640, "feet"), + default: true + }, + { + name: "Megamacro", + height: math.unit(6400, "feet") + }, + { + name: "Gigamacro", + height: math.unit(64000, "miles") + }, + ] +)) + //characters function makeCharacters() {