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:
@@ -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
|
||||
|
||||
 {left:0px}
|
||||
 {}
|
||||
|
||||
# ${_.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`;
|
||||
|
||||
Reference in New Issue
Block a user