| @@ -20851,6 +20851,20 @@ const attributionData = { | |||||
| "flexwag" | "flexwag" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/3yk-k0-unit/", | |||||
| files: [ | |||||
| { name: "front.svg", source: "https://www.furaffinity.net/view/44251748/" }, | |||||
| { name: "back.svg", source: "https://www.furaffinity.net/view/44251748/" }, | |||||
| { name: "maw.svg", source: "https://www.furaffinity.net/view/44251748/" }, | |||||
| ], | |||||
| authors: [ | |||||
| "8i-ll-ion" | |||||
| ], | |||||
| owners: [ | |||||
| "squillafrixum" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/fiction/halo/halo/", | prefix: "./media/fiction/halo/halo/", | ||||
| @@ -29064,6 +29078,14 @@ const attributionData = { | |||||
| "name": "Arrow", | "name": "Arrow", | ||||
| "url": "https://twitter.com/Flexwag/" | "url": "https://twitter.com/Flexwag/" | ||||
| }, | }, | ||||
| "8i-ll-ion": { | |||||
| "name": "8i-ll-Ion", | |||||
| "url": "https://www.furaffinity.net/user/8i-ll-ion" | |||||
| }, | |||||
| "squillafrixum": { | |||||
| "name": "Squillafrixum", | |||||
| "url": "https://www.furaffinity.net/user/squillafrixum/" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -58405,6 +58405,46 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "3YK-K0 Unit", species: ["synth"], tags: ["anthro"] }, | |||||
| { | |||||
| front: { | |||||
| height: math.unit(10, "feet"), | |||||
| weight: math.unit(2.4, "tons"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/3yk-k0-unit/front.svg", | |||||
| extra: 573/561, | |||||
| bottom: 33/606 | |||||
| } | |||||
| }, | |||||
| back: { | |||||
| height: math.unit(10, "feet"), | |||||
| weight: math.unit(2.4, "tons"), | |||||
| name: "Back", | |||||
| image: { | |||||
| source: "./media/characters/3yk-k0-unit/back.svg", | |||||
| extra: 614/573, | |||||
| bottom: 32/646 | |||||
| } | |||||
| }, | |||||
| maw: { | |||||
| height: math.unit(2.15, "feet"), | |||||
| name: "Maw", | |||||
| image: { | |||||
| source: "./media/characters/3yk-k0-unit/maw.svg" | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(10, "feet"), | |||||
| default: true | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||