| @@ -21677,6 +21677,18 @@ const attributionData = { | |||||
| "va0027" | "va0027" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/nikita/", | |||||
| files: [ | |||||
| { name: "front.svg", source: "https://twitter.com/forester2277/status/1504973586951462915" } | |||||
| ], | |||||
| authors: [ | |||||
| "heartlessfang" | |||||
| ], | |||||
| owners: [ | |||||
| "forester2277" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/fiction/halo/halo/", | prefix: "./media/fiction/halo/halo/", | ||||
| @@ -30071,6 +30083,14 @@ const attributionData = { | |||||
| "name": "Crocozilla", | "name": "Crocozilla", | ||||
| "url": "https://twitter.com/CrocoziIIa" | "url": "https://twitter.com/CrocoziIIa" | ||||
| }, | }, | ||||
| "forester2277": { | |||||
| "name": "forester2277", | |||||
| "url": "https://twitter.com/forester2277/" | |||||
| }, | |||||
| "heartlessfang": { | |||||
| "name": "Heartlessfang", | |||||
| "url": "https://twitter.com/Heartlessfang" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -62044,6 +62044,37 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Nikita", species: ["werewolf"], tags: ["anthro"] }, | |||||
| { | |||||
| front: { | |||||
| height: math.unit(16 + 3/12, "feet"), | |||||
| weight: math.unit(3575, "lb"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/nikita/front.svg", | |||||
| extra: 1064/955, | |||||
| bottom: 47/1111 | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(16 + 3/12, "feet"), | |||||
| default: true | |||||
| }, | |||||
| { | |||||
| name: "Big", | |||||
| height: math.unit(21, "feet") | |||||
| }, | |||||
| { | |||||
| name: "Biggest", | |||||
| height: math.unit(50, "feet") | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||