Paul the Courier
Hey guys! I've been working on this homebrew. I'd love your feedback. Check it out.
**[Homebrewery Link](https://homebrewery.naturalcrit.com/share/YMsXYO5Xfenv)\*\*
Hey guys! I've been working on this homebrew. I'd love your feedback. Check it out.
**[Homebrewery Link](https://homebrewery.naturalcrit.com/share/YMsXYO5Xfenv)\*\*
Hi everyone,
I need help recovering a Homebrewery document I was working on. I hadn't accessed it in about two months, and today, when I tried to open it, I received a 404 error.
Here are the details of my situation:
Storage/Access: I was logged in with my email and saved the file directly to Google Drive.
Google Drive Status: The Homebrewery folder is still present in Drive, but the document file within it has disappeared.
Activity History: I checked the folder's activity history in Drive, and there are no changes, deletions, or file moves recorded in the last few months. I also searched the Recycle Bin without success.
Edit/Share URL: Unfortunately, I didn't save the direct links for editing or sharing.
Is there a way to recover the manuals? Any help would be greatly appreciated.
Thank you!
So a friend and I have been working on a large pdf and suddenly when I went to open it it takes me to an error 404. I logged out, logged back in, nothing, logged out of google, logged back in, nothing. My friend however can use it just fine like nothings wrong.
Everytime I post asking for feedback it like casting a net into the deep abyss know as reddit well its time again to fish
I now have a total of 6 subclasses Each subclass is thematically based around a sect of stage/street magic OR common playing card power/tropes. Each subclass also has designated deck from the 2nd level feature(Except the Mentalist)
here's the full list
Fortunist: Classic tarot card fortune teller, minus the crystal orb
Illusionist: One of the most basic forms of magic there is
Escapist: Houdini style escape magic, seeming to be everywhere and nowhere all at once
Mentalist: mind reading, psychological pressure, and the only deck without a key deck
Conjurist: A cool mix between the rabbit out of a hat conjurer and trading card games such as pokemon and yugioh
Duelist: Your quintessential card slinger, focused on damage and based off of card sharp characters like Gambit and Twisted Fate
Of course im still making minor tweaks on everything so any feedback on the entire thing would be phenomenal feedback
The "Titans of Sin" subclasses are inspired by a collection of amazing art pieces by Ching Yeh. Each of these subclasses focuses on sacrificing hit points for strong effects. These subclass features are strong, but beware... It may cost you your life to use them!
All of my homebrew can be found here. Enjoy, and please let me know what you think!!
and heres the wad https://drive.google.com/file/d/1rXZuKr2xrqiRZeLQH57MInK3OogE-8CW/view?usp=drive_link oh and region is eu
The core bleed logic is now separated from the theme-specific fixes, so the same system can be adapted to other Homebrewery themes.
I also added an {{imageHolder}} helper for images that need to respect the bleed boundaries, including masked images.
The holder uses a relative container, allowing the image and its mask to be positioned relative to the bleed-aware area rather than the default page dimensions.
There are a couple of quirks worth noting: the mask's top position is calculated from the top of the .imageHolder, and the mask itself has large empty areas above and below the visible masked area, so these need to be taken into account when positioning it. The mask height also needs to be specified explicitly.
I also redrew the footerAccent so that the artwork extends beyond the trim line. The original ended exactly at the page boundary, which meant that even a small cutting offset could potentially leave a visible gap. The new version gives the printer some safety margin.
I've now adapted the bleed system for the 5e DMG theme as well.
The DMG footerAccent is still the original artwork, so unfortunately it ends exactly at the trim line. I haven't redrawn it because I don't have the illustration skills to extend it naturally while keeping the original style.
I'm currently looking for an artist who could help with extending the DMG footer artwork beyond the trim line. If that's something you'd be interested in helping with, please let me know.
The system itself works correctly with both themes, but other theme-specific elements may still require individual CSS hacks to make them fully bleed-aware.
Here’s the original post: Print Bleed Support
Working examples:
I just finished a Shadowrun Anarchy v2 theme to create homebrew content. It supports the standard theme capabilities (typography, tables, notes, descriptions, etc), plus specific features such as Dark Pages, NPC Blocks, Sidebars, Tags, and a complete Character Sheet Layout.
The theme is available for online creation from The Homebrewery. It can also be used locally with the Homebrewery for VS Code extension.
First off, sorry about the suggestion flair (I couldn’t find a “request” or “query” one.
Has anybody put together a brew formatted as Mongoose Traveller 2e? If so, would any of you be willing to share?
Thanks for any assistance in advance.
Today I printed a couple of brochures with monster and NPC statlines from my module — my very first module and my first time mastering a game. Made them as souvenirs: I'll sign every copy and ask my players to sign mine.
Printed with no bleeds, so they're not perfect, but I'm still happy with how they turned out. That's actually why I put together the bleed system earlier today — so the next batch comes out better: https://www.reddit.com/r/homebrewery/comments/1vh3i0f/added\_print\_bleed\_support\_to\_the\_homebrewery\_v3/
Made some CSS fixes to Homebrewery statblocks: cleaned up paragraph indents, fixed a few bugs (like overflow with long speed strings), and reworked the ability scores layout to match Beyond's style.
Built on top of this base brew — credit to the original author for the foundation.
Example brew showing it in action: https://homebrewery.naturalcrit.com/share/GkbfxlMPUS0t
Needed proper print bleed for a physical brew and Homebrewery doesn't support it natively, so I put together a CSS-variable-based system for it.
What it does:
{{bleedMarker}} element — a toggleable dashed guide showing the bleed zone/trim line on any pageExample brew with everything in action, plus a page explaining the setup: https://homebrewery.naturalcrit.com/share/mHvIf4aarIav
Heads up: quick fix, not plug-and-play — offsets were tuned for the default PHB theme and will need adjusting elsewhere. Watercolor stains/image masks aren't bleed-aware yet.
Hi all, the posts on changing fonts are 5+ years old and the advice doesn't work anymore. I'm trying to use a Google font, and despite including
`@import url('https://fonts.googleapis.com/css2?family=Fontdiner+Swanky&display=swap')\`
as the very first line in the style editor, I'm seeing this error:
`Define @import rules at the top of the stylesheet: An @import rule was ignored because it wasn't defined at the top of the stylesheet. Such rules must appear at the top, before any style declaration and any other at-rule with the exception of @charset and @layer.`
Needless to say, the font isn't showing up where I'm trying to define it in the doc, either. Anyone have any ideas for fixing this? Thanks in advance!!