| @@ -11475,6 +11475,18 @@ const attributionData = { | |||||
| "datastains" | "datastains" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/fem!plat/", | |||||
| files: [ | |||||
| { name: "front.svg", source: "https://www.pillowfort.social/posts/1734702", nsfw: true } | |||||
| ], | |||||
| authors: [ | |||||
| "plat" | |||||
| ], | |||||
| owners: [ | |||||
| "plat" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/dildos/chance/", | prefix: "./media/dildos/chance/", | ||||
| @@ -15806,6 +15818,10 @@ const attributionData = { | |||||
| "name": "HanMonster", | "name": "HanMonster", | ||||
| "url": "https://www.furaffinity.net/user/hanmonster/" | "url": "https://www.furaffinity.net/user/hanmonster/" | ||||
| }, | }, | ||||
| "plat": { | |||||
| "name": "Plat", | |||||
| "url": "https://twitter.com/Platinumeggsart" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -29099,6 +29099,37 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Fem!Plat", species: ["raven"], tags: ["anthro"] }, | |||||
| { | |||||
| front: { | |||||
| height: math.unit(10, "feet"), | |||||
| weight: math.unit(15015, "lb"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/fem!plat/front.svg", | |||||
| extra: 2799/2604, | |||||
| bottom: 149/2948 | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(10, "feet"), | |||||
| default: true | |||||
| }, | |||||
| { | |||||
| name: "Macro", | |||||
| height: math.unit(100, "feet") | |||||
| }, | |||||
| { | |||||
| name: "Megamacro", | |||||
| height: math.unit(1000, "feet") | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||