| @@ -22367,6 +22367,18 @@ const attributionData = { | |||||
| "deadlykid27" | "deadlykid27" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/yamato/", | |||||
| files: [ | |||||
| { name: "front.svg", source: "https://www.furaffinity.net/view/46468247/" } | |||||
| ], | |||||
| authors: [ | |||||
| "lazbee6" | |||||
| ], | |||||
| owners: [ | |||||
| "yamatokuhabara" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/fiction/halo/halo/", | prefix: "./media/fiction/halo/halo/", | ||||
| @@ -30933,6 +30945,14 @@ const attributionData = { | |||||
| "name": "Deadlykid27", | "name": "Deadlykid27", | ||||
| "url": "https://www.furaffinity.net/user/deadlykid27/" | "url": "https://www.furaffinity.net/user/deadlykid27/" | ||||
| }, | }, | ||||
| "lazbee6": { | |||||
| "name": "Lazlo", | |||||
| "url": "https://twitter.com/LazBee6" | |||||
| }, | |||||
| "yamatokuhabara": { | |||||
| "name": "YamatoKuhabara", | |||||
| "url": "https://www.furaffinity.net/user/yamatokuhabara/" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -64402,6 +64402,33 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Yamato", species: ["kobold"], tags: ["anthro"] }, | |||||
| { | |||||
| front: { | |||||
| height: math.unit(60, "cm"), | |||||
| weight: math.unit(18, "kg"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/yamato/front.svg", | |||||
| extra: 733/688, | |||||
| bottom: 29/762 | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Micro", | |||||
| height: math.unit(6, "cm") | |||||
| }, | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(60, "cm"), | |||||
| default: true | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||