| @@ -14968,7 +14968,7 @@ const attributionData = { | |||||
| { | { | ||||
| prefix: "./media/characters/tiffany/", | prefix: "./media/characters/tiffany/", | ||||
| files: [ | files: [ | ||||
| { name: "front.svg", source: "https://twitter.com/TSelabeth/status/1367259078502850560" } | |||||
| { name: "foxcoon.svg", source: "https://twitter.com/TSelabeth/status/1367259078502850560" } | |||||
| ], | ], | ||||
| authors: [ | authors: [ | ||||
| "kuro724" | "kuro724" | ||||
| @@ -14977,6 +14977,18 @@ const attributionData = { | |||||
| "tiff" | "tiff" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/tiffany/", | |||||
| files: [ | |||||
| { name: "goat.svg", source: "https://twitter.com/Zwiebelprinz/status/1424780835912405001" } | |||||
| ], | |||||
| authors: [ | |||||
| "zwiebelprinz" | |||||
| ], | |||||
| owners: [ | |||||
| "tiff" | |||||
| ] | |||||
| }, | |||||
| { | { | ||||
| prefix: "./media/characters/raxinath/", | prefix: "./media/characters/raxinath/", | ||||
| files: [ | files: [ | ||||
| @@ -22642,6 +22654,10 @@ const attributionData = { | |||||
| "name": "Erigawn", | "name": "Erigawn", | ||||
| "url": "https://www.furaffinity.net/user/erigawn/" | "url": "https://www.furaffinity.net/user/erigawn/" | ||||
| }, | }, | ||||
| "zwiebelprinz": { | |||||
| "name": "Zwiebelprinz", | |||||
| "url": "https://twitter.com/Zwiebelprinz" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -39012,12 +39012,22 @@ characterMakers.push(() => makeCharacter( | |||||
| characterMakers.push(() => makeCharacter( | characterMakers.push(() => makeCharacter( | ||||
| { name: "Tiffany", species: ["fox", "raccoon"], tags: ["anthro"] }, | { name: "Tiffany", species: ["fox", "raccoon"], tags: ["anthro"] }, | ||||
| { | { | ||||
| goat: { | |||||
| height: math.unit(4, "feet"), | |||||
| weight: math.unit(180, "lb"), | |||||
| name: "Goat", | |||||
| image: { | |||||
| source: "./media/characters/tiffany/goat.svg", | |||||
| extra: 1845/1595, | |||||
| bottom: 106/1951 | |||||
| } | |||||
| }, | |||||
| front: { | front: { | ||||
| height: math.unit(5, "feet"), | height: math.unit(5, "feet"), | ||||
| weight: math.unit(150, "lb"), | weight: math.unit(150, "lb"), | ||||
| name: "Front", | |||||
| name: "Foxcoon", | |||||
| image: { | image: { | ||||
| source: "./media/characters/tiffany/front.svg", | |||||
| source: "./media/characters/tiffany/foxcoon.svg", | |||||
| extra: 1941/1845, | extra: 1941/1845, | ||||
| bottom: 58/1999 | bottom: 58/1999 | ||||
| } | } | ||||