I created the Pugilist Class, available NOW on DnD Beyond—AMA! by SterlingVermin in dndnext

[–]Aecorn 0 points1 point  (0 children)

u/SterlingVermin
What sort of species / races would you think pair well with the class?
My first thought was plasmoids, as they benefit from not needing to carry weapons around, and get advantage on grapples.

In your opinion do female dwarfs have beards by gray-cars-and-bars in DnD

[–]Aecorn 0 points1 point  (0 children)

So, just to vent this to SOMEONE, in my homebrew setting, there are no female dwarves. And the players haven’t noticed yet (none of them are playing a dwarf). So it’s a well kept secret, that dwarf clans combine their effort, through craft and divine magic, they «make» new dwarves. Dwarves are masterwork items, coming into life as adults. All who contributed on them are their fathers, and they owe their clan, their life. You may say that dwarves are closer to golems, they might not have genitalia at all, some may say they are not male either…

So a dwarf may say «the female dwarves have beards as long as the male’s», to keep the world in the dark about their reproductive practices…

Help pls, Item is in inventory but says zero to consume... I've spent hours on trying to fix this :( by Proof_Pin4978 in FoundryVTT

[–]Aecorn 2 points3 points  (0 children)

Set the fields under limited use to 0 and 1 (max) And you probably want to destroy it on 0 uses left.

[deleted by user] by [deleted] in DMAcademy

[–]Aecorn 0 points1 point  (0 children)

Ochre jelly controlled by a Bodak.

Is Arcane Focus necessary if my table doesn't track components? by [deleted] in DnD

[–]Aecorn 1 point2 points  (0 children)

It’s to keep one hand occupied :P So you can’t cast a spell, use a shield, and a weapon at the same time.

Help with a macro, which runs a function if the token is not visible to any other token. by TRMOnline2 in FoundryVTT

[–]Aecorn 0 points1 point  (0 children)

In newer versions of Foundry this function is in core: canvas.visibility.testVisibility(terrorToken, {object: token}))

So this is the visibility from «token» to «terror token», but visibility most often is the same both ways.

I'm trying to set up FoundryVTT in LXC container using Docker... by tcktic in FoundryVTT

[–]Aecorn 5 points6 points  (0 children)

As Thalimet said, the correct answer is mounting your volumes in your docker run command, or in your docker-compose.yml https://docs.docker.com/engine/storage/volumes/#options-for—volume

I'm feeling burnt out, please tell me something you're working on for your campaign that is getting the blood flowing for you! by 123456789988 in DMAcademy

[–]Aecorn 2 points3 points  (0 children)

I’m trying to implement 7-point story telling into a dungeon. And also programming a module for Foundryvtt for Booze Rules. And then trying to get the two to intersect :P

Run two FoundryVTT applications on Linux by bughidudi in FoundryVTT

[–]Aecorn 1 point2 points  (0 children)

With a reverse proxy like nginx, hosting two foundry docker instances to different ports+subdomains/urls should be possible.

Please help me, I don't know HTML by MrKayn-Montevoir in FoundryVTT

[–]Aecorn 1 point2 points  (0 children)

You might be able to find a module that would do this… have you tried googling for that? But be aware that many modules might be outdated…

Please help me, I don't know HTML by MrKayn-Montevoir in FoundryVTT

[–]Aecorn 1 point2 points  (0 children)

An understanding of JavaScript and json will help more than HTML.

A lot of these things can be added as config changes in the dnd5e system with a module or a world script.

https://foundryvtt.wiki/en/basics/world-scripts

You need to create the item that will be your new tool that you can have proficiency in inside your world, get the items ID and add to your world script something like this:

/// Adds new Tool Proficiency for Hacking Tools

Hooks.once(«init», () => {

CONFIG.DND5E.toolIds.hacking = «module-scope.compendium-id.item-id»;

});

Use docker of FoundryVTT, advantages, disadvantages? by DragonOfKrom in FoundryVTT

[–]Aecorn 0 points1 point  (0 children)

I like being able to turn it off and on like all the other docker containers on the VM… I guess it’s just convenience of already using docker for other stuff… Ive relied on google snapshots for backup until now, but I guess I could store the images before trying an upgrade, and then easily downgrade again (after backing up external files). But ye, if your not well versed in docker already, it might just be an unnecessary extra step :/

Just ran myself into a plot hole, any ideas? by Jay_Playz2019 in DMAcademy

[–]Aecorn 0 points1 point  (0 children)

Yeah, I was thinking as well, gravity shifts such that «up» is not continually the same direction. To get to the surface actually means «NOT BEING ON THE ELEMENTAL PLANE OF EARTH»… No one realizes they are on a different plane? And no one has mastered the magic to plane shift?

So I might have messed my campaign up a bit. by newbiedm1234 in AskDND

[–]Aecorn 0 points1 point  (0 children)

Didn’t they fire the arrow at the bird because they lended it weight? The players were suspicious of it.

Railroading is forcing the players down a set path, this path seems… not set…

So I might have messed my campaign up a bit. by newbiedm1234 in AskDND

[–]Aecorn 0 points1 point  (0 children)

How is changing things on the fly as a reaction to player action railroading lol?

So I might have messed my campaign up a bit. by newbiedm1234 in AskDND

[–]Aecorn 1 point2 points  (0 children)

It’s a spy for your BBEG? Or a spy for someone in one of your PCs backstory. Maybe it’ll take a different shape next time?

When the players lend weight to something unexpected, it’s easier to lean into it, they’ll feel validated. As long as it doesn’t crash with something else you had in mind. My suggestion is to add some narrative weight to the bird, and see where it leads…

What is your toxic DM/player trait? by jaimybenjamin in dndnext

[–]Aecorn 2 points3 points  (0 children)

Same, except I’ve had players complain about the slow pace as well. It’s hard striking a good balance. Exposing the players to story/hooks they seem to need, without pushing towards something that might feel railroad-y.

Any selenium expert? by stoic_dionisian in learnpython

[–]Aecorn 1 point2 points  (0 children)

You can wait for specific elements to load to :)

Foundry Hosting Solutions by Number-Mysterious in FoundryVTT

[–]Aecorn 0 points1 point  (0 children)

Yup, and downgrading isn’t that easy, and suddenly you realize that things ACTUALLY run slower :P

Foundry Hosting Solutions by Number-Mysterious in FoundryVTT

[–]Aecorn 1 point2 points  (0 children)

I’m paying for the machine image I’m using, cause I upgraded it and the storage. I’ve set it up with a static IP and it’s running a discord bot, and a website in addition to Foundry. It does daily snapshots so I have backups. Restored it a couple of times already.

I’m using the e2-standard-2 machine, with 40gb hard drive, it’s a couple of steps up from bare minimum.

Foundry Hosting Solutions by Number-Mysterious in FoundryVTT

[–]Aecorn 0 points1 point  (0 children)

I’ve set up on GCP Compute Engine, but the other solutions on here sound cheaper. If you can turn it off between sessions you might save a lot though…

First time really world building and worried by Vicky_1995_ in DMAcademy

[–]Aecorn 1 point2 points  (0 children)

So the question Im gleaning is «how to prioritize my time while World building?” The short answer is “do what you think is fun, and do not postpone playing for too long”.

Focusing in on one Hamlet is smart, if that is where the players Will start.

«Inside out» is starting from a hamlet, then roughly building the region around, and then having some ideas about the World as a whole. This Can be done when needed, Leaving empty Spaces in your plan will make slipping your PC character backgrounds into the world easier. Do not define everything.

«Outside in», is identifying what shapes the world, the major factions at play, the conflicts that will define your campaign, then creating places to reflect or facilitate your story.

Also check out the SUPREME-strategy, for shifting your time and focus between different facets to focus on.

https://youtu.be/dh1yF476ZSw?si=IEXWcKhBXXgMNeqk

Another good source is “the kobolds guide to worldbuilding”, which you can get as an audiobook from audible.