diff --git a/media/attribution.js b/media/attribution.js index 90c0b02a..54dd078d 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -8581,10 +8581,12 @@ const attributionData = { { prefix: "./media/characters/taluthus/", files: [ - { name: "front.svg", source: "https://www.furaffinity.net/view/23381216/" } + { name: "dragon-front.svg", source: "https://www.furaffinity.net/view/45631854/" }, + { name: "dragon-maw.svg", source: "https://www.furaffinity.net/view/45631854/" }, + { name: "kitsune-front.svg", source: "https://www.furaffinity.net/view/45631854/" }, ], authors: [ - "greatwhitejill" + "essynkardi" ], owners: [ "taluthus" @@ -25676,10 +25678,6 @@ const attributionData = { "name": "Radarn", "url": "https://www.furaffinity.net/user/radarn/", }, - "greatwhitejill": { - "name": "greatwhitejill", - "url": "https://www.furaffinity.net/user/greatwhitejill", - }, "taluthus": { "name": "Taluthus", "url": "https://www.furaffinity.net/user/taluthus", diff --git a/media/characters/taluthus/dragon-front.svg b/media/characters/taluthus/dragon-front.svg new file mode 100644 index 00000000..ddcdc21d --- /dev/null +++ b/media/characters/taluthus/dragon-front.svg @@ -0,0 +1,2357 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/taluthus/dragon-maw.svg b/media/characters/taluthus/dragon-maw.svg new file mode 100644 index 00000000..f408a5fc --- /dev/null +++ b/media/characters/taluthus/dragon-maw.svg @@ -0,0 +1,928 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/taluthus/front.svg b/media/characters/taluthus/front.svg deleted file mode 100644 index 2cdda286..00000000 --- a/media/characters/taluthus/front.svg +++ /dev/null @@ -1,470 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/media/characters/taluthus/kitsune-front.svg b/media/characters/taluthus/kitsune-front.svg new file mode 100644 index 00000000..c8cf652e --- /dev/null +++ b/media/characters/taluthus/kitsune-front.svg @@ -0,0 +1,1761 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 2f4e7a60..e25e110a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -22444,28 +22444,59 @@ characterMakers.push(() => makeCharacter( characterMakers.push(() => makeCharacter( { name: "Taluthus", species: ["kitsune"], tags: ["anthro"] }, { - front: { - height: math.unit(7, "feet"), - weight: math.unit(120, "kg"), + dragon_front: { + height: math.unit(5, "feet"), name: "Front", image: { - source: "./media/characters/taluthus/front.svg", - extra: 903 / 833, - bottom: 0.015 - } + source: "./media/characters/taluthus/dragon-front.svg", + extra: 1203/1098, + bottom: 46/1249 + }, + form: "dragon", + default: true + }, + dragon_maw: { + height: math.unit(2.35, "feet"), + name: "Maw", + image: { + source: "./media/characters/taluthus/dragon-maw.svg" + }, + form: "dragon", + }, + kitsune_front: { + height: math.unit(5, "feet"), + name: "Front", + image: { + source: "./media/characters/taluthus/kitsune-front.svg", + extra: 900/841, + bottom: 65/965 + }, + form: "kitsune", + default: true }, }, [ { name: "Normal", - height: math.unit(7, "feet"), - default: true + height: math.unit(5, "feet"), + default: true, + allForms: true }, { name: "Macro", - height: math.unit(300, "feet") + height: math.unit(300, "feet"), + allForms: true }, - ] + ], + { + "dragon": { + name: "Dragon", + default: true + }, + "kitsune": { + name: "Kitsune", + }, + } )) characterMakers.push(() => makeCharacter(