diff --git a/media/attribution.js b/media/attribution.js index 85c3e756..3778b248 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -11572,6 +11572,32 @@ const attributionData = { "hctib-elttil" ] }, + { + prefix: "./media/characters/digi-duncan/", + files: [ + { name: "front.svg", source: null }, + { name: "side.svg", source: null }, + { name: "back.svg", source: null }, + ], + authors: [ + "yukio" + ], + owners: [ + "digi-duncan" + ] + }, + { + prefix: "./media/characters/jagaz-soulbreaker/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/24062541/", nsfw: true } + ], + authors: [ + "b9tribeca" + ], + owners: [ + "jagaz" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -15951,6 +15977,14 @@ const attributionData = { "name": "Kitty_Silence", "url": "https://www.furaffinity.net/user/kittysilence" }, + "digi-duncan": { + "name": "DigiDuncan", + "url": "https://www.deviantart.com/throwawayhimnotme" + }, + "yukio": { + "name": "Yukio", + "url": null + }, } } diff --git a/media/characters/digi-duncan/back.svg b/media/characters/digi-duncan/back.svg new file mode 100644 index 00000000..1ce2f68a --- /dev/null +++ b/media/characters/digi-duncan/back.svg @@ -0,0 +1,185 @@ + + + + + + + + + + + + + + + + diff --git a/media/characters/digi-duncan/front.svg b/media/characters/digi-duncan/front.svg new file mode 100644 index 00000000..946d66bd --- /dev/null +++ b/media/characters/digi-duncan/front.svg @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + + + + + diff --git a/media/characters/digi-duncan/side.svg b/media/characters/digi-duncan/side.svg new file mode 100644 index 00000000..6e3baf67 --- /dev/null +++ b/media/characters/digi-duncan/side.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + diff --git a/media/characters/jagaz-soulbreaker/front.svg b/media/characters/jagaz-soulbreaker/front.svg new file mode 100644 index 00000000..336ba4c0 --- /dev/null +++ b/media/characters/jagaz-soulbreaker/front.svg @@ -0,0 +1,574 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f81cec3b..516db648 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -29380,6 +29380,104 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "DigiDuncan", species: ["human"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 7.5/12, "feet"), + weight: math.unit(120, "lb"), + name: "Front", + image: { + source: "./media/characters/digi-duncan/front.svg", + extra: 330/326, + bottom: 16/346 + } + }, + side: { + height: math.unit(5 + 7.5/12, "feet"), + weight: math.unit(120, "lb"), + name: "Side", + image: { + source: "./media/characters/digi-duncan/side.svg", + extra: 341/337, + bottom: 1/342 + } + }, + back: { + height: math.unit(5 + 7.5/12, "feet"), + weight: math.unit(120, "lb"), + name: "Back", + image: { + source: "./media/characters/digi-duncan/back.svg", + extra: 330/326, + bottom: 12/342 + } + }, + }, + [ + { + name: "Speck", + height: math.unit(0.25, "mm") + }, + { + name: "Micro", + height: math.unit(5, "mm") + }, + { + name: "Tiny", + height: math.unit(0.5, "inches"), + default: true + }, + { + name: "Human", + height: math.unit(5 + 7.5/12, "feet") + }, + { + name: "Minigiant", + height: math.unit(8 + 5.25, "feet") + }, + { + name: "Giant", + height: math.unit(2000, "feet") + }, + { + name: "Mega", + height: math.unit(371.1, "miles") + }, + ] +)) + +characterMakers.push(() => makeCharacter( + { name: "Jagaz Soulbreaker", species: ["charr"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/jagaz-soulbreaker/front.svg", + extra: 898/838, + bottom: 9/907 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(8, "meters") + }, + { + name: "Normal", + height: math.unit(50, "meters"), + default: true + }, + { + name: "Macro", + height: math.unit(500, "meters") + }, + ] +)) + //characters function makeCharacters() {