| @@ -21306,6 +21306,18 @@ const attributionData = { | |||||
| "myriad" | "myriad" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/kiki-weavile/", | |||||
| files: [ | |||||
| { name: "front.svg", source: null } | |||||
| ], | |||||
| authors: [ | |||||
| "natsukiscommishes" | |||||
| ], | |||||
| owners: [ | |||||
| "myriad" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/fiction/halo/halo/", | prefix: "./media/fiction/halo/halo/", | ||||
| @@ -29636,6 +29648,10 @@ const attributionData = { | |||||
| "name": "carnival", | "name": "carnival", | ||||
| "url": "https://www.furaffinity.net/user/carnival/" | "url": "https://www.furaffinity.net/user/carnival/" | ||||
| }, | }, | ||||
| "natsukiscommishes": { | |||||
| "name": "Natsukis_Commishes", | |||||
| "url": "https://www.furaffinity.net/user/natsukiscommishes/" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -60555,6 +60555,29 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Kiki (Weavile)", species: ["weavile"], tags: ["anthro"] }, | |||||
| { | |||||
| front: { | |||||
| height: math.unit(2, "meters"), | |||||
| weight: math.unit(100, "kg"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/kiki-weavile/front.svg", | |||||
| extra: 357/332, | |||||
| bottom: 60/417 | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(2, "meters"), | |||||
| default: true | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||