diff --git a/media/attribution.js b/media/attribution.js index 7c92a1f6..ebbc6ff2 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -17013,6 +17013,18 @@ const attributionData = { "captaindood122" ] }, + { + prefix: "./media/characters/ztragon/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/23774707/", nsfw: true } + ], + authors: [ + "furryratchet" + ], + owners: [ + "ztragon" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -23482,6 +23494,14 @@ const attributionData = { "name": "Bonimenteur", "url": "https://www.furaffinity.net/user/bonimenteur" }, + "furryratchet": { + "name": "furryratchet", + "url": "https://www.furaffinity.net/user/furryratchet" + }, + "ztragon": { + "name": "ZTragon", + "url": "https://www.furaffinity.net/user/ztragon/" + }, } } diff --git a/media/characters/ztragon/front.svg b/media/characters/ztragon/front.svg new file mode 100644 index 00000000..5cd13cb4 --- /dev/null +++ b/media/characters/ztragon/front.svg @@ -0,0 +1,1551 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index d20ac6d0..662af452 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -44797,6 +44797,33 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "ZTragon", species: ["dragon"], tags: ["anthro"] }, + { + front: { + height: math.unit(6 + 8/12, "feet"), + weight: math.unit(250, "lb"), + name: "Front", + image: { + source: "./media/characters/ztragon/front.svg", + extra: 1825/1684, + bottom: 98/1923 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(6 + 8/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(80, "feet") + }, + ] +)) + //characters function makeCharacters() {