diff --git a/media/attribution.js b/media/attribution.js index b806906b..f09315bd 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -13724,7 +13724,7 @@ const attributionData = { prefix: "./media/characters/rodney/", files: [ { name: "front.svg", source: "https://www.furaffinity.net/view/33375198/" }, - { name: "front-dressed.svg", source: "https://www.furaffinity.net/view/33375198/" }, + { name: "front-dressed.svg", source: "https://www.furaffinity.net/view/33375198/" } ], authors: [ "starstruck-studios" @@ -13733,6 +13733,19 @@ const attributionData = { "starstruck-studios" ] }, + { + prefix: "./media/characters/zakail-sudekai/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/21287055/" }, + { name: "maw.svg", source: "https://www.furaffinity.net/view/21287055/" } + ], + authors: [ + "melangetic" + ], + owners: [ + "pr0ckz3d" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -18876,6 +18889,14 @@ const attributionData = { "name": "TheBigJenny", "url": "https://www.furaffinity.net/user/thebigjenny" }, + "melangetic": { + "name": "Melangetic", + "url": "https://www.furaffinity.net/user/melangetic" + }, + "pr0ckz3d": { + "name": "Pr0cKz3d", + "url": "https://www.furaffinity.net/user/pr0ckz3d/" + }, } } diff --git a/media/characters/zakail-sudekai/front.svg b/media/characters/zakail-sudekai/front.svg new file mode 100644 index 00000000..0f7abea1 --- /dev/null +++ b/media/characters/zakail-sudekai/front.svg @@ -0,0 +1,653 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/zakail-sudekai/maw.svg b/media/characters/zakail-sudekai/maw.svg new file mode 100644 index 00000000..bda17461 --- /dev/null +++ b/media/characters/zakail-sudekai/maw.svg @@ -0,0 +1,300 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index fc12dc97..63d6a7a2 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1551,6 +1551,10 @@ const speciesData = { name: "Lunaral Dragon", parents: ["dragon"] }, + "arctic-wolf": { + name: "Arctic Wolf", + parents: ["wolf"] + }, } //species @@ -35756,6 +35760,36 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Zakail Sudekai", species: ["arctic-wolf"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 9/12, "feet"), + weight: math.unit(194, "lbs"), + name: "Front", + image: { + source: "./media/characters/zakail-sudekai/front.svg", + extra: 2696/2533, + bottom: 248/2944 + } + }, + maw: { + height: math.unit(1.35, "feet"), + name: "Maw", + image: { + source: "./media/characters/zakail-sudekai/maw.svg" + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 9/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {