mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 20:42:43 +00:00
merge cover gen files
This commit is contained in:
@@ -190,9 +190,10 @@ module.exports = [
|
||||
experimental : true
|
||||
},
|
||||
{
|
||||
name : 'Back Cover Page',
|
||||
icon : 'fac book-back-cover',
|
||||
gen : BackCoverPageGen,
|
||||
name : 'Back Cover Page',
|
||||
icon : 'fac book-back-cover',
|
||||
gen : CoverPageGen.back,
|
||||
experimental : true
|
||||
},
|
||||
{
|
||||
name : 'Magic Item',
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
const _ = require('lodash');
|
||||
const dedent = require('dedent-tabs').default;
|
||||
|
||||
|
||||
module.exports = ()=>{
|
||||
return dedent`{{backCover}}
|
||||
|
||||
{right:-350px;}
|
||||
|
||||
# Back cover
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.
|
||||
:
|
||||
Nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
|
||||
:
|
||||
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||
:
|
||||
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.
|
||||
__________
|
||||
|
||||
For use with the fifth edition manuals, existing and to exist.
|
||||
|
||||
|
||||
{{logo
|
||||
Homebrewery.Naturalcrit.com
|
||||
}}`;
|
||||
};
|
||||
@@ -120,5 +120,29 @@ module.exports = {
|
||||
}}
|
||||
|
||||
\page`;
|
||||
},
|
||||
|
||||
back : function() {
|
||||
return dedent`{{backCover}}
|
||||
|
||||
{right:-350px;}
|
||||
|
||||
# Back cover
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.
|
||||
:
|
||||
Nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
|
||||
:
|
||||
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||
:
|
||||
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.
|
||||
__________
|
||||
|
||||
For use with the fifth edition manuals, existing and to exist.
|
||||
|
||||
|
||||
{{logo
|
||||
Homebrewery.Naturalcrit.com
|
||||
}}`;
|
||||
}
|
||||
};
|
||||
|
||||
@@ -1,50 +0,0 @@
|
||||
const _ = require('lodash');
|
||||
|
||||
var titles = [
|
||||
'Introduction to the World of DnD',
|
||||
'Creating Your Character',
|
||||
'The Rules of the Game',
|
||||
'Combat and Combat Strategies',
|
||||
'Magic and Spellcasting',
|
||||
'Adventuring and Exploration',
|
||||
'Dungeon Delving',
|
||||
'Campaign Building and World Building',
|
||||
'DM Techniques and Tips',
|
||||
'Appendix: Reference Material',
|
||||
'Monsters and Creatures',
|
||||
'Equipment and Treasure',
|
||||
'Non-Player Characters (NPCs)',
|
||||
'Experience and Leveling',
|
||||
'Races and Classes',
|
||||
'Skills and Abilities',
|
||||
'Alignment and Moral Choices',
|
||||
'Player-vs-Player Conflict',
|
||||
'Game Mastering 101',
|
||||
'Running a Successful Campaign',
|
||||
'Worldbuilding and Lore',
|
||||
'Designing Encounters and Adventures',
|
||||
'Managing Players and their Expectations',
|
||||
'Factions and Political Intrigue',
|
||||
'Adventure Hooks and Plot Ideas',
|
||||
'Building a Campaign Setting',
|
||||
'Handling Rules Disputes',
|
||||
'Running Large-Scale Battles',
|
||||
'Designing Unique Magic Systems',
|
||||
'Developing and Using NPCs',
|
||||
'Crafting Memorable Quests',
|
||||
'Improvising When Things Don\'t Go as Planned',
|
||||
'Managing Session Flow and Pacing',
|
||||
'Building a World That Feels Alive'
|
||||
];
|
||||
|
||||
module.exports = ()=>{
|
||||
return `{{partCover}}
|
||||
|
||||
# PART X
|
||||
## ${_.sample(titles)}
|
||||
|
||||
{{imageMaskEdge5,--offset:10cm,--rotation:180
|
||||
{height:100%}
|
||||
}}
|
||||
\\page`;
|
||||
};
|
||||
Reference in New Issue
Block a user