| @@ -17106,6 +17106,18 @@ const attributionData = { | |||||
| "synxthelynx" | "synxthelynx" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/nadezda-fex/", | |||||
| files: [ | |||||
| { name: "back.svg", source: " https://www.furaffinity.net/view/42030154/" } | |||||
| ], | |||||
| authors: [ | |||||
| "anonymous" | |||||
| ], | |||||
| owners: [ | |||||
| "danmingle" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/dildos/chance/", | prefix: "./media/dildos/chance/", | ||||
| @@ -23599,6 +23611,10 @@ const attributionData = { | |||||
| "name": "SynxTheLynx", | "name": "SynxTheLynx", | ||||
| "url": "https://www.furaffinity.net/user/synxthelynx/" | "url": "https://www.furaffinity.net/user/synxthelynx/" | ||||
| }, | }, | ||||
| "danmingle": { | |||||
| "name": "DanMingle", | |||||
| "url": "https://www.furaffinity.net/user/danmingle/" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -45077,6 +45077,36 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Nadezda Fex", species: ["fox"], tags: ["anthro"] }, | |||||
| { | |||||
| back: { | |||||
| height: math.unit(15, "feet"), | |||||
| name: "Back", | |||||
| image: { | |||||
| source: "./media/characters/nadezda-fex/back.svg", | |||||
| extra: 1695/1481, | |||||
| bottom: 25/1720 | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(15, "feet"), | |||||
| default: true | |||||
| }, | |||||
| { | |||||
| name: "Macro", | |||||
| height: math.unit(2.5, "miles") | |||||
| }, | |||||
| { | |||||
| name: "Goddess", | |||||
| height: math.unit(2, "multiverses") | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||