| @@ -19452,6 +19452,18 @@ const attributionData = { | |||||
| "themuffinly" | "themuffinly" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/chimera/", | |||||
| files: [ | |||||
| { name: "front.svg", source: "https://www.furaffinity.net/view/41029049/" } | |||||
| ], | |||||
| authors: [ | |||||
| "kassy" | |||||
| ], | |||||
| owners: [ | |||||
| "chimera" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/fiction/halo/halo/", | prefix: "./media/fiction/halo/halo/", | ||||
| @@ -26978,6 +26990,10 @@ const attributionData = { | |||||
| "name": "TheMuffinly", | "name": "TheMuffinly", | ||||
| "url": "https://www.furaffinity.net/user/themuffinly/" | "url": "https://www.furaffinity.net/user/themuffinly/" | ||||
| }, | }, | ||||
| "kassy": { | |||||
| "name": "Kassy", | |||||
| "url": "https://portfolio.commishes.com/user/Kassy" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -53238,6 +53238,36 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Chimera", species: ["pegasus"], tags: ["anthro"] }, | |||||
| { | |||||
| front: { | |||||
| height: math.unit(7, "feet"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/chimera/front.svg", | |||||
| extra: 1752/1614, | |||||
| bottom: 68/1820 | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(7, "feet"), | |||||
| default: true | |||||
| }, | |||||
| { | |||||
| name: "Gigamacro", | |||||
| height: math.unit(2.9, "gigameters") | |||||
| }, | |||||
| { | |||||
| name: "Universal", | |||||
| height: math.unit(1.56e26, "yottameters") | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||