| @@ -17027,6 +17027,18 @@ const attributionData = { | |||||
| "ztragon" | "ztragon" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/yesenia/", | |||||
| files: [ | |||||
| { name: "front.svg", source: "https://www.furaffinity.net/view/35742499/" } | |||||
| ], | |||||
| authors: [ | |||||
| "greasymojo" | |||||
| ], | |||||
| owners: [ | |||||
| "huttser" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/dildos/chance/", | prefix: "./media/dildos/chance/", | ||||
| @@ -23500,6 +23512,10 @@ const attributionData = { | |||||
| "name": "ZTragon", | "name": "ZTragon", | ||||
| "url": "https://www.furaffinity.net/user/ztragon/" | "url": "https://www.furaffinity.net/user/ztragon/" | ||||
| }, | }, | ||||
| "greasymojo": { | |||||
| "name": "GreasyMojo", | |||||
| "url": "https://www.furaffinity.net/user/greasymojo/" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -44858,6 +44858,30 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Yesenia", species: ["snake"], tags: ["naga"] }, | |||||
| { | |||||
| front: { | |||||
| height: math.unit(10.4, "feet"), | |||||
| weight: math.unit(2, "tons"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/yesenia/front.svg", | |||||
| extra: 1479/1474, | |||||
| bottom: 233/1712 | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(10.4, "feet"), | |||||
| default: true | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||