| @@ -20993,6 +20993,18 @@ const attributionData = { | |||||
| "myriad" | "myriad" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/atlas-goat/", | |||||
| files: [ | |||||
| { name: "front.svg", source: "https://twitter.com/wilthking/status/1498007545889308676" } | |||||
| ], | |||||
| authors: [ | |||||
| "wilthking" | |||||
| ], | |||||
| owners: [ | |||||
| "kurrikage" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/fiction/halo/halo/", | prefix: "./media/fiction/halo/halo/", | ||||
| @@ -29286,6 +29298,10 @@ const attributionData = { | |||||
| "name": "Shinkei Shinto", | "name": "Shinkei Shinto", | ||||
| "url": "https://www.furaffinity.net/user/shinkei-shinto/" | "url": "https://www.furaffinity.net/user/shinkei-shinto/" | ||||
| }, | }, | ||||
| "wilthking": { | |||||
| "name": "WILTHKING", | |||||
| "url": "https://twitter.com/wilthking/status/1498007545889308676" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -58852,6 +58852,40 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Atlas (Goat)", species: ["goat"], tags: ["anthro"] }, | |||||
| { | |||||
| front: { | |||||
| height: math.unit(8 + 9/12, "feet"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/atlas-goat/front.svg", | |||||
| extra: 1462/1323, | |||||
| bottom: 12/1474 | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(8 + 9/12, "feet"), | |||||
| default: true | |||||
| }, | |||||
| { | |||||
| name: "Skyline", | |||||
| height: math.unit(845, "feet") | |||||
| }, | |||||
| { | |||||
| name: "Orbital", | |||||
| height: math.unit(93000, "miles") | |||||
| }, | |||||
| { | |||||
| name: "Constellation", | |||||
| height: math.unit(27000, "lightyears") | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||