| @@ -22293,6 +22293,19 @@ const attributionData = { | |||||
| "epicoart" | "epicoart" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/gaia/", | |||||
| files: [ | |||||
| { name: "front.svg", source: "https://www.deviantart.com/epicoart/art/Gaia-the-Goddess-900782122" } | |||||
| ], | |||||
| authors: [ | |||||
| "epicoart" | |||||
| ], | |||||
| owners: [ | |||||
| "tizthorndike", | |||||
| "epicoart" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/fiction/halo/halo/", | prefix: "./media/fiction/halo/halo/", | ||||
| @@ -30827,6 +30840,10 @@ const attributionData = { | |||||
| "name": "Cyber", | "name": "Cyber", | ||||
| "url": "https://t.me/cybernova123" | "url": "https://t.me/cybernova123" | ||||
| }, | }, | ||||
| "tizthorndike": { | |||||
| "name": "TizThorndike", | |||||
| "url": "https://www.deviantart.com/tizthorndike" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -64162,6 +64162,33 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Gaia", species: ["deity", "human"], tags: ["anthro"] }, | |||||
| { | |||||
| front: { | |||||
| height: math.unit(7 + 6/12, "feet"), | |||||
| weight: math.unit(400, "lb"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/gaia/front.svg", | |||||
| extra: 474/463, | |||||
| bottom: 13/487 | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "MiniMacro", | |||||
| height: math.unit(7 + 6/12, "feet") | |||||
| }, | |||||
| { | |||||
| name: "GigaMacro", | |||||
| height: math.unit(14500, "feet"), | |||||
| default: true | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||