| @@ -19830,6 +19830,18 @@ const attributionData = { | |||||
| "vengo2" | "vengo2" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/citra/", | |||||
| files: [ | |||||
| { name: "front.svg", source: "https://twitter.com/Alsnapz/status/1472269682539388933" } | |||||
| ], | |||||
| authors: [ | |||||
| "alsnapz" | |||||
| ], | |||||
| owners: [ | |||||
| "alsnapz" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/fiction/halo/halo/", | prefix: "./media/fiction/halo/halo/", | ||||
| @@ -54363,6 +54363,28 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Citra", species: ["dragon"], tags: ["anthro"] }, | |||||
| { | |||||
| front: { | |||||
| height: math.unit(12, "feet"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/citra/front.svg", | |||||
| extra: 1950/1710, | |||||
| bottom: 47/1997 | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(12, "feet"), | |||||
| default: true | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||