| @@ -14746,6 +14746,18 @@ const attributionData = { | |||||
| "hesitate" | "hesitate" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/vivian-dragon/", | |||||
| files: [ | |||||
| { name: "front.svg", source: "https://www.furaffinity.net/view/27155946" } | |||||
| ], | |||||
| authors: [ | |||||
| "jaeh" | |||||
| ], | |||||
| owners: [ | |||||
| "vivian-goodurg" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/dildos/chance/", | prefix: "./media/dildos/chance/", | ||||
| @@ -20185,6 +20197,14 @@ const attributionData = { | |||||
| "name": "Shyguy9", | "name": "Shyguy9", | ||||
| "url": "https://www.furaffinity.net/user/shyguy9/" | "url": "https://www.furaffinity.net/user/shyguy9/" | ||||
| }, | }, | ||||
| "jaeh": { | |||||
| "name": "JAEH", | |||||
| "url": "https://www.furaffinity.net/user/jaeh/" | |||||
| }, | |||||
| "vivian-goodurg": { | |||||
| "name": "Vivian Goodurg", | |||||
| "url": "https://twitter.com/Vivian_Goodurg" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -38899,6 +38899,37 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Vivian (Dragon)", species: ["dragon", "orca"], tags: ["anthro", "goo"] }, | |||||
| { | |||||
| front: { | |||||
| height: math.unit(7 + 11/12, "feet"), | |||||
| weight: math.unit(342.8, "lb"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/vivian-dragon/front.svg", | |||||
| extra: 1890/1865, | |||||
| bottom: 28/1918 | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Micro", | |||||
| height: math.unit(5, "inches") | |||||
| }, | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(7 + 11/12, "feet"), | |||||
| default: true | |||||
| }, | |||||
| { | |||||
| name: "Macro", | |||||
| height: math.unit(395 + 7/12, "feet") | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||