| @@ -13649,6 +13649,18 @@ const attributionData = { | |||||
| "starstruck-studios" | "starstruck-studios" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/powder/", | |||||
| files: [ | |||||
| { name: "front.svg", source: "https://www.furaffinity.net/view/33486022/" }, | |||||
| ], | |||||
| authors: [ | |||||
| "starstruck-studios" | |||||
| ], | |||||
| owners: [ | |||||
| "starstruck-studios" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/dildos/chance/", | prefix: "./media/dildos/chance/", | ||||
| @@ -35615,6 +35615,28 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Powder", species: ["sugar-glider"], tags: ["feral"] }, | |||||
| { | |||||
| front: { | |||||
| height: math.unit(3, "inches"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/powder/front.svg", | |||||
| extra: 1504/1334, | |||||
| bottom: 518/2022 | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(3, "inches"), | |||||
| default: true | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||