0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-16 14:42:45 +00:00

reviews plus naturalcrit logo

This commit is contained in:
Victor Losada Hernandez
2023-02-23 23:28:32 +01:00
parent 2e7c8c0cab
commit 5ae61e2c26
5 changed files with 62 additions and 108 deletions

View File

@@ -49,7 +49,7 @@ const titles = [
"Zidane's Ghost",
];
const subtitles = [
const footnote = [
"In an ominous universe, a botanist opposes terrorism.",
"In a demon-haunted city, in an age of lies and hate, a physicist tries to find an ancient treasure and battles a mob of aliens.",
"In a land of corruption, two cyberneticists and a dungeon delver search for freedom.",
@@ -98,25 +98,17 @@ const subtitles = [
];
module.exports = () => {
return `
return `{{coverPage }}
{{coverPage
![image](https://i.imgur.com/Mqx8Vf7.png) {left:0px}
![image](https://i.imgur.com/Mqx8Vf7.png) {}
# ${_.sample(titles)}
## ${_.sample(subtitles)}
___
{{banner
5e HOMEBREW
}}
{{banner 5e HOMEBREW}}
{{footnote
Everything a Homebrew needs to create a pretty document <br> for the world's greatest roleplaying game
}}
${_.sample(footnote)}
}}
\\page`;