| @@ -13049,6 +13049,18 @@ const attributionData = { | |||||
| "phietto" | "phietto" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/stagglas/", | |||||
| files: [ | |||||
| { name: "front.svg", source: "https://twitter.com/JejeNazariel/status/1325261494439849989" } | |||||
| ], | |||||
| authors: [ | |||||
| "namoogly" | |||||
| ], | |||||
| owners: [ | |||||
| "jejenazariel" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/dildos/chance/", | prefix: "./media/dildos/chance/", | ||||
| @@ -17980,6 +17992,14 @@ const attributionData = { | |||||
| "name": "AckartTheFox", | "name": "AckartTheFox", | ||||
| "url": "https://www.furaffinity.net/user/ackartthefox" | "url": "https://www.furaffinity.net/user/ackartthefox" | ||||
| }, | }, | ||||
| "namoogly": { | |||||
| "name": "NaMoogly", | |||||
| "url": "https://twitter.com/NaMoogly" | |||||
| }, | |||||
| "jejenazariel": { | |||||
| "name": "Nazariel", | |||||
| "url": "https://twitter.com/JejeNazariel" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -34139,6 +34139,29 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Stagglas", species: ["dragon"], tags: ["anthro"] }, | |||||
| { | |||||
| front: { | |||||
| height: math.unit(6, "feet"), | |||||
| weight: math.unit(150, "lb"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/stagglas/front.svg", | |||||
| extra: 962/882, | |||||
| bottom: 53/1015 | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(5 + 3/12, "feet"), | |||||
| default: true | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||