diff --git a/media/attribution.js b/media/attribution.js index fd9ab449..cc8509aa 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -20745,6 +20745,18 @@ const attributionData = { "robinphox" ] }, + { + prefix: "./media/characters/ash-leung/", + files: [ + { name: "front.svg", source: "https://twitter.com/RuthRedmane/status/1496957948928884736" } + ], + authors: [ + "ruthredmane" + ], + owners: [ + "rrerradmiral" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -28922,6 +28934,10 @@ const attributionData = { "name": "Robin Phox", "url": "https://twitter.com/RobinPhox" }, + "rrerradmiral": { + "name": "RrerrAdmiral", + "url": "https://twitter.com/RrerrAdmiral" + }, } } diff --git a/media/characters/ash-leung/front.svg b/media/characters/ash-leung/front.svg new file mode 100644 index 00000000..bfa23c9b --- /dev/null +++ b/media/characters/ash-leung/front.svg @@ -0,0 +1,2848 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index c4e08ccc..81f7e1c6 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -57883,6 +57883,44 @@ characterMakers.push(() => makeCharacter( } )) +characterMakers.push(() => makeCharacter( + { name: "Ash Leung", species: ["red-panda"], tags: ["anthro"] }, + { + front: { + height: math.unit(4, "feet"), + name: "Front", + image: { + source: "./media/characters/ash-leung/front.svg", + extra: 1916/1792, + bottom: 50/1966 + } + }, + }, + [ + { + name: "Atomic", + height: math.unit(1, "angstrom") + }, + { + name: "Microscopic", + height: math.unit(4000, "angstroms") + }, + { + name: "Speck", + height: math.unit(1, "mm") + }, + { + name: "Small", + height: math.unit(1, "inch") + }, + { + name: "Normal", + height: math.unit(4, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {