| @@ -2513,6 +2513,18 @@ const attributionData = { | |||||
| "meandumpstercat" | "meandumpstercat" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/fen/", | |||||
| files: [ | |||||
| { name: "front.svg", source: null } | |||||
| ], | |||||
| authors: [ | |||||
| "mongrelist" | |||||
| ], | |||||
| owners: [ | |||||
| "chemicalcrux" | |||||
| ] | |||||
| }, | |||||
| { | { | ||||
| prefix: "./media/characters/fen/", | prefix: "./media/characters/fen/", | ||||
| files: [ | files: [ | ||||
| @@ -1838,6 +1838,16 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| }, | }, | ||||
| { | { | ||||
| front: { | |||||
| height: math.unit(2.2428, "meter"), | |||||
| weight: math.unit(124.738, "kg"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/fen/front.svg", | |||||
| extra: 1804/1562, | |||||
| bottom: 205/2009 | |||||
| } | |||||
| }, | |||||
| back: { | back: { | ||||
| height: math.unit(2.2428, "meter"), | height: math.unit(2.2428, "meter"), | ||||
| weight: math.unit(124.738, "kg"), | weight: math.unit(124.738, "kg"), | ||||