| @@ -14517,6 +14517,18 @@ const attributionData = { | |||||
| "adelonda2" | "adelonda2" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/acadiel/", | |||||
| files: [ | |||||
| { name: "front.svg", source: "https://www.furaffinity.net/view/35014594/" } | |||||
| ], | |||||
| authors: [ | |||||
| "vallhund" | |||||
| ], | |||||
| owners: [ | |||||
| "acadiel" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/dildos/chance/", | prefix: "./media/dildos/chance/", | ||||
| @@ -19888,6 +19900,10 @@ const attributionData = { | |||||
| "name": "adelonda", | "name": "adelonda", | ||||
| "url": "https://twitter.com/adelonda2" | "url": "https://twitter.com/adelonda2" | ||||
| }, | }, | ||||
| "acadiel": { | |||||
| "name": "Acadiel", | |||||
| "url": "https://twitter.com/AcadielAD" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -38008,6 +38008,33 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Acadiel", species: ["dragon"], tags: ["anthro"] }, | |||||
| { | |||||
| front: { | |||||
| height: math.unit(8 + 4/12, "feet"), | |||||
| weight: math.unit(670, "lb"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/acadiel/front.svg", | |||||
| extra: 1901/1595, | |||||
| bottom: 142/2043 | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(8 + 4/12, "feet"), | |||||
| default: true | |||||
| }, | |||||
| { | |||||
| name: "Macro", | |||||
| height: math.unit(200, "feet") | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||