| @@ -19306,6 +19306,18 @@ const attributionData = { | |||||
| "carinafox" | "carinafox" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/maya/", | |||||
| files: [ | |||||
| { name: "front.svg", source: "https://twitter.com/Cukier49/status/1422286476088381445" } | |||||
| ], | |||||
| authors: [ | |||||
| "cukier49" | |||||
| ], | |||||
| owners: [ | |||||
| "pocketcait" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/fiction/halo/halo/", | prefix: "./media/fiction/halo/halo/", | ||||
| @@ -26642,6 +26654,14 @@ const attributionData = { | |||||
| "name": "CarinaFox7", | "name": "CarinaFox7", | ||||
| "url": "https://www.furaffinity.net/user/carinafox7" | "url": "https://www.furaffinity.net/user/carinafox7" | ||||
| }, | }, | ||||
| "cukier49": { | |||||
| "name": "Cukier", | |||||
| "url": "https://twitter.com/Cukier49/" | |||||
| }, | |||||
| "pocketcait": { | |||||
| "name": "pocketcait", | |||||
| "url": "https://twitter.com/pocketcait/" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -52800,6 +52800,44 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Maya", species: ["cat"], tags: ["anthro"] }, | |||||
| { | |||||
| front: { | |||||
| height: math.unit(4.88, "meters"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/maya/front.svg", | |||||
| extra: 1222/1145, | |||||
| bottom: 57/1279 | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(4.88, "meters"), | |||||
| default: true | |||||
| }, | |||||
| { | |||||
| name: "Macro", | |||||
| height: math.unit(38.1, "meters") | |||||
| }, | |||||
| { | |||||
| name: "Macro+", | |||||
| height: math.unit(152.4, "meters") | |||||
| }, | |||||
| { | |||||
| name: "Macro++", | |||||
| height: math.unit(16.09, "km") | |||||
| }, | |||||
| { | |||||
| name: "Mega-macro", | |||||
| height: math.unit(700, "megameters") | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||