| @@ -13250,6 +13250,18 @@ const attributionData = { | |||||
| "rufran" | "rufran" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/azalie-croixland/", | |||||
| files: [ | |||||
| { name: "front.svg", source: "https://toyhou.se/8404240.azalie-croixland#28148531" } | |||||
| ], | |||||
| authors: [ | |||||
| "dotty" | |||||
| ], | |||||
| owners: [ | |||||
| "arenovas" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/dildos/chance/", | prefix: "./media/dildos/chance/", | ||||
| @@ -18265,6 +18277,10 @@ const attributionData = { | |||||
| "name": "Troutsworth", | "name": "Troutsworth", | ||||
| "url": "https://www.furaffinity.net/user/troutsworth/" | "url": "https://www.furaffinity.net/user/troutsworth/" | ||||
| }, | }, | ||||
| "dotty": { | |||||
| "name": "Dotty", | |||||
| "url": "https://twitter.com/Dotintheparadox" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -34713,6 +34713,32 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Azalie Croixland", species: ["gryphon"], tags: ["anthro"] }, | |||||
| { | |||||
| front: { | |||||
| height: math.unit(10 + 8/12, "feet"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/azalie-croixland/front.svg", | |||||
| extra: 1972/1856, | |||||
| bottom: 31/2003 | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Original Height", | |||||
| height: math.unit(5 + 4/12, "feet") | |||||
| }, | |||||
| { | |||||
| name: "Normal Height", | |||||
| height: math.unit(10 + 8/12, "feet"), | |||||
| default: true | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||