| @@ -22771,6 +22771,19 @@ const attributionData = { | |||||
| "umbrahusky" | "umbrahusky" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| prefix: "./media/characters/ceanoth/", | |||||
| files: [ | |||||
| { name: "gryphon-front.svg", source: null } | |||||
| ], | |||||
| authors: [ | |||||
| "butterflux", | |||||
| "anonymous" | |||||
| ], | |||||
| owners: [ | |||||
| "ceanoth" | |||||
| ] | |||||
| }, | |||||
| //characters | //characters | ||||
| { | { | ||||
| prefix: "./media/fiction/halo/halo/", | prefix: "./media/fiction/halo/halo/", | ||||
| @@ -31515,6 +31528,14 @@ const attributionData = { | |||||
| "name": "yiyani", | "name": "yiyani", | ||||
| "url": "https://www.furaffinity.net/user/yiyani" | "url": "https://www.furaffinity.net/user/yiyani" | ||||
| }, | }, | ||||
| "butterflux": { | |||||
| "name": "Butterflux", | |||||
| "url": "https://www.furaffinity.net/user/butterflux" | |||||
| }, | |||||
| "ceanoth": { | |||||
| "name": "Ceanoth", | |||||
| "url": "https://www.furaffinity.net/user/dragonfire3122/" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -66195,6 +66195,38 @@ characterMakers.push(() => makeCharacter( | |||||
| ] | ] | ||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | |||||
| { name: "Ceanoth", species: ["gryphon"], tags: ["anthro"] }, | |||||
| { | |||||
| gryphon_front: { | |||||
| height: math.unit(220, "cm"), | |||||
| weight: math.unit(160, "kg"), | |||||
| name: "Front", | |||||
| image: { | |||||
| source: "./media/characters/ceanoth/gryphon-front.svg", | |||||
| extra: 616/552, | |||||
| bottom: 33/649 | |||||
| }, | |||||
| form: "gryphon", | |||||
| default: true | |||||
| }, | |||||
| }, | |||||
| [ | |||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(220, "cm"), | |||||
| form: "gryphon", | |||||
| default: true | |||||
| }, | |||||
| ], | |||||
| { | |||||
| "gryphon": { | |||||
| name: "Grpyhon", | |||||
| default: true | |||||
| }, | |||||
| } | |||||
| )) | |||||
| //characters | //characters | ||||
| function makeCharacters() { | function makeCharacters() { | ||||