Advertisement
abbarnes

Grim Hollow Homebrew Template HTML

Jun 27th, 2021
2,404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.12 KB | None | 0 0
  1. <!-- Letter to Players -->
  2.  
  3. # Seeking Adventurers
  4.  
  5. S**omething evil is trapping the souls of the dead** and draining life from all who have been raised from death by magic.
  6. <!-- An indented paragraph indented next to the initial--the large stylized first letter--requires a line break and five nonbreaking spaces <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; or the paragraph will be pushed below the initial. -->
  7. <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The “death curse”, as many are calling it, not only prevents souls from being restored to life, but also causes those who have been raised in the past to wither and rot away, and all efforts to reverse the decay have failed.
  8.  
  9. Rumor has it that a powerful necromantic artifact spawned this death curse, and only its destruction will free the trapped spirits and allow the dead to be restored once more.
  10.  
  11. All clues point to Chult, a mysterious tropical peninsula of belching volcanoes, wild jungles, and the ancient ruins of fallen kingdoms.
  12.  
  13. And below them all awaits a deadly, trap-riddled tomb…
  14.  
  15. <br />
  16.  
  17. ***Your* story, brave adventurer, is yet to be written.** Will you become an epic hero immortalized by songs of your deeds, or will you fall prey to a marauding undead dinosaur? Only time will tell.
  18.  
  19. A few things are certain, though: your adventures will involve entertaining characters and weird monsters; murderous villains and vexing puzzles; terrible decisions and great memories&mdash;all set in a rich, colorful, imaginary world.
  20.  
  21. ### What to Expect
  22.  
  23. Think *Indiana Jones* meets *Avatar*, plus zombies. There's going to be a lot of humor, exploring, and puzzles/traps, so you should have a blast if you want to exercise your imagination and (1) are not a robot, (2) enjoy discovering new things, and (3) like a challenge.
  24.  
  25. We'll meet every two weeks for 3&ndash;4 hours of beer, food, and fun, and the entire adventure will take 12&ndash;18 months to complete, taking your characters from level 1 to 11.
  26.  
  27. If you have any other questions, please don't hesitate to reach out to me!
  28.  
  29. ##### &nbsp;&nbsp;&mdash; Dungeon Master
  30.  
  31. <!-- END Letter to Players -->
  32.  
  33. <!-- Blending Images -->
  34.  
  35. <!-- Note: images first in the code render behind the others -->
  36.  
  37. <!-- zombie T. Rex encounter, Copyright: Wizards 2017 -->
  38. <!-- change the srx to use a different image for a different adventure! Adjust the position (top, right) and size (height) as needed. -->
  39. <img
  40.  src='https://i.imgur.com/iHy0cnR.jpg'
  41.  style='position:absolute; top:0px; right:-120px; height:650px;' />
  42.  
  43. <!-- edge right of parchment -->
  44. <img
  45.  src='https://i.imgur.com/i7WGUpj.png'
  46.  style='position:absolute; top:-200px; left:180px; width:300px; transform:rotate(180deg);' />
  47.  
  48. <!-- edge below background image -->
  49. <!-- move this up or down (top - or +) if a new image is larger or smaller -->
  50. <img
  51.  src='https://i.imgur.com/7fJc8Wl.png' style='position:absolute; top:480px; left:0px; width:816px;' />
  52.  
  53. <!-- ink blot bottom right -->
  54. <!-- keep this behind the bottom right corner of the parchment if you move the parchment to accomodate more or less text -->
  55. <img
  56.  src='https://i.imgur.com/vbvAHRy.png'
  57.  style='position:absolute; top:360px; left:105px; width:500px; transform:rotate(-40deg);' />
  58.  
  59. <!-- parchment behind text -->
  60. <!-- move this up or down (top - or +) to accomodate more or less text -->
  61. <img
  62.  src='https://i.imgur.com/UA8ok1j.png'
  63.  style='position:absolute; top:-505px; left:-85px; width:550px;' />
  64.  
  65. <!-- ink blot top left -->
  66. <img
  67.  src='https://i.imgur.com/vbvAHRy.png' style='position:absolute; top:-290px; left:-230px; width:500px; transform:rotate(170deg);' />
  68.  
  69. <!-- Tomb of Annihilation logomark, Copyright Wizards 2017 -->
  70. <!-- change the src if you're running a different adventure or just want a different image here -->
  71. <img
  72.  src='https://i.imgur.com/pw3eqoZ.png'
  73.  style='position:absolute; top:574px; right:38px; width:300px;' />
  74.  
  75. <!-- END Blending Images -->
  76.  
  77. <!-- HOW TO EXPORT -->
  78. <!-- Option 1: Take a screenshot of your finished work and crop as needed -->
  79. <!-- Option 2: > Get PDF > Save as PDF > Open PDF > Export To > Image > PNG, then open that image and crop as needed -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement