| @@ -2622,6 +2622,18 @@ const attributionData = { | |||||
| "chemicalcrux" | "chemicalcrux" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/fen/", | |||||
| files: [ | |||||
| { name: "goo-nsfw.svg", source: "https://www.furaffinity.net/view/45023045/", nsfw: true } | |||||
| ], | |||||
| authors: [ | |||||
| "emiechii" | |||||
| ], | |||||
| owners: [ | |||||
| "chemicalcrux" | |||||
| ] | |||||
| }, | |||||
| { | { | ||||
| prefix: "./media/characters/finn/", | prefix: "./media/characters/finn/", | ||||
| files: [ | files: [ | ||||
| @@ -2130,6 +2130,18 @@ characterMakers.push(() => makeCharacter( | |||||
| bottom: 134/1441 | bottom: 134/1441 | ||||
| } | } | ||||
| }, | }, | ||||
| gooNsfw: { | |||||
| height: math.unit(12, "feet"), | |||||
| weight: math.unit(3750, "lb"), | |||||
| volume: math.unit(1000, "liters"), | |||||
| preyCapacity: math.unit(6, "people"), | |||||
| name: "Goo (NSFW)", | |||||
| image: { | |||||
| source: "./media/characters/fen/goo-nsfw.svg", | |||||
| extra: 1875/1734, | |||||
| bottom: 122/1997 | |||||
| } | |||||
| }, | |||||
| maw: { | maw: { | ||||
| height: math.unit(5.03, "feet"), | height: math.unit(5.03, "feet"), | ||||
| name: "Maw", | name: "Maw", | ||||