diff --git a/media/attribution.js b/media/attribution.js index 27147caa..1601d04d 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -22245,6 +22245,18 @@ const attributionData = { "epicoart" ] }, + { + prefix: "./media/characters/lori-lopez/", + files: [ + { name: "back.svg", source: "https://www.deviantart.com/epicoart/art/Lori-Lopez-897639484" } + ], + authors: [ + "epicoart" + ], + owners: [ + "epicoart" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/lori-lopez/back.svg b/media/characters/lori-lopez/back.svg new file mode 100644 index 00000000..5026c01b --- /dev/null +++ b/media/characters/lori-lopez/back.svg @@ -0,0 +1,1980 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index eb04fe9b..154731da 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -64058,6 +64058,33 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Lori Lopez", species: ["human"], tags: ["anthro"] }, + { + back: { + height: math.unit(5 + 6/12, "feet"), + weight: math.unit(115, "lb"), + name: "Back", + image: { + source: "./media/characters/lori-lopez/back.svg", + extra: 483/474, + bottom: 6/489 + } + }, + }, + [ + { + name: "Human", + height: math.unit(5 + 6/12, "feet") + }, + { + name: "Macro", + height: math.unit(198, "feet"), + default: true + }, + ] +)) + //characters function makeCharacters() {