diff --git a/media/attribution.js b/media/attribution.js index 9b3f3344..fb0de38d 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -9354,8 +9354,11 @@ const attributionData = { { prefix: "./media/characters/ty/", files: [ - { name: "front.svg", source: "https://www.furaffinity.net/view/30718285/" }, - { name: "back.svg", source: "https://www.furaffinity.net/view/30718285/" }, + { name: "front.svg", source: "https://www.furaffinity.net/view/42720810/" }, + { name: "back.svg", source: "https://www.furaffinity.net/view/42720810/" }, + { name: "head.svg", source: "https://www.furaffinity.net/view/42720810/" }, + { name: "hand.svg", source: "https://www.furaffinity.net/view/42720810/" }, + { name: "tail.svg", source: "https://www.furaffinity.net/view/42720810/" }, ], authors: [ "skaifox" diff --git a/media/characters/ty/back.svg b/media/characters/ty/back.svg index 1d7b758a..9c89065d 100644 --- a/media/characters/ty/back.svg +++ b/media/characters/ty/back.svg @@ -1,170 +1,1602 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/ty/front.svg b/media/characters/ty/front.svg index c2a21e4e..fe5051da 100644 --- a/media/characters/ty/front.svg +++ b/media/characters/ty/front.svg @@ -1,308 +1,2612 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/ty/hand.svg b/media/characters/ty/hand.svg new file mode 100644 index 00000000..47f9774d --- /dev/null +++ b/media/characters/ty/hand.svg @@ -0,0 +1,291 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/ty/head.svg b/media/characters/ty/head.svg new file mode 100644 index 00000000..52bf1dfd --- /dev/null +++ b/media/characters/ty/head.svg @@ -0,0 +1,1193 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/ty/tail.svg b/media/characters/ty/tail.svg new file mode 100644 index 00000000..2489c0d7 --- /dev/null +++ b/media/characters/ty/tail.svg @@ -0,0 +1,372 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 5e867c39..bb7c7101 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -25134,30 +25134,51 @@ characterMakers.push(() => makeCharacter( { name: "Ty", species: ["fox"], tags: ["anthro"] }, { front: { - height: math.unit(4.5, "meters"), + height: math.unit(12, "feet"), weight: math.unit(3200, "lb"), name: "Front", image: { source: "./media/characters/ty/front.svg", - extra: 1038 / 960, - bottom: 31.156 / 1068 + extra: 753/703, + bottom: 61/814 } }, back: { - height: math.unit(4.5, "meters"), + height: math.unit(12, "feet"), weight: math.unit(3200, "lb"), name: "Back", image: { source: "./media/characters/ty/back.svg", - extra: 1044 / 966, - bottom: 7.48 / 1049 + extra: 757/707, + bottom: 16/773 + } + }, + head: { + height: math.unit(3.7, "feet"), + name: "Head", + image: { + source: "./media/characters/ty/head.svg" + } + }, + hand: { + height: math.unit(2.38, "feet"), + name: "Hand", + image: { + source: "./media/characters/ty/hand.svg" + } + }, + tail: { + height: math.unit(8.01096641535, "feet"), + name: "Tail", + image: { + source: "./media/characters/ty/tail.svg" } }, }, [ { name: "Normal", - height: math.unit(4.5, "meters"), + height: math.unit(12, "feet"), default: true }, ]