| @@ -21933,6 +21933,18 @@ const attributionData = { | |||||
| "zeanlain" | "zeanlain" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/airamis/", | |||||
| files: [ | |||||
| { name: "front.svg", source: "https://www.weasyl.com/~dekisystem/submissions/2115139/airamis" } | |||||
| ], | |||||
| authors: [ | |||||
| "oreocakes" | |||||
| ], | |||||
| owners: [ | |||||
| "dekisystem" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/fiction/halo/halo/", | prefix: "./media/fiction/halo/halo/", | ||||
| @@ -30367,6 +30379,14 @@ const attributionData = { | |||||
| "name": "ZeanLain", | "name": "ZeanLain", | ||||
| "url": "https://www.furaffinity.net/user/zeanlain/" | "url": "https://www.furaffinity.net/user/zeanlain/" | ||||
| }, | }, | ||||
| "dekisystem": { | |||||
| "name": "Deki System", | |||||
| "url": "https://www.weasyl.com/~dekisystem" | |||||
| }, | |||||
| "oreocakes": { | |||||
| "name": "OreoCakes", | |||||
| "url": "https://www.furaffinity.net/user/oreocakes" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -63141,6 +63141,29 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Airamis", species: ["aeromorph", "dragon"], tags: ["anthro"] }, | |||||
| { | |||||
| front: { | |||||
| height: math.unit(10, "meters"), | |||||
| weight: math.unit(250000, "kg"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/airamis/front.svg", | |||||
| extra: 865/835, | |||||
| bottom: 13/878 | |||||
| } | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(10, "meters"), | |||||
| default: true | |||||
| }, | |||||
| ] | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||