diff --git a/media/attribution.js b/media/attribution.js index f52d2572..51d51fa6 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -22830,6 +22830,18 @@ const attributionData = { "0-madespain-0" ] }, + { + prefix: "./media/characters/tony-gray/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/45004084/" } + ], + authors: [ + "arkveveen" + ], + owners: [ + "tonysquee" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -31598,6 +31610,14 @@ const attributionData = { "name": "SizableSongster", "url": "https://twitter.com/SizableSongster" }, + "arkveveen": { + "name": "Arkveveen", + "url": "https://www.furaffinity.net/user/arkveveen/" + }, + "tonysquee": { + "name": "TonySquee", + "url": "https://www.furaffinity.net/user/tonysquee" + }, } } diff --git a/media/characters/kimiko/front.svg b/media/characters/kimiko/front.svg new file mode 100644 index 00000000..18495231 --- /dev/null +++ b/media/characters/kimiko/front.svg @@ -0,0 +1,2257 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/kimiko/maw.svg b/media/characters/kimiko/maw.svg new file mode 100644 index 00000000..7a169731 --- /dev/null +++ b/media/characters/kimiko/maw.svg @@ -0,0 +1,1008 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/kimiko/side.svg b/media/characters/kimiko/side.svg index 7e0d04a3..d0a7d24e 100644 --- a/media/characters/kimiko/side.svg +++ b/media/characters/kimiko/side.svg @@ -1,93 +1,1395 @@ - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/tony-gray/front.svg b/media/characters/tony-gray/front.svg new file mode 100644 index 00000000..3be6140c --- /dev/null +++ b/media/characters/tony-gray/front.svg @@ -0,0 +1,2393 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 870ef0be..bd75ac7a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -2437,6 +2437,10 @@ const speciesData = { name: "Russian Blue", parents: ["housecat"] }, + "wholphin": { + name: "Wholphin", + parents: ["whale", "dolphin"] + }, } //species @@ -12565,13 +12569,31 @@ characterMakers.push(() => makeCharacter( characterMakers.push(() => makeCharacter( { name: "Kimiko", species: ["eastern-dragon"], tags: ["anthro"] }, { + front: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Front", + image: { + source: "./media/characters/kimiko/front.svg", + extra: 875/832, + bottom: 36/911 + } + }, side: { height: math.unit(6, "feet"), weight: math.unit(150, "lb"), name: "Side", image: { source: "./media/characters/kimiko/side.svg", - extra: 600 / 358 + extra: 448/270, + bottom: 7/455 + } + }, + maw: { + height: math.unit(0.81 / 15 * 6, "feet"), + name: "Maw", + image: { + source: "./media/characters/kimiko/maw.svg" } }, }, @@ -66567,6 +66589,29 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Tony Gray", species: ["wholphin"], tags: ["anthro"] }, + { + front: { + height: math.unit(5 + 9/12, "feet"), + weight: math.unit(1500, "lb"), + name: "Front", + image: { + source: "./media/characters/tony-gray/front.svg", + extra: 700/575, + bottom: 71/771 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(5 + 9/12, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() { diff --git a/scripts/illustrator.jsx b/scripts/illustrator.jsx index 467376e7..deeba3d4 100644 --- a/scripts/illustrator.jsx +++ b/scripts/illustrator.jsx @@ -8,17 +8,17 @@ settings = [ { name: "Light", color: 0x4d, - threshold: 128 + threshold: 64 }, { name: "Medium", color: 0x33, - threshold: 96 + threshold: 32 }, { name: "Dark", color: 0x1a, - threshold: 64 + threshold: 16 }, { name: "Black",