diff --git a/media/attribution.js b/media/attribution.js index 039650d9..e69bbdb1 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -13594,6 +13594,42 @@ const attributionData = { "lun-n-em" ] }, + { + prefix: "./media/characters/moonlight-rose-terra/", + files: [ + { name: "front.svg", source: "https://twitter.com/Cassettewaves/status/1352695333642522625 " } + ], + authors: [ + "cassettewaves" + ], + owners: [ + "lun-n-em" + ] + }, + { + prefix: "./media/characters/moonlight-rose-neptune/", + files: [ + { name: "front.svg", source: "https://twitter.com/CatTinyPaws/status/1347268340469923840" } + ], + authors: [ + "cattinypaws" + ], + owners: [ + "lun-n-em" + ] + }, + { + prefix: "./media/characters/moonlight-rose-jupiter/", + files: [ + { name: "front.svg", source: "https://twitter.com/BentoBox_Art/status/136254863118256537" } + ], + authors: [ + "bentobox-art" + ], + owners: [ + "lun-n-em" + ] + }, { prefix: "./media/characters/huckle/", files: [ @@ -21838,6 +21874,14 @@ const attributionData = { "name": "JPenguini", "url": "https://twitter.com/JPenguini/" }, + "cassettewaves": { + "name": "Cassettewaves", + "url": "https://twitter.com/Cassettewaves" + }, + "bentobox-art": { + "name": "Bento Box", + "url": "https://twitter.com/BentoBox_Art/" + }, } } diff --git a/media/characters/moonlight-rose-jupiter/front.svg b/media/characters/moonlight-rose-jupiter/front.svg new file mode 100644 index 00000000..43c9c158 --- /dev/null +++ b/media/characters/moonlight-rose-jupiter/front.svg @@ -0,0 +1,1373 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/moonlight-rose-neptune/front.svg b/media/characters/moonlight-rose-neptune/front.svg new file mode 100644 index 00000000..c321da15 --- /dev/null +++ b/media/characters/moonlight-rose-neptune/front.svg @@ -0,0 +1,665 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/moonlight-rose-terra/front.svg b/media/characters/moonlight-rose-terra/front.svg new file mode 100644 index 00000000..dbdbe19a --- /dev/null +++ b/media/characters/moonlight-rose-terra/front.svg @@ -0,0 +1,873 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index bc686d2e..16f0ea15 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1707,6 +1707,18 @@ const speciesData = { name: "Sika Deer", parents: ["deer"] }, + "vaporeon": { + name: "Vaporeon", + parents: ["eeveelution"] + }, + "leafeon": { + name: "Leafeon", + parents: ["eeveelution"] + }, + "jolteon": { + name: "Jolteon", + parents: ["eeveelution"] + }, } //species @@ -41528,6 +41540,100 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Moonlight Rose (Terra)", species: ["leafeon"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + name: "Front", + image: { + source: "./media/characters/moonlight-rose-terra/front.svg", + extra: 1434/1252, + bottom: 48/1482 + } + }, + }, + [ + { + name: "TRAPPIST-1D", + height: math.unit(4992*2, "km") + }, + { + name: "Earth", + height: math.unit(6367*2, "km"), + default: true + }, + { + name: "Kepler-22b", + height: math.unit(15282*2, "km") + }, + ] +)) + +characterMakers.push(() => makeCharacter( + { name: "Moonlight Rose (Neptune)", species: ["vaporeon"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + name: "Front", + image: { + source: "./media/characters/moonlight-rose-neptune/front.svg", + extra: 1851/1712, + bottom: 0/1851 + } + }, + }, + [ + { + name: "Enceladus", + height: math.unit(513*2, "km") + }, + { + name: "Europe", + height: math.unit(1560*2, "km") + }, + { + name: "Neptune", + height: math.unit(24622*2, "km"), + default: true + }, + { + name: "CoRoT-9b", + height: math.unit(75067*2, "km") + }, + ] +)) + +characterMakers.push(() => makeCharacter( + { name: "Moonlight Rose (Jupiter)", species: ["jolteon"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + name: "Front", + image: { + source: "./media/characters/moonlight-rose-jupiter/front.svg", + extra: 1367/1286, + bottom: 55/1422 + } + }, + }, + [ + { + name: "Saturn", + height: math.unit(58232*2, "km") + }, + { + name: "Jupiter", + height: math.unit(69911*2, "km"), + default: true + }, + { + name: "HD 100546 b", + height: math.unit(482938, "km") + }, + ] +)) + //characters function makeCharacters() {