| @@ -17426,6 +17426,18 @@ const attributionData = { | |||||
| "myriad" | "myriad" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/ceruleus/", | |||||
| files: [ | |||||
| { name: "maw.svg", source: "https://twitter.com/Swamp_Jaws/status/1400414581655224324" } | |||||
| ], | |||||
| authors: [ | |||||
| "swamp-jaws" | |||||
| ], | |||||
| owners: [ | |||||
| "myriad" | |||||
| ] | |||||
| }, | |||||
| { | { | ||||
| prefix: "./media/characters/acouya/", | prefix: "./media/characters/acouya/", | ||||
| files: [ | files: [ | ||||
| @@ -29135,6 +29147,10 @@ const attributionData = { | |||||
| "name": "Draco", | "name": "Draco", | ||||
| "url": "https://refsheet.net/DracoOfZeradaith/draco-of-zeradaith" | "url": "https://refsheet.net/DracoOfZeradaith/draco-of-zeradaith" | ||||
| }, | }, | ||||
| "swamp-jaws": { | |||||
| "name": "Swampy", | |||||
| "url": "https://twitter.com/Swamp_Jaws" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -31382,6 +31382,7 @@ characterMakers.push(() => makeCharacter( | |||||
| front: { | front: { | ||||
| height: math.unit(4.2, "meters"), | height: math.unit(4.2, "meters"), | ||||
| preyCapacity: math.unit(50, "m^3"), | preyCapacity: math.unit(50, "m^3"), | ||||
| weight: math.unit(30, "tonnes"), | |||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| source: "./media/characters/sydney/front.svg", | source: "./media/characters/sydney/front.svg", | ||||
| @@ -47804,6 +47805,13 @@ characterMakers.push(() => makeCharacter( | |||||
| bottom: 126/1194 | bottom: 126/1194 | ||||
| } | } | ||||
| }, | }, | ||||
| maw: { | |||||
| height: math.unit(0.8125, "meter"), | |||||
| name: "Maw", | |||||
| image: { | |||||
| source: "./media/characters/ceruleus/maw.svg" | |||||
| } | |||||
| }, | |||||
| }, | }, | ||||
| [ | [ | ||||
| { | { | ||||