| @@ -19866,6 +19866,19 @@ const attributionData = { | |||||
| "pinksaber" | "pinksaber" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/alsandair-hergenroether/", | |||||
| files: [ | |||||
| { name: "front.svg", source: "https://twitter.com/TheMagicalPango/status/1472794118141231108", nsfw: true }, | |||||
| { name: "back.svg", source: "https://twitter.com/TheMagicalPango/status/1472794118141231108", nsfw: true }, | |||||
| ], | |||||
| authors: [ | |||||
| "norodoggo" | |||||
| ], | |||||
| owners: [ | |||||
| "themagicalpango" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/fiction/halo/halo/", | prefix: "./media/fiction/halo/halo/", | ||||
| @@ -27672,6 +27685,14 @@ const attributionData = { | |||||
| "name": "WinterWarning", | "name": "WinterWarning", | ||||
| "url": "https://twitter.com/warning_winter" | "url": "https://twitter.com/warning_winter" | ||||
| }, | }, | ||||
| "norodoggo": { | |||||
| "name": "NoroDoggo", | |||||
| "url": "https://twitter.com/norodoggo" | |||||
| }, | |||||
| "themagicalpango": { | |||||
| "name": "TheMagicalPango", | |||||
| "url": "https://twitter.com/TheMagicalPango/" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -54433,6 +54433,43 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Alsandair Hergenroether", species: ["pangolin", "deity"], tags: ["anthro"] }, | |||||
| { | |||||
| front: { | |||||
| height: math.unit(7 + 5/12, "feet"), | |||||
| weight: math.unit(687, "lb"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/alsandair-hergenroether/front.svg", | |||||
| extra: 1251/1186, | |||||
| bottom: 75/1326 | |||||
| } | |||||
| }, | |||||
| back: { | |||||
| height: math.unit(7 + 5/12, "feet"), | |||||
| weight: math.unit(687, "lb"), | |||||
| name: "Back", | |||||
| image: { | |||||
| source: "./media/characters/alsandair-hergenroether/back.svg", | |||||
| extra: 1290/1229, | |||||
| bottom: 17/1307 | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Max Compression", | |||||
| height: math.unit(7 + 5/12, "feet"), | |||||
| default: true | |||||
| }, | |||||
| { | |||||
| name: "\"Normal\"", | |||||
| height: math.unit(2, "universes") | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||