| @@ -16988,6 +16988,18 @@ const attributionData = { | |||||
| "adelonda2" | "adelonda2" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/denora/", | |||||
| files: [ | |||||
| { name: "side.svg", source: "https://www.furaffinity.net/view/34990435/" } | |||||
| ], | |||||
| authors: [ | |||||
| "piratefoxbox" | |||||
| ], | |||||
| owners: [ | |||||
| "galactor" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/dildos/chance/", | prefix: "./media/dildos/chance/", | ||||
| @@ -23441,6 +23453,14 @@ const attributionData = { | |||||
| "name": "WaywardLycan", | "name": "WaywardLycan", | ||||
| "url": "https://www.furaffinity.net/user/waywardlycan" | "url": "https://www.furaffinity.net/user/waywardlycan" | ||||
| }, | }, | ||||
| "piratefoxbox": { | |||||
| "name": "piratefoxbox", | |||||
| "url": "https://www.furaffinity.net/user/piratefoxbox" | |||||
| }, | |||||
| "galactor": { | |||||
| "name": "Galactor", | |||||
| "url": "https://www.furaffinity.net/user/galactor/" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -44726,6 +44726,36 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Denora", species: ["husky"], tags: ["anthro"] }, | |||||
| { | |||||
| side: { | |||||
| height: math.unit(100, "feet"), | |||||
| name: "Side", | |||||
| image: { | |||||
| source: "./media/characters/denora/side.svg", | |||||
| extra: 875/803, | |||||
| bottom: 9/884 | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Standard", | |||||
| height: math.unit(100, "feet"), | |||||
| default: true | |||||
| }, | |||||
| { | |||||
| name: "Grand", | |||||
| height: math.unit(1000, "feet") | |||||
| }, | |||||
| { | |||||
| name: "Conquering", | |||||
| height: math.unit(10000, "feet") | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||